Uses of Class
com.pdftools.pdfa.validation.AnalysisResult
Packages that use AnalysisResult
-
Uses of AnalysisResult in com.pdftools.pdfa.conversion
Methods in com.pdftools.pdfa.conversion with parameters of type AnalysisResultModifier and TypeMethodDescriptionConverter.convert(AnalysisResult analysis, Document document, Stream outStream) Convert a document to PDF/A.Converter.convert(AnalysisResult analysis, Document document, Stream outStream, ConversionOptions options) Convert a document to PDF/A.Converter.convert(AnalysisResult analysis, Document document, Stream outStream, ConversionOptions options, OutputOptions outOptions) Convert a document to PDF/A. -
Uses of AnalysisResult in com.pdftools.pdfa.validation
Methods in com.pdftools.pdfa.validation that return AnalysisResultModifier and TypeMethodDescriptionAnalyze a PDF document in preparation for its conversion to PDF/A.Validator.analyze(Document document, AnalysisOptions options) Analyze a PDF document in preparation for its conversion to PDF/A.