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.
|
getConformanceLevel
getVersionIdentifier
getConversionOptions
getProfileList, toString
public String getName()
Profile
public String getDescription()
Profile
getDescription
in class Profile
public void setAcceptAnyVersionAndConformanceTags(boolean shouldAccept)
PDFA_VerificationProfile
setAcceptAnyVersionAndConformanceTags
in interface PDFA_VerificationProfile
public boolean acceptsAnyVersionAndConformanceTags()
acceptsAnyVersionAndConformanceTags
in interface PDFA_VerificationProfile
public String getPDFAName()
PDFA_Profile
getPDFAName
in class PDFA_Profile