🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "pdfmanipulator"

Found 4 matching component(s)

  • class PDFManipulator

    Manipulates existing PDF documents This class provides methods to add watermarks, merge PDFs, extract pages, and perform other manipulation operations.

    File: /tf/active/vicechatdev/CDocs/utils/pdf_utils.py

    class pdfmanipulator
  • function merge_pdfs

    Merges multiple PDF files into a single consolidated PDF document by delegating to a PDFManipulator instance.

    File: /tf/active/vicechatdev/CDocs/utils/pdf_utils.py

    pdf merge combine document-processing file-manipulation
  • function add_watermark

    A wrapper function that adds a customizable text watermark to every page of a PDF document with configurable opacity and color.

    File: /tf/active/vicechatdev/CDocs/utils/pdf_utils.py

    pdf watermark document-processing pdf-manipulation branding
  • class ControlledDocumentConverter

    A comprehensive document converter class that transforms controlled documents into archived PDFs with signature pages, audit trails, hash-based integrity verification, and PDF/A compliance for long-term archival.

    File: /tf/active/vicechatdev/CDocs/utils/document_converter.py

    document-conversion pdf-generation audit-trail document-control archival

Search Examples