Difference between revisions of "PDF tools"
From Simson Garfinkel
Jump to navigationJump to search
m |
m (→PDF OCR) |
||
Line 6: | Line 6: | ||
* ocrmypdf - creates PDF/A files and runs tesseract | * ocrmypdf - creates PDF/A files and runs tesseract | ||
==HTML to PDF | ==HTML to PDF== | ||
* https://pypi.org/project/xhtml2pdf/ | * https://pypi.org/project/xhtml2pdf/ |
Revision as of 16:19, 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: