Difference between revisions of "PDF tools"
From Simson Garfinkel
Jump to navigationJump to search
m (Simson moved page Html to pdf to PDF tools) |
m |
||
Line 1: | Line 1: | ||
==PDF page manipulation== | |||
* pdftk - combines, removes, and rotates pages in PDFs | |||
* pdfjam - resizes pages (by running through LaTeX) | |||
==PDF OCR== | |||
* ocrmypdf - creates PDF/A files and runs tesseract | |||
==HTML to PDF-- | |||
* https://pypi.org/project/xhtml2pdf/ | * https://pypi.org/project/xhtml2pdf/ |
Revision as of 16:18, 7 April 2023
PDF page manipulation
- pdftk - combines, removes, and rotates pages in PDFs
- pdfjam - resizes pages (by running through LaTeX)
PDF OCR
- ocrmypdf - creates PDF/A files and runs tesseract
==HTML to PDF--
- https://pypi.org/project/xhtml2pdf/
- https://github.com/dompdf/dompdf
- https://github.com/spipu/html2pdf
- https://wkhtmltopdf.org
Other sources: