pdfplumber test for sample-flyer.pdf

← Back to pdfplumber

Input: sample-flyer.pdf

sample-flyer.pdf first page preview
uv run pdfplumber --format json "sample-flyer.pdf" >"sample-flyer--pdfplumber-python.json"

Output: sample-flyer--pdfplumber-python.json

Loading preview…

uv run pdfplumber --format text "sample-flyer.pdf" >"sample-flyer--pdfplumber-python.txt"

Output: sample-flyer--pdfplumber-python.txt

Loading preview…

--format csv: tabular/cell-structured output, distinct from the plain text and structural-JSON variants above.

uv run pdfplumber --format csv "sample-flyer.pdf" >"sample-flyer--pdfplumber-python.csv"

Output: sample-flyer--pdfplumber-python.csv

Loading preview…