PDF Manipulation

PDF Manipulation

andr3medeiros

Provides comprehensive PDF editing and manipulation capabilities through PyMuPDF. Lets you edit text, add images, manage forms, split/merge documents, and handle annotations directly in PDF files.

5244 views4Local (stdio)

What it does

  • Add and replace text in PDFs
  • Extract and insert images
  • Split and merge PDF documents
  • Fill and create form fields
  • Add annotations and highlights
  • Combine multiple pages into single layouts

Best for

Document automation workflowsPDF form processing and fillingBatch PDF editing and manipulationContent extraction and reorganization
Built on PyMuPDF libraryAuto-cropping with intelligent boundariesTimestamped output files

Tools (16)

pdf_add_text

Add text to a PDF at a specified position.

pdf_replace_text

Replace text in a PDF document.

pdf_add_image

Add an image to a PDF.

pdf_extract_images

Extract all images from a PDF.

pdf_add_annotation

Add an annotation to a PDF.

Alternatives