bf222db11a
Version 0.10.0 of podofo is API/ABI incompatible with previous version. so with the update we need to preserve the previous version in the tree as graphics/podofo09 for ports depending on that version. The old port is modified so that it can be installed concurrently with the new version. Ports depending on the old version on the ports are modified accordingly. Approved by: sunpoet (maintainer, via private mail), pkubaj, yuri Differential Revision: https://reviews.freebsd.org/D40328
11 lines
689 B
Text
11 lines
689 B
Text
PoDoFo is a library to work with the PDF file format. The name comes from the
|
|
first letter of PDF (Portable Document Format). A few tools to work with PDF
|
|
files are already included in the PoDoFo package.
|
|
|
|
The PoDoFo library is a free, portable C++ library which includes classes to
|
|
parse PDF files and modify their contents into memory. The changes can be
|
|
written back to disk easily. The parser can also be used to extract information
|
|
from a PDF file (for example the parser could be used in a PDF viewer). Besides
|
|
parsing PoDoFo includes also very simple classes to create your own PDF files.
|
|
All classes are documented so it is easy to start writing your own application
|
|
using PoDoFo.
|