PdfDocumentInfo

data class PdfDocumentInfo(val version: PdfVersion?, val permissions: PdfPermissions, val securityRevision: Int?, val hasValidCrossReferenceTable: Boolean, val isLinearized: Boolean?)

Structural information about a document.

Constructors

Link copied to clipboard
constructor(version: PdfVersion?, permissions: PdfPermissions, securityRevision: Int?, hasValidCrossReferenceTable: Boolean, isLinearized: Boolean?)

Properties

Link copied to clipboard

Whether the cross-reference table parsed without errors.

Link copied to clipboard

Whether the document is linearized for fast web view, or null when unknown.

Link copied to clipboard

Operations the document's security handler allows.

Link copied to clipboard

Security handler revision, or null for unencrypted documents.

Link copied to clipboard

PDF version, or null when it could not be determined.