PDF parsing (uv + pdfplumber / pypdf): use this for reading or extracting text/tables from any PDF. PDF generation (author print-ready HTML, then print with PawWork's bundled Chromium) is best-effort — where the runtime exposes no print entry point, report that generation is unavailable rather than substituting another tool. Hard rule: never use PyMuPDF / fitz (AGPL).
$npx -y skills add astro-han/pawwork --skill office-pdfInstalls into the current project.
Run `npx skills use "https://github.com/astro-han/pawwork" --skill "astro-han/pawwork/office-pdf"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/astro-han/pawwork" that are relevant to the current task. Run `npx skills add "https://github.com/astro-han/pawwork"` and select the relevant skills, then follow their instructions.