| Package | Description |
|---|---|
| org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
| org.apache.pdfbox.pdmodel.interactive.pagenavigation |
A package to allow provide access to PDF page navigation functionality.
|
| org.apache.pdfbox.preflight.metadata | |
| org.verapdf.features.pb | |
| org.verapdf.features.pb.objects | |
| org.verapdf.metadata.fixer.impl.pb.model |
| Modifier and Type | Method and Description |
|---|---|
PDDocumentInformation |
PDDocument.getDocumentInformation()
This will get the document info dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDDocument.setDocumentInformation(PDDocumentInformation info)
This will set the document information for this document.
|
| Modifier and Type | Method and Description |
|---|---|
PDDocumentInformation |
PDThread.getThreadInfo()
Get info about the thread, or null if there is nothing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDThread.setThreadInfo(PDDocumentInformation info)
Set the thread info, can be null.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SynchronizedMetaDataValidation.analyzeAuthorProperty(PDDocumentInformation dico,
org.apache.xmpbox.schema.DublinCoreSchema dc,
List<ValidationResult.ValidationError> ve)
Analyze if Author(s) embedded in Document Information dictionary and in XMP properties are
synchronized
|
protected void |
SynchronizedMetaDataValidation.analyzeCreationDateProperty(PDDocumentInformation dico,
org.apache.xmpbox.schema.XMPBasicSchema xmp,
List<ValidationResult.ValidationError> ve)
Analyze if the CreationDate embedded in Document Information dictionary and in XMP properties
are synchronized
|
protected void |
SynchronizedMetaDataValidation.analyzeCreatorToolProperty(PDDocumentInformation dico,
org.apache.xmpbox.schema.XMPBasicSchema xmp,
List<ValidationResult.ValidationError> ve)
Analyze if the creator tool embedded in Document Information dictionary and in XMP properties
are synchronized
|
protected void |
SynchronizedMetaDataValidation.analyzeKeywordsProperty(PDDocumentInformation dico,
org.apache.xmpbox.schema.AdobePDFSchema pdf,
List<ValidationResult.ValidationError> ve)
Analyze if Keyword(s) embedded in Document Information dictionary and in XMP properties are
synchronized
|
protected void |
SynchronizedMetaDataValidation.analyzeModifyDateProperty(PDDocumentInformation dico,
org.apache.xmpbox.schema.XMPBasicSchema xmp,
List<ValidationResult.ValidationError> ve)
Analyze if the ModifyDate embedded in Document Information dictionary and in XMP properties
are synchronized
|
protected void |
SynchronizedMetaDataValidation.analyzeProducerProperty(PDDocumentInformation dico,
org.apache.xmpbox.schema.AdobePDFSchema pdf,
List<ValidationResult.ValidationError> ve)
Analyze if Producer embedded in Document Information dictionary and in XMP properties are
synchronized
|
protected void |
SynchronizedMetaDataValidation.analyzeSubjectProperty(PDDocumentInformation dico,
org.apache.xmpbox.schema.DublinCoreSchema dc,
List<ValidationResult.ValidationError> ve)
Analyze if Subject(s) embedded in Document Information dictionary and in XMP properties are
synchronized
|
protected void |
SynchronizedMetaDataValidation.analyzeTitleProperty(PDDocumentInformation dico,
org.apache.xmpbox.schema.DublinCoreSchema dc,
List<ValidationResult.ValidationError> ve)
Analyze if Title embedded in Document Information dictionary and in XMP properties are synchronized
|
| Modifier and Type | Method and Description |
|---|---|
static InfoDictFeaturesObject |
PBFeaturesObjectCreator.createInfoDictFeaturesObject(PDDocumentInformation info)
Creates new PBInfoDictFeaturesObjectAdapter
|
| Constructor and Description |
|---|
PBInfoDictFeaturesObjectAdapter(PDDocumentInformation info)
Constructs new information dictionary feature object adapter.
|
| Constructor and Description |
|---|
InfoDictionaryImpl(PDDocumentInformation info) |
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.