pdf_layout_kit library
Classes
- PdfElement
- Represents a single element in a PDF template.
- PdfKitEditor
- The visual editor widget for creating and modifying PDF templates.
- PdfLayoutGenerator
- The main engine responsible for converting a PdfTemplate into a PDF document.
- PdfTemplate
- Represents a full PDF template including metadata and a list of elements.
- TemplateStorage
-
A persistent storage service for PdfTemplate using
shared_preferences.
Enums
- AppFont
- Defines the available Google Fonts for the PDF editor.
- LayoutType
- Defines the physical layout and size of the PDF page.
- PdfTableBorderStyle
- Defines the border style for a PDF table element.
- PdfTextAlignment
- Defines the alignment of text or images within a PDF element.
Extensions
- PdfElementPatterns on PdfElement
- Adds pattern-matching-related methods to PdfElement.
- PdfTemplatePatterns on PdfTemplate
- Adds pattern-matching-related methods to PdfTemplate.