public interface IZUGFeRDExporter extends java.io.Closeable, IExporter
| Modifier and Type | Method and Description |
|---|---|
IZUGFeRDExporter |
disableAutoClose(boolean disableAutoClose) |
IZUGFeRDExporter |
disableFacturX() |
boolean |
ensurePDFIsValid(javax.activation.DataSource dataSource) |
java.lang.String |
getNamespaceForVersion(int ver) |
java.lang.String |
getPrefixForVersion(int ver) |
IXMLProvider |
getProvider() |
IZUGFeRDExporter |
load(byte[] pdfBinary)
Makes A PDF/A3a-compliant document from a PDF-A1 compliant document (on the
metadata level, this will not e.g. convert graphics to JPG-2000)
|
IZUGFeRDExporter |
load(java.io.InputStream pdfSource)
Makes A PDF/A3a-compliant document from a PDF-A1 compliant document (on the
metadata level, this will not e.g. convert graphics to JPG-2000)
|
IZUGFeRDExporter |
load(java.lang.String pdfFilename)
factory: loads a PDF file and returns an appropriate exporter
|
IZUGFeRDExporter |
setConformanceLevel(PDFAConformanceLevel newLevel) |
IZUGFeRDExporter |
setCreator(java.lang.String creator) |
IZUGFeRDExporter |
setProducer(java.lang.String producer) |
IZUGFeRDExporter |
setXML(byte[] zugferdData) |
IZUGFeRDExporter |
setZUGFeRDVersion(int version) |
export, export, setTransactionIZUGFeRDExporter load(java.lang.String pdfFilename) throws java.io.IOException
pdfFilename - binary of a PDF/A1 compliant documentjava.io.IOException - if anything is wrong with filenameIZUGFeRDExporter load(byte[] pdfBinary) throws java.io.IOException
pdfBinary - binary of a PDF/A1 compliant documentjava.io.IOException - (should not happen at all)IZUGFeRDExporter load(java.io.InputStream pdfSource) throws java.io.IOException
pdfSource - source to read a PDF/A1 compliant document fromjava.io.IOException - if anything is wrong with inputstreamIZUGFeRDExporter setCreator(java.lang.String creator)
IZUGFeRDExporter setConformanceLevel(PDFAConformanceLevel newLevel)
IZUGFeRDExporter setProducer(java.lang.String producer)
IZUGFeRDExporter setZUGFeRDVersion(int version)
boolean ensurePDFIsValid(javax.activation.DataSource dataSource)
throws java.io.IOException
java.io.IOExceptionIZUGFeRDExporter setXML(byte[] zugferdData) throws java.io.IOException
java.io.IOExceptionIZUGFeRDExporter disableFacturX()
java.lang.String getNamespaceForVersion(int ver)
java.lang.String getPrefixForVersion(int ver)
IZUGFeRDExporter disableAutoClose(boolean disableAutoClose)
IXMLProvider getProvider()
Copyright © 2023. All rights reserved.