public class XFAFlattenerProperties extends Object
Modifier and Type | Field and Description |
---|---|
static char |
PDF_1_0 |
static char |
PDF_1_1 |
static char |
PDF_1_2 |
static char |
PDF_1_3 |
static char |
PDF_1_4 |
static char |
PDF_1_5 |
static char |
PDF_1_6 |
static char |
PDF_1_7 |
Constructor and Description |
---|
XFAFlattenerProperties()
Default constructor of the XFAFlattenerProperties class.
|
Modifier and Type | Method and Description |
---|---|
XFAFlattenerProperties |
createXmpMetaData() |
PdfALevel |
getConformanceLevel() |
MetaData |
getMetaData() |
char |
getPfdVersion() |
boolean |
isTagged() |
boolean |
needsXmpMetaData() |
XFAFlattenerProperties |
setConformanceLevel(PdfALevel conformanceLevel) |
XFAFlattenerProperties |
setMetaData(MetaData metaData) |
XFAFlattenerProperties |
setOpenPassword(byte[] password)
Defines the password which will be used if the document is encrypted with standard encryption.
|
XFAFlattenerProperties |
setOpenPublicKeySecurityParams(Certificate certificate, com.itextpdf.kernel.security.IExternalDecryptionProcess externalDecryptionProcess)
Defines the certificate which will be used if the document is encrypted with public key encryption.
|
XFAFlattenerProperties |
setOpenPublicKeySecurityParams(Certificate certificate, Key certificateKey, String certificateKeyProvider, com.itextpdf.kernel.security.IExternalDecryptionProcess externalDecryptionProcess)
Defines the certificate which will be used if the document is encrypted with public key encryption.
|
XFAFlattenerProperties |
setOutputIntent(InputStream iccInputStream, String outputConditionIdentifier, String outputCondition, String registryName, String info) |
XFAFlattenerProperties |
setPdfVersion(char pdfVersion) |
XFAFlattenerProperties |
setTagged() |
public static final char PDF_1_0
public static final char PDF_1_1
public static final char PDF_1_2
public static final char PDF_1_3
public static final char PDF_1_4
public static final char PDF_1_5
public static final char PDF_1_6
public static final char PDF_1_7
public XFAFlattenerProperties()
XFAFlattenerProperties
class. Doesn't initialize any field.
public XFAFlattenerProperties setOutputIntent(InputStream iccInputStream, String outputConditionIdentifier, String outputCondition, String registryName, String info)
public PdfALevel getConformanceLevel()
public XFAFlattenerProperties setConformanceLevel(PdfALevel conformanceLevel)
public boolean isTagged()
public XFAFlattenerProperties setTagged()
public boolean needsXmpMetaData()
public XFAFlattenerProperties createXmpMetaData()
public char getPfdVersion()
public XFAFlattenerProperties setPdfVersion(char pdfVersion)
public MetaData getMetaData()
public XFAFlattenerProperties setMetaData(MetaData metaData)
public XFAFlattenerProperties setOpenPassword(byte[] password)
password
- the password to use in order to open the document.
public XFAFlattenerProperties setOpenPublicKeySecurityParams(Certificate certificate, Key certificateKey, String certificateKeyProvider, com.itextpdf.kernel.security.IExternalDecryptionProcess externalDecryptionProcess)
public XFAFlattenerProperties setOpenPublicKeySecurityParams(Certificate certificate, com.itextpdf.kernel.security.IExternalDecryptionProcess externalDecryptionProcess)
Copyright (C) 1998-2019 iText Group NV. All Rights Reserved.