LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-16-2006, 12:50 PM   #1
linuxcbon
Member
 
Registered: May 2006
Posts: 56

Rep: Reputation: 16
Question read, write pdf ? or better


hi all,

What is the best open-source software to read pdf ?
What is the best open-source software to write pdf ?

Do you know a better format than pdf ?
Are postscript or latex better and easier ?

Thanks
 
Old 05-16-2006, 01:30 PM   #2
TSloth
Member
 
Registered: Oct 2002
Location: Houston, Texas
Posts: 97

Rep: Reputation: 15
Creating and viewing PDF files

OpenOffice.org is a full-featured office suite similar to Microsoft Office. It has export-to-PDF capability built in.

If you use KDE as your user interface (or even if you just have KDE installed) you can use the command kprinter to start a GUI that gives you the option to print to a PDF. This gives not only GUI printing capability but also PDF creation capability to any Linux program that allows you to specify the print command. Just specify kprinter as the print command!

Here's a trival example in the bash shell:

$ cat /etc/passwd | kprinter

The kprinter GUI should pop up to help you print the file.


As for viewing PDF files, the most common totally free application is ghostview. xpdf and kpdf are friendlier front ends to ghostview.

The most capable, no-cost, but licensed application to view PDF's, you can download Adobe Reader for Linux.

Hope this helps...
- TSloth
 
Old 05-16-2006, 02:44 PM   #3
linuxcbon
Member
 
Registered: May 2006
Posts: 56

Original Poster
Rep: Reputation: 16
There is a problem here : cant we have a simple open-source program which can just read and write to pdf ? (not a huge thing like kde, OpenOffice or ghostview).

Do you think postscript or latex are superior to pdf ?

thanks
 
Old 05-16-2006, 04:46 PM   #4
AdaHacker
Member
 
Registered: Oct 2001
Location: Brockport, NY
Distribution: Kubuntu
Posts: 384

Rep: Reputation: 32
Quote:
Originally Posted by linuxcbon
There is a problem here : cant we have a simple open-source program which can just read and write to pdf ? (not a huge thing like kde, OpenOffice or ghostview).
For the same reason there are no programs that both read and write PostScript or DVI file - because nobody wants one. The purpose of PDF is to make the document look the same everywhere. It isn't intended to be a storage format for works in progress, so there's no real need for the same program to both read and write the file.

Quote:
Originally Posted by linuxcbon
Do you think postscript or latex are superior to pdf ?
Two points:
1) LaTeX is a document preparation system, not a page description. It doesn't make any sense to compare it to PostScript or PDF. Heck, most people convert the DVIs created by LaTeX into PostScript or PDF files before publishing them on the web or wherever, so the issue is pretty much moot anyway.
2) Supperior in what way? As far as document viewing is concerned, PDF is a much better choice than PostScript simply because of the large installed base of PDF readers. Most people have Adobe's reader or something comparable. On the other hand, how many people do you know who have a PostScript viewer installed on Windows?
 
Old 05-16-2006, 04:54 PM   #5
linuxcbon
Member
 
Registered: May 2006
Posts: 56

Original Poster
Rep: Reputation: 16
There are many programs which can BOTH read and write different formats : text, doc, html, etc.
So why not with pdf ?

Is ps superior technically to pdf ?
 
Old 05-16-2006, 04:56 PM   #6
Wynd
Member
 
Registered: Jul 2001
Distribution: Slackware 12
Posts: 511

Rep: Reputation: 32
Quote:
Originally Posted by TSloth
If you use KDE as your user interface (or even if you just have KDE installed) you can use the command kprinter to start a GUI that gives you the option to print to a PDF. This gives not only GUI printing capability but also PDF creation capability to any Linux program that allows you to specify the print command. Just specify kprinter as the print command!
Yes, but PDF files created this way look horrible. The fonts are jagged and the file is just badly drawn in general.
 
Old 05-16-2006, 05:10 PM   #7
linuxcbon
Member
 
Registered: May 2006
Posts: 56

Original Poster
Rep: Reputation: 16
Thats why I prefer modularity :
I prefer many tiny programs that do *one thing good* at the time,
than a huge program that does *many things bad* ...
 
Old 05-16-2006, 07:25 PM   #8
noBananas
LQ Newbie
 
Registered: Apr 2004
Location: USA
Distribution: SUSE 9.3 pro and SUSE 10 64-bit
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by linuxcbon
Is ps superior technically to pdf ?
The linux development community is moving to pdf ...
this is from http://www.linux.com/article.pl?sid=06/04/18/2114252

Portable Document Format (PDF) is set to displace PostScript as the standard print job transfer and processing format for Linux, though Linux will maintain PostScript support for a long time to ensure backward compatibility.

You might want to check out the entire article
 
Old 01-04-2007, 01:01 AM   #9
linuxcbon
Member
 
Registered: May 2006
Posts: 56

Original Poster
Rep: Reputation: 16
Pdf and PostScript belong to Adobe, who deposed many patents on it, so it is not open.

Are there any gpl or open-source equivalent solutions to pdf ?
 
Old 01-16-2007, 11:57 AM   #10
TSloth
Member
 
Registered: Oct 2002
Location: Houston, Texas
Posts: 97

Rep: Reputation: 15
CGM alternative to PostScript

CGM, or Computer Graphics Metafile, is an ISO-standard graphics file format that can be used to represent variable-scale graphics (as might be shown on a computer monitor) or fixed-scale graphics (as might be used for engineering diagrams, maps, etc.) which must be drawn at a particular scale. CGM allows text, vector, and raster graphic elements in the same file.

Here's a link:
http://en.wikipedia.org/wiki/Computer_Graphics_Metafile
and here:
http://www.cgmopen.org/

I haven't heard much buzz about CGM in the last 5 or 6 years.

SVG, or Scalable Vector Graphics, seems to be the way that browser-based graphics are going now, but going very slowly!

See:
http://en.wikipedia.org/wiki/Scalable_Vector_Graphics

- TSloth
 
Old 01-16-2007, 04:06 PM   #11
linuxcbon
Member
 
Registered: May 2006
Posts: 56

Original Poster
Rep: Reputation: 16
CGM looks ok, under which license is it ?
Why isn't it so popular ?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mounted read-write Fat32 partition suddenly becomes read-only?? hohead Linux - General 8 04-05-2007 12:17 PM
Write on PDF, like FoxitReader? guitara Linux - Software 2 04-10-2006 02:49 PM
Example share in smb.conf doesn't work - read/write vs read only kleptophobiac Linux - Networking 0 09-01-2004 07:14 PM
Open office read only, K-write read/write mode lwtvh Linux - Newbie 1 07-19-2003 11:33 AM
Change from Read only to Read Write File System? justiceisblind Linux - Newbie 3 03-03-2002 07:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration