Uses of Interface
com.pdftools.sys.Stream
Packages that use Stream
Package
Description
-
Uses of Stream in com.pdftools
Methods in com.pdftools with parameters of type StreamModifier and TypeMethodDescriptionvoidHttpClientHandler.addTrustedCertificate(Stream cert) Add a certificate to the trust storevoidHttpClientHandler.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 Stream in com.pdftools.crypto.providers.builtin
Methods in com.pdftools.crypto.providers.builtin with parameters of type StreamModifier and TypeMethodDescriptionProvider.createSignatureFromCertificate(Stream stream, String password) Create a configuration to sign with a PFX (PKCS#12) soft certificate -
Uses of Stream in com.pdftools.crypto.providers.pkcs11
Methods in com.pdftools.crypto.providers.pkcs11 with parameters of type StreamModifier and TypeMethodDescriptionvoidSignatureConfiguration.addCertificate(Stream certificate) Add a certificateSession.createSignatureFromKeyId(byte[] id, Stream certificate) Create a signature configuration based on the private key's ID and an external certificateSession.createSignatureFromKeyLabel(String label, Stream certificate) Create a signature configuration based on the private key's label (name) and an external certificate -
Uses of Stream in com.pdftools.documentassembly
Constructors in com.pdftools.documentassembly with parameters of type StreamModifierConstructorDescriptionDocumentAssembler(Stream outStream) DocumentAssembler(Stream outStream, OutputOptions outOptions) DocumentAssembler(Stream outStream, OutputOptions outOptions, Conformance conformance) -
Uses of Stream in com.pdftools.image
Methods in com.pdftools.image with parameters of type Stream -
Uses of Stream in com.pdftools.image2pdf
Methods in com.pdftools.image2pdf with parameters of type StreamModifier 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 Stream in com.pdftools.internal
Methods in com.pdftools.internal with parameters of type StreamModifier and TypeMethodDescriptionvoidNativeStream.copy(Stream stream) Copy the content of another stream -
Uses of Stream in com.pdftools.optimization
Methods in com.pdftools.optimization with parameters of type StreamModifier 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 Stream in com.pdftools.pdf
Methods in com.pdftools.pdf with parameters of type Stream -
Uses of Stream in com.pdftools.pdf2image
Methods in com.pdftools.pdf2image with parameters of type StreamModifier 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 Stream in com.pdftools.pdfa.conversion
Methods in com.pdftools.pdfa.conversion with parameters of type StreamModifier and TypeMethodDescriptionvoidConverter.addAssociatedFile(Stream embeddedFile, String name) Prepares the associated file for embedding.voidConverter.addAssociatedFile(Stream embeddedFile, String name, Integer associate) Prepares the associated file for embedding.voidConverter.addAssociatedFile(Stream embeddedFile, String name, Integer associate, AFRelationship afRelationship) Prepares the associated file for embedding.voidConverter.addAssociatedFile(Stream embeddedFile, String name, Integer associate, AFRelationship afRelationship, String mimeType) Prepares the associated file for embedding.voidConverter.addAssociatedFile(Stream embeddedFile, String name, Integer associate, AFRelationship afRelationship, String mimeType, String description) Prepares the associated file for embedding.voidConverter.addAssociatedFile(Stream embeddedFile, String name, Integer associate, AFRelationship afRelationship, String mimeType, String description, OffsetDateTime modificationDate) Prepares the associated file for embedding.voidConverter.addInvoiceXml(InvoiceType invoiceType, Stream invoice) Prepares the invoice XML file (ZUGFeRD or Factur-X) for embedding.voidConverter.addInvoiceXml(InvoiceType invoiceType, Stream invoice, AFRelationship afRelationship) Prepares the invoice XML file (ZUGFeRD or Factur-X) for embedding.Converter.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 Stream in com.pdftools.sign
Methods in com.pdftools.sign with parameters of type StreamModifier 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 signaturestatic 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 fileProcess 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 Stream in com.pdftools.signaturevalidation
Methods in com.pdftools.signaturevalidation with parameters of type StreamModifier 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 -
Uses of Stream in com.pdftools.sys
Classes in com.pdftools.sys that implement StreamModifier and TypeClassDescriptionclassThe stream implementation to read from and write to files.classThe stream implementation for in-memory processing.Methods in com.pdftools.sys with parameters of type StreamModifier and TypeMethodDescriptionvoidCopy the content from another stream.Constructors in com.pdftools.sys with parameters of type StreamModifierConstructorDescriptionMemoryStream(Stream stream) Create a new memory stream by copying a stream.