Uses of Class
com.pdftools.GenericException
Packages that use GenericException
Package
Description
-
Uses of GenericException in com.pdftools.documentassembly
Constructors in com.pdftools.documentassembly that throw GenericExceptionModifierConstructorDescriptionDocumentAssembler(Stream outStream) DocumentAssembler(Stream outStream, OutputOptions outOptions) DocumentAssembler(Stream outStream, OutputOptions outOptions, Conformance conformance) -
Uses of GenericException in com.pdftools.image
Methods in com.pdftools.image that throw GenericExceptionModifier and TypeMethodDescriptionPage.getResolution()The resolution of the page (Getter)Page.getSize()The size of the page in number of pixels (Getter) -
Uses of GenericException in com.pdftools.image2pdf
Methods in com.pdftools.image2pdf that throw GenericExceptionModifier 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 GenericException in com.pdftools.optimization
Methods in com.pdftools.optimization that throw GenericExceptionModifier 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 GenericException in com.pdftools.pdf
Methods in com.pdftools.pdf that throw GenericException -
Uses of GenericException in com.pdftools.pdf2image
Methods in com.pdftools.pdf2image that throw GenericExceptionModifier 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 GenericException in com.pdftools.pdfa.conversion
Methods in com.pdftools.pdfa.conversion that throw GenericExceptionModifier 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 GenericException in com.pdftools.sign
Methods in com.pdftools.sign that throw GenericExceptionModifier 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