Skip to content

4 add examples in facades section#6

Open
AnHolub wants to merge 56 commits intomainfrom
4-add-examples-in-facades-section
Open

4 add examples in facades section#6
AnHolub wants to merge 56 commits intomainfrom
4-add-examples-in-facades-section

Conversation

@AnHolub
Copy link
Copy Markdown

@AnHolub AnHolub commented Mar 3, 2026

No description provided.

andruhovski and others added 13 commits February 8, 2026 20:45
- Created a new FDF file with form data for "First Name", "Last Name", "City", and "Country".
- Added a JSON representation of the form data with corresponding field names and values.
- Introduced an XFDF file containing the same form data structured in XML format.
- Generated an XML file with the form fields and their respective values.
…leting, extracting, inserting, making booklets, making n-up, adding page breaks, and splitting PDF pages.
@AnHolub AnHolub linked an issue Mar 3, 2026 that may be closed by this pull request
andruhovski and others added 16 commits March 4, 2026 03:54
- Implemented functions for creating booklets, adding margins, resizing contents, and managing pages in PDF documents.
- Added error handling for booklet and N-Up creation.
- Introduced new examples for merging and managing PDF files.
- Removed deprecated page operations file.
andruhovski and others added 27 commits March 10, 2026 16:45
- Implemented examples for filling various types of form fields in PDFs, including text fields, checkboxes, radio buttons, list boxes, and barcodes.
- Added functionality to import form data from XML, FDF, XFDF, JSON, and XFA formats.
- Created examples for managing PDF form fields, such as flattening fields and renaming them.
- Included examples for reading and inspecting form data, retrieving field values, and resolving full field names.
- Added functionality to work with button fields, including adding image appearances and retrieving submit flags.
- Provided sample input PDF files and data files for testing the examples.
… and stamping

- Implemented `signature-verification.py` to verify PDF signatures and check for existing signatures.
- Created `usage-rights-management.py` to remove usage rights from PDFs.
- Added multiple examples for adding page stamps, including:
  - `add-pdf-page-stamp_1.py` to stamp all pages.
  - `add-pdf-page-stamp_2.py` for stamping specific pages.
  - `add-pdf-page-stamp_3.py` and `add-pdf-page-stamp_4.py` for adding page numbers with different styles.
- Introduced examples for adding text and image stamps across multiple pages.
- Implemented header and footer management examples for PDFs.
- Added PDF printing examples demonstrating various printing settings and options.
- Included examples for adding multi-line watermarks and rotating stamps in PDFs.
- Generated a comprehensive index of example scripts across multiple categories, including accessibility, document manipulation, form handling, and more.
- Included details such as module paths, available operations, and configuration helpers.
- Documented parse errors for specific example scripts to aid in debugging.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add examples in Facades section

2 participants