Uses of Class
com.itextpdf.tool.xml.xtra.xfa.XFAFlattenerProperties
Packages that use XFAFlattenerProperties
-
Uses of XFAFlattenerProperties in com.itextpdf.tool.xml.xtra.xfa
Methods in com.itextpdf.tool.xml.xtra.xfa that return XFAFlattenerPropertiesModifier and TypeMethodDescriptionXFAFlattenerProperties.createXmpMetaData()XFAFlattener.getFlattenerProperties()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()Methods in com.itextpdf.tool.xml.xtra.xfa with parameters of type XFAFlattenerPropertiesModifier and TypeMethodDescriptionXFAFlattener.setFlattenerProperties(XFAFlattenerProperties flattenerProperties)