Uses of Class
com.pdftools.CorruptException
Packages that use CorruptException
Package
Description
-
Uses of CorruptException in com.pdftools
Methods in com.pdftools that throw CorruptExceptionModifier and TypeMethodDescriptionvoidHttpClientHandler.addTrustedCertificate(Stream cert) Add a certificate to the trust storestatic 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.voidHttpClientHandler.setClientCertificate(Stream archive, String password) Set the SSL/TLS client certificate as PFX (PKCS#12) archivevoidHttpClientHandler.setClientCertificateAndKey(Stream cert, Stream key, String password) Set the SSL/TLS client certificate and private key -
Uses of CorruptException in com.pdftools.crypto.providers.builtin
Methods in com.pdftools.crypto.providers.builtin that throw CorruptExceptionModifier and TypeMethodDescriptionProvider.createSignatureFromCertificate(Stream stream, String password) Create a configuration to sign with a PFX (PKCS#12) soft certificate -
Uses of CorruptException in com.pdftools.crypto.providers.pkcs11
Methods in com.pdftools.crypto.providers.pkcs11 that throw CorruptExceptionModifier and TypeMethodDescriptionvoidSignatureConfiguration.addCertificate(Stream certificate) Add a certificate -
Uses of CorruptException in com.pdftools.image
Methods in com.pdftools.image that throw CorruptException -
Uses of CorruptException in com.pdftools.image2pdf
Methods in com.pdftools.image2pdf that throw CorruptExceptionModifier 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 CorruptException in com.pdftools.pdf
Methods in com.pdftools.pdf that throw CorruptExceptionModifier and TypeMethodDescriptionMetadata.getModificationDate()The date and time the document or resource was most recently modified.SignedSignatureField.getRevision()The document revision (Getter)static DocumentOpen a PDF document.static DocumentOpen a PDF document. -
Uses of CorruptException in com.pdftools.pdfa.conversion
Methods in com.pdftools.pdfa.conversion that throw CorruptExceptionModifier 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 CorruptException in com.pdftools.sign
Methods in com.pdftools.sign that throw CorruptExceptionModifier 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 CorruptException in com.pdftools.signaturevalidation
Methods in com.pdftools.signaturevalidation that throw CorruptExceptionModifier and TypeMethodDescriptionvoidCustomTrustList.addArchive(Stream stream) Add certificates from a PFX (PKCS#12) archivevoidCustomTrustList.addArchive(Stream stream, String password) Add certificates from a PFX (PKCS#12) archivevoidCustomTrustList.addCertificates(Stream certificate) Add one or more certificates