PDF Processing Skill You now have expertise in PDF manipulation. Follow these workflows: Reading PDFs Option 1: Quick text extraction (preferred) Option 2: Page-by-page with metadata Creating PDFs Option 1: From Markdown (recommended) Option 2: Programmatically Option 3: From HTML Merging PDFs Splitting PDFs Key Libraries | Task | Library | Install | |------|---------|---------| | Read/Write/Merge | PyMuPDF | | | Create from scratch | ReportLab | | | HTML to PDF | pdfkit | + wkhtmltopdf | | Text extraction | pdftotext | / | Best Practices 1. Always check if tools are installed before using th…