PDF Processing

Extract text and tables from PDF files, fill PDF forms, and merge multiple PDFs. Use when working with PDF documents or when the user mentions PDFs, forms, or document extraction.

alephic-ai Updated

File contents

PDF Processing

Procedural knowledge for common PDF tasks.

Extract text

Use scripts/extract.py to pull the text layer from a PDF:

python scripts/extract.py input.pdf

Fill forms

Map field names to values and write a filled copy. See references/forms.md for the field-mapping conventions.

Merge

Concatenate several PDFs in order, preserving bookmarks where possible.

alephic-ai/skref/tree/main/tests/fixtures/sample-skills/pdf-processing commit 001bd6b4ed

Frequently asked questions

npx skillmds@latest add alephic-ai/pdf-processing