From 459f5935aab505cdb8174e5f9f04a9a3c426f37e Mon Sep 17 00:00:00 2001 From: Lena Date: Wed, 1 Apr 2026 00:00:00 +0000 Subject: Enter pdfstamp Terminal-only PDF stamp picker. Renders a coarse page preview in the terminal, places text and image stamps with the keyboard, saves the layout as a JSON plan, and burns it into an output PDF. MuPDF (via go-fitz) renders the preview; pdfcpu overlays the generated stamp PDF onto the source 1:1 and validates the result. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62cc411 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/pdfstamp +/plan.json -- cgit v1.2.3