Difference between revisions of "Portable Document Format"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
Creates a series of [[PNG]] files. | Creates a series of [[PNG]] files. | ||
+ | |||
+ | == Python tools to manipulate / generate PDF == | ||
+ | * [http://xxyxyz.org/flat/ flat] | ||
+ | * [http://www.reportlab.com/opensource/ reportlab] |
Revision as of 09:52, 6 September 2016
A proprietary format owned by Adobe until 2008, when it was released and relicensed as an ISO standard.
http://en.wikipedia.org/wiki/Portable_Document_Format
Free software tools that work with PDF
- pdftk
- poppler
- Scribus
- Imagemagick
Cookbook
apt-get install poppler-utils
pdftocairo -png mydoc.pdf
Creates a series of PNG files.