camlpdf

OCaml library for reading, writing and modifying PDF files

brewmacoslinux
Try with needOr install directly
Source

About

OCaml library for reading, writing and modifying PDF files

Commands

camlpdf

Examples

Extract text from a PDF file$ camlpdf -extract-text input.pdf output.txt
Merge multiple PDF files into one$ camlpdf -merge file1.pdf file2.pdf -o merged.pdf
Rotate pages in a PDF file$ camlpdf -rotate 90 input.pdf -o rotated.pdf