Package com.inet.pdfc.generator.model
package com.inet.pdfc.generator.model
Core model and data structures for i-net PDFC (PDF Compare) generation.
This package provides the core data structures and models used in the PDF comparison generation process. It includes tools for difference representation, modification handling, and element management.
Key components include:
- Difference groups - System for organizing and managing groups of differences between PDF documents, including hierarchical grouping and bounds management
- Modification handling - Framework for processing and formatting modifications in PDF documents, including text and layout changes
- Element management - Components for handling PDF elements, including minified elements and custom data support
- Page management - Tools for managing page-specific differences and modifications
The package provides a comprehensive model system for representing and managing differences between PDF documents. It supports various types of modifications and provides flexible grouping and organization of differences.
- Since:
- 1.0
-
ClassDescriptionA class that represented the pages with differences for a modification or DiffGroupA
DiffGroupdescribes a set of subsequentModifications in a document.Defines the type of aDiffGroupand thus how to interpret the content of the affected elements lists.AModificationis the smallest change description in the differences model of i-net PDFC.The type of the modification which side has modifications and whether the changes do apply- This is loosely coupled to the severity type ofDiffGroups.