Enum OperationPdfaSettings.PdfaEditProfileEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationPdfaSettings.PdfaEditProfileEnum>
    Enclosing class:
    OperationPdfaSettings

    public static enum OperationPdfaSettings.PdfaEditProfileEnum
    extends Enum<OperationPdfaSettings.PdfaEditProfileEnum>
    Defines the profile whose rules web services have to check before they can come to execution. These profiles define a set of rules concerning the validity of PDF/A documents. A web service whose execution for a given PDF/A document would violate the rule set selected here should instead abort with an appropriate error code. * generalEditRestrictions = All changes to PDF/A documents are prohibited. * removePdfaMetadata = All changes to PDF/A documents are allowed, but the PDF/A state of the document is revoked. (By removing the PDF/A metadata.) * noEditRestrictions = All changes to PDF/A documents are allowed, without touching the PDF/A state of the document. (Risking the invalidation of the document.)