PDF Import Demo

workflow
pdf
Demonstrates the PDF-to-post workflow.
Author

Rahul Manavalan

Published

July 6, 2026

Workflow

This template treats PDF upload as a draft-import step, not as the canonical writing format.

python scripts/pdf_to_post.py assets/papers/sample-paper.pdf

The script creates a new draft under posts/.

For math-heavy documents, keep the .tex, .qmd, or .md source whenever possible.

Back to top