Uses of Class
com.pdftools.ProcessingException
Packages that use ProcessingException
Package
Description
-
Uses of ProcessingException in com.pdftools.documentassembly
Methods in com.pdftools.documentassembly that throw ProcessingExceptionModifier and TypeMethodDescriptionvoidThis method copies document properties and a range of pages frominDoc.voidThis method copies document properties and a range of pages frominDoc.voidThis method copies document properties and a range of pages frominDoc.voidDocumentAssembler.append(Document inDoc, Integer firstPage, Integer lastPage, DocumentCopyOptions documentCopyOptions) This method copies document properties and a range of pages frominDoc.voidDocumentAssembler.append(Document inDoc, Integer firstPage, Integer lastPage, DocumentCopyOptions documentCopyOptions, PageCopyOptions pageCopyOptions) This method copies document properties and a range of pages frominDoc. -
Uses of ProcessingException in com.pdftools.image2pdf
Methods in com.pdftools.image2pdf that throw ProcessingExceptionModifier and TypeMethodDescriptionConvert an image to a PDF documentConverter.convert(Document image, Stream outStream, Profile profile, OutputOptions outOptions) Convert an image to a PDF documentConverter.convertMultiple(DocumentList images, Stream outStream, Profile profile) Convert a list of images to a PDF documentConverter.convertMultiple(DocumentList images, Stream outStream, Profile profile, OutputOptions outOptions) Convert a list of images to a PDF document -
Uses of ProcessingException in com.pdftools.optimization
Methods in com.pdftools.optimization that throw ProcessingExceptionModifier and TypeMethodDescriptionOptimizer.optimizeDocument(Document inDoc, Stream outStream, Profile profile) Optimize the PDF documentOptimizer.optimizeDocument(Document inDoc, Stream outStream, Profile profile, OutputOptions outOptions) Optimize the PDF document -
Uses of ProcessingException in com.pdftools.pdf2image
Methods in com.pdftools.pdf2image that throw ProcessingExceptionModifier and TypeMethodDescriptionConverter.convertDocument(Document inDoc, Stream outStream, Profile profile) Convert all pages of a PDF document to a rasterized imageConverter.convertPage(Document inDoc, Stream outStream, Profile profile, int pageNumber) Convert a single page of a PDF document to a rasterized image -
Uses of ProcessingException in com.pdftools.pdfa.conversion
Methods in com.pdftools.pdfa.conversion that throw ProcessingExceptionModifier 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 ProcessingException in com.pdftools.pdfa.validation
Methods in com.pdftools.pdfa.validation that throw ProcessingExceptionModifier and TypeMethodDescriptionValidate the standards conformance of a PDF document.Validator.validate(Document document, ValidationOptions options) Validate the standards conformance of a PDF document. -
Uses of ProcessingException in com.pdftools.sign
Methods in com.pdftools.sign that throw ProcessingExceptionModifier and TypeMethodDescriptionstatic AppearanceAppearance.createFromJson(Stream stream) Create an appearance with the content loaded from a JSON filestatic AppearanceAppearance.createFromXml(Stream stream) Create an appearance with the content loaded from an XML file -
Uses of ProcessingException in com.pdftools.signaturevalidation
Methods in com.pdftools.signaturevalidation that throw ProcessingExceptionModifier and TypeMethodDescriptionValidator.validate(Document document, Profile profile, SignatureSelector selector) Validate the signatures of a PDF document