mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
fb16dfecae
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
12 lines
689 B
Plaintext
12 lines
689 B
Plaintext
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.
|