Uses of Class
org.verapdf.pd.PDDocument
-
-
Uses of PDDocument in org.verapdf.cos
Methods in org.verapdf.cos that return PDDocument Modifier and Type Method Description PDDocumentCOSDocument. getPDDocument()Constructors in org.verapdf.cos with parameters of type PDDocument Constructor Description COSDocument(InputStream fileStream, PDDocument document)COSDocument(String fileName, PDDocument document)COSDocument(PDDocument document) -
Uses of PDDocument in org.verapdf.features.gf
Methods in org.verapdf.features.gf with parameters of type PDDocument Modifier and Type Method Description static FeatureExtractionResultGFFeatureParser. getFeaturesCollection(PDDocument document, List<AbstractFeaturesExtractor> extractors, FeatureExtractorConfig config)Parses the document and returns Feature collection by using given Features Reporterstatic FeatureExtractionResultGFFeatureParser. getFeaturesCollection(PDDocument document, FeatureExtractorConfig config)Parses the document and returns Feature collection by using given Features Reporter -
Uses of PDDocument in org.verapdf.gf.model
Methods in org.verapdf.gf.model that return PDDocument Modifier and Type Method Description PDDocumentGFModelParser. getPDDocument()GetPDDocumentobject for current file. -
Uses of PDDocument in org.verapdf.gf.model.impl.containers
Methods in org.verapdf.gf.model.impl.containers that return PDDocument Modifier and Type Method Description static PDDocumentStaticContainers. getDocument()Methods in org.verapdf.gf.model.impl.containers with parameters of type PDDocument Modifier and Type Method Description static voidStaticContainers. setDocument(PDDocument document) -
Uses of PDDocument in org.verapdf.gf.model.impl.pd
Fields in org.verapdf.gf.model.impl.pd declared as PDDocument Modifier and Type Field Description protected PDDocumentGFPDObject. documentConstructors in org.verapdf.gf.model.impl.pd with parameters of type PDDocument Constructor Description GFPDDocument(PDDocument document)GFPDObject(PDDocument document, String type) -
Uses of PDDocument in org.verapdf.gf.model.impl.sa
Fields in org.verapdf.gf.model.impl.sa declared as PDDocument Modifier and Type Field Description protected PDDocumentGFSAPDFDocument. documentConstructors in org.verapdf.gf.model.impl.sa with parameters of type PDDocument Constructor Description GFSAPDFDocument(PDDocument document) -
Uses of PDDocument in org.verapdf.metadata.fixer.gf.impl.model
Constructors in org.verapdf.metadata.fixer.gf.impl.model with parameters of type PDDocument Constructor Description PDFDocumentImpl(PDDocument document) -
Uses of PDDocument in org.verapdf.pd
Methods in org.verapdf.pd that return PDDocument Modifier and Type Method Description PDDocumentPDPage. getPDDocument()
-