PDF: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (Reverted edits by 64.131.66.221 (Talk); changed back to last version by Aburton)
m (Reverted edits by Eighty-nine (Talk) to last revision by Skierpage)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The Portable Document Format (PDF) was developed by Adobe as a form of electronic paper. They wanted a way to simplify a Postscript document so that it could be viewed and printed on any computer system.
The Portable Document Format (PDF) was developed by Adobe as a form of electronic paper. They wanted a way to simplify a Postscript document so that it could be viewed and printed on any computer system.

The [[Read]] activity permits viewing PDF files; it gains this feature through its use of the [[Evince]] document viewer.


PDF documents are very easy to create. Basically any word-processing or drawing program can generate PDF documents by using the Print command. If the user doesn't have a tool like [http://www.cutepdf.com/Products/CutePDF/writer.asp CutePDF] installed then PDFs can be created by selecting the Postscript print driver (Apple LaserWriter), outputting to a file, loading the file in the free [http://www.cs.wisc.edu/~ghost/ Ghostview] program and then exporting it as PDF.
PDF documents are very easy to create. Basically any word-processing or drawing program can generate PDF documents by using the Print command. If the user doesn't have a tool like [http://www.cutepdf.com/Products/CutePDF/writer.asp CutePDF] installed then PDFs can be created by selecting the Postscript print driver (Apple LaserWriter), outputting to a file, loading the file in the free [http://www.cs.wisc.edu/~ghost/ Ghostview] program and then exporting it as PDF.
Line 5: Line 7:
[[Python]] has excellent support for producing PDF documents using the [http://www.reportlab.org/ Reportlab library].
[[Python]] has excellent support for producing PDF documents using the [http://www.reportlab.org/ Reportlab library].


More info on PDF is available at WikiPedia: http://en.wikipedia.org/wiki/Portable_Document_Format
More info on PDF is available at [[wikipedia:Portable Document Format]]





[[Category:File formats]]
[[Category:File formats]]

Latest revision as of 14:19, 23 October 2010

The Portable Document Format (PDF) was developed by Adobe as a form of electronic paper. They wanted a way to simplify a Postscript document so that it could be viewed and printed on any computer system.

The Read activity permits viewing PDF files; it gains this feature through its use of the Evince document viewer.

PDF documents are very easy to create. Basically any word-processing or drawing program can generate PDF documents by using the Print command. If the user doesn't have a tool like CutePDF installed then PDFs can be created by selecting the Postscript print driver (Apple LaserWriter), outputting to a file, loading the file in the free Ghostview program and then exporting it as PDF.

Python has excellent support for producing PDF documents using the Reportlab library.

More info on PDF is available at wikipedia:Portable Document Format