public class PdfTypePackage extends FileTypePackage
Represents a metadata package containing PDF-specific file format information.
| Modifier and Type | Method and Description |
|---|---|
com.groupdocs.metadata.core.PdfFormat |
getPdfFormat()
Gets the detected PDF format.
|
String |
getVersion()
Gets the version of the format.
|
boolean |
isPdfA()
Gets a value indicating whether the document conforms to any PDF/A standard.
|
boolean |
isPdfX()
Gets a value indicating whether the document conforms to any PDF/X standard.
|
getExtension, getFileFormat, getMimeTypeaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final com.groupdocs.metadata.core.PdfFormat getPdfFormat()
Gets the detected PDF format.
public final String getVersion()
Gets the version of the format.
public final boolean isPdfA()
Gets a value indicating whether the document conforms to any PDF/A standard.
true if the document is identified as PDF/A; otherwise, false.public final boolean isPdfX()
Gets a value indicating whether the document conforms to any PDF/X standard.
true if the document is identified as PDF/X; otherwise, false.Copyright © 2026. All rights reserved.