Uses of Class
com.pdftools.LicenseException
Packages that use LicenseException
Package
Description
-
Uses of LicenseException in com.pdftools
Methods in com.pdftools that throw LicenseExceptionModifier and TypeMethodDescriptionstatic voidSdk.initialize(String license) Initialize the product and the license key.static voidSdk.initialize(String license, String producerSuffix) Initialize the product and the license key. -
Uses of LicenseException in com.pdftools.documentassembly
Methods in com.pdftools.documentassembly that throw LicenseExceptionModifier 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.Constructors in com.pdftools.documentassembly that throw LicenseExceptionModifierConstructorDescriptionDocumentAssembler(Stream outStream) DocumentAssembler(Stream outStream, OutputOptions outOptions) DocumentAssembler(Stream outStream, OutputOptions outOptions, Conformance conformance) -
Uses of LicenseException in com.pdftools.image
Methods in com.pdftools.image that throw LicenseException -
Uses of LicenseException in com.pdftools.image2pdf
Methods in com.pdftools.image2pdf that throw LicenseExceptionModifier 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 LicenseException in com.pdftools.optimization
Methods in com.pdftools.optimization that throw LicenseExceptionModifier 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 LicenseException in com.pdftools.pdf
Methods in com.pdftools.pdf that throw LicenseException -
Uses of LicenseException in com.pdftools.pdf2image
Methods in com.pdftools.pdf2image that throw LicenseExceptionModifier 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 LicenseException in com.pdftools.pdfa.conversion
Methods in com.pdftools.pdfa.conversion that throw LicenseExceptionModifier 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 LicenseException in com.pdftools.pdfa.validation
Methods in com.pdftools.pdfa.validation that throw LicenseExceptionModifier 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.Validate the standards conformance of a PDF document.Validator.validate(Document document, ValidationOptions options) Validate the standards conformance of a PDF document. -
Uses of LicenseException in com.pdftools.sign
Methods in com.pdftools.sign that throw LicenseExceptionModifier and TypeMethodDescriptionSigner.addPreparedSignature(Document document, SignatureConfiguration configuration, Stream stream) Add a prepared signatureSigner.addPreparedSignature(Document document, SignatureConfiguration configuration, Stream stream, OutputOptions outputOptions) Add a prepared signatureSigner.addSignatureField(Document document, SignatureFieldOptions options, Stream stream) Add an unsigned signature fieldSigner.addSignatureField(Document document, SignatureFieldOptions options, Stream stream, OutputOptions outputOptions) Add an unsigned signature fieldSigner.addTimestamp(Document document, TimestampConfiguration configuration, Stream stream) Add a document time-stampSigner.addTimestamp(Document document, TimestampConfiguration configuration, Stream stream, OutputOptions outputOptions) Add a document time-stampSigner.certify(Document document, SignatureConfiguration configuration, Stream stream) Add a document certification signatureSigner.certify(Document document, SignatureConfiguration configuration, Stream stream, MdpPermissionOptions permissions) Add a document certification signatureSigner.certify(Document document, SignatureConfiguration configuration, Stream stream, MdpPermissionOptions permissions, OutputOptions outputOptions) Add a document certification signatureProcess a documentSigner.process(Document document, Stream stream, OutputOptions outputOptions) Process a documentSigner.process(Document document, Stream stream, OutputOptions outputOptions, Provider provider) Process a documentSigner.sign(Document document, SignatureConfiguration configuration, Stream stream) Add a document signatureSigner.sign(Document document, SignatureConfiguration configuration, Stream stream, OutputOptions outputOptions) Add a document signatureSigner.signPreparedSignature(Document document, SignatureConfiguration configuration, Stream stream) Sign a prepared signature -
Uses of LicenseException in com.pdftools.signaturevalidation
Methods in com.pdftools.signaturevalidation that throw LicenseExceptionModifier and TypeMethodDescriptionValidator.validate(Document document, Profile profile, SignatureSelector selector) Validate the signatures of a PDF document