1
0
Fork
You've already forked pdfpatches
0
No description
pdf
  • Python 60.7%
  • Shell 39.3%
2024年05月02日 11:39:18 +02:00
common do_patch: allow multiple patches 2024年04月30日 21:00:57 +02:00
documents Zhang - Heights of Heegner points on Shimura curves: add initital patch.py 2024年05月02日 11:39:18 +02:00
.gitignore Only fetch if missing 2024年04月30日 12:43:25 +02:00
.gptignore Only fetch if missing 2024年04月30日 12:43:25 +02:00
LICENSE Update LICENSE 2024年04月29日 14:27:23 +00:00
pdfm Only fetch if missing 2024年04月30日 12:43:25 +02:00
README.md Working minimal example of pdfm 2024年04月30日 09:34:36 +02:00

pdfpatches

Common Scripts

  • do_fetch: Downloads the PDF using wget and verifies its checksum.
  • do_clean: Cleans the downloaded PDF using mutool to prepare it for patching.
  • do_patch: Applies all patch files from the patches directory to the cleaned PDF.
  • do_optimize: Compresses and optimizes the final PDF.