podofopdfinfo
PoDoFo utilities
Install
- All systems
-
curl cmd.cat/podofopdfinfo.sh
- Debian
-
apt-get install libpodofo-utils
- Ubuntu
-
apt-get install libpodofo-utils
- Alpine
-
apk add podofo
- Arch Linux
-
pacman -S podofo
- Kali Linux
-
apt-get install libpodofo-utils
- Fedora
-
dnf install podofo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libpodofo-utils
- OS X
-
brew install podofo
- Raspbian
-
apt-get install libpodofo-utils
- Dockerfile
- dockerfile.run/podofopdfinfo
- Docker
-
docker run cmd.cat/podofopdfinfo podofopdfinfo
powered by Commando
libpodofo-utils
PoDoFo utilities
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 tools for working with PDF files.