Class PdfHeaderConstants


  • public final class PdfHeaderConstants
    extends Object
    • Field Detail

      • PROTECTION_POLICY_HEADER_NAME

        @Metadata(description="Expected type is\nhttps://pdfbox.apache.org/docs/2.0.13/javadocs/org/apache/pdfbox/pdmodel/encryption/ProtectionPolicy.html[ProtectionPolicy].\nIf specified then PDF document will be encrypted with it.",
                  javaType="org.apache.pdfbox.pdmodel.encryption.ProtectionPolicy")
        public static final String PROTECTION_POLICY_HEADER_NAME
        See Also:
        Constant Field Values
      • PDF_DOCUMENT_HEADER_NAME

        @Metadata(description="*Mandatory* header for `append` operation and ignored in all other\noperations. Expected type is\nhttps://pdfbox.apache.org/docs/2.0.13/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html[PDDocument].\nStores PDF document which will be used for append operation.",
                  javaType="org.apache.pdfbox.pdmodel.PDDocument")
        public static final String PDF_DOCUMENT_HEADER_NAME
        See Also:
        Constant Field Values
      • DECRYPTION_MATERIAL_HEADER_NAME

        @Metadata(description="Expected type is\nhttps://pdfbox.apache.org/docs/2.0.13/javadocs/org/apache/pdfbox/pdmodel/encryption/DecryptionMaterial.html[DecryptionMaterial].\n*Mandatory* header if PDF document is encrypted.",
                  javaType="org.apache.pdfbox.pdmodel.encryption.DecryptionMaterial")
        public static final String DECRYPTION_MATERIAL_HEADER_NAME
        See Also:
        Constant Field Values