How to Install libpodofo-dev in Ubuntu 18.04



Install libpodofo-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libpodofo-dev

Description:

PoDoFo development files

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. . This package contains the header development files used for building PoDoFo-enabled applications.

Homepage: http://podofo.sourceforge.net

Version: 0.9.5-9

Section: universe/libdevel