Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

adobe reader and what else

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
User avatar
texas.chef94
Posts: 331
Joined: 2008-11-08 20:49
Location: Wortham, Texas

adobe reader and what else

#1 Post by texas.chef94 »

I find myself about to be involved in a project where I willbe both creating pdf and converting existing pdf to text files. Please advise me on what packages I need to make this process less labor intensive.

Thank you
78 yr old hooked on Debian
chef11994@aol.com

User avatar
Paulfocused
Posts: 53
Joined: 2009-11-26 03:05
Location: Georgia, U.S.

Re: adobe reader and what else

#2 Post by Paulfocused »

I believe Openoffice handles this task very well. I don't have experience firsthand though.
I am root!!
Image

User avatar
bugsbunny
Posts: 5354
Joined: 2008-07-06 17:04
Been thanked: 1 time

Re: adobe reader and what else

#3 Post by bugsbunny »

install poppler-utils

Description: PDF utilitites (based on libpoppler)
This package contains pdftops (PDF to PostScript converter), pdfinfo (PDF
document information extractor), pdfimages (PDF image extractor), pdftohtml
(PDF to HTML converter), pdftotext (PDF to text converter), and pdffonts (PDF
font analyzer).

Then

Code: Select all

man pdftotext
As far as creating pdf files I would just print to pdf (via cups), which is what I do for anything I want to save in the first place.

Creating pdf's isn't a problem. Modifying them may be, depending on needs - but that's another issue.

Post Reply