public class PDFA_3_B_ZUGFeRD_Verification extends PDFA_3_B_Profile implements PDFA_B_VerificationProfile
| Constructor and Description |
|---|
PDFA_3_B_ZUGFeRD_Verification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsAnyVersionAndConformanceTags() |
String |
getDescription()
Returns a simple description of this profile.
|
String |
getName()
Returns the name of this profile.
|
String |
getPDFAName()
Returns a string of the form "PDF/A-nx" where n is the version and x is the conformance level.
|
void |
setAcceptAnyVersionAndConformanceTags(boolean shouldAccept)
Set the option to verify documents without regards to
the PDF version and conformance tags in the XMP metadata.
|
getConformanceLevelgetVersionIdentifiergetConversionOptionsgetProfileList, toStringpublic String getName()
Profilepublic String getDescription()
ProfilegetDescription in class Profilepublic void setAcceptAnyVersionAndConformanceTags(boolean shouldAccept)
PDFA_VerificationProfilesetAcceptAnyVersionAndConformanceTags in interface PDFA_VerificationProfilepublic boolean acceptsAnyVersionAndConformanceTags()
acceptsAnyVersionAndConformanceTags in interface PDFA_VerificationProfilepublic String getPDFAName()
PDFA_ProfilegetPDFAName in class PDFA_Profile