PoDoFo is a library to work with the PDF file format.
The PoDoFo library is a free portable C++ library which includes classes to parse a PDF file and modify its contents into memory. The changes can be written back to disk easily.
The PoDoFo library is a free portable C++ library which includes classes to parse a PDF file and modify its contents into memory. The changes can be written back to disk easily.
To install podofo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install podofo
To see what files were installed by podofo, run:
port contents podofo
To later upgrade podofo, run:
sudo port selfupdate && sudo port upgrade podofo
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.