Skip to content

Latest commit

 

History

History

README.md

Annotations

Attachments

Bookmarks

ChangeLayout

Compares

CompressDocument

  • CompressDocument/compressPdf.py – Compresses a PDF document by optimizing images and removing unused objects.
    python Uses-Cases/CompressDocument/compressPdf.py

CreateDocument

  • CreateDocument/createPdf.py – Creates a new PDF document with customizable page properties, display settings, and metadata.
    python Uses-Cases/CreateDocument/createPdf.py
  • CreateDocument/createPdfSimple.py – Creates a simple, empty PDF document.
    python Uses-Cases/CreateDocument/createPdfSimple.py

EncryptDecrypt

Links

  • Links/add/appendLink.py – Appends a new hyperlink annotation to a specific page in a PDF document.
    python Uses-Cases/Links/add/appendLink.py
  • Links/get/getLinksAndShow.py – Retrieves and displays all hyperlink annotations on a specific PDF page.
    python Uses-Cases/Links/get/getLinksAndShow.py
  • Links/remove/removeLink.py – Removes a specific hyperlink annotation by its ID from a PDF document.
    python Uses-Cases/Links/remove/removeLink.py
  • Links/replace/replaceLink.py – Replaces the target URL of an existing hyperlink annotation.
    python Uses-Cases/Links/replace/replaceLink.py

Pages

Parser

Signatures

Split

  • Split/splitPages.py – Splits a PDF document into individual pages, each saved as a separate file.
    python Uses-Cases/Split/splitPages.py
  • Split/splitRanges.py – Splits a PDF document into multiple files based on specified page ranges.
    python Uses-Cases/Split/splitRanges.py

Stamps

  • Stamps/add/appendStamps.py – Appends text and image stamps to a PDF document.
    python Uses-Cases/Stamps/add/appendStamps.py
  • Stamps/remove/removeStamps.py – Removes stamps from a specific page and by ID from a PDF document.
    python Uses-Cases/Stamps/remove/removeStamps.py

Tables

Texts

  • Texts/replace/replaceTexts.py – Replaces text either across an entire PDF document or on a specific page.
    python Uses-Cases/Texts/replace/replaceTexts.py