# Functions
DefaultProfile1Options are the default options for the Profile1.
DefaultProfile2Options are the default options for the Profile2.
DefaultProfile3Options the default options for the Profile3.
NewProfile1A creates a new Profile1A with given options.
NewProfile1B creates a new Profile1B with the given options.
NewProfile2A creates a new Profile2A with given options.
NewProfile2B creates a new Profile2B with the given options.
NewProfile2U creates a new Profile2U with the given options.
NewProfile3A creates a new Profile3A with given options.
NewProfile3B creates a new Profile3B with the given options.
NewProfile3U creates a new Profile3U with the given options.
Validate checks if provided input document reader matches given PDF/A profile.
# Structs
Profile1A is the implementation of the PDF/A-1A standard profile.
Profile1B is the implementation of the PDF/A-1B standard profile.
Profile1Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard.
Profile2A is the implementation of the PDF/A-2A standard profile.
Profile2B is the implementation of the PDF/A-2B standard profile.
Profile2Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard.
Profile2U is the implementation of the PDF/A-2U standard profile.
Profile3A is the implementation of the PDF/A-3A standard profile.
Profile3B is the implementation of the PDF/A-3B standard profile.
Profile3Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard.
Profile3U is the implementation of the PDF/A-3U standard profile.
VerificationError is the PDF/A verification error structure, that contains all violated rules.
ViolatedRule is the structure that defines violated PDF/A rule.
XmpOptions are the options used by the optimization of the XMP metadata.
# Interfaces
Profile is the model.StandardImplementer enhanced by the information about the profile conformance level.