phpdftk API Documentation

PdfUaProfile : string
in package
implements ConformanceProfile

PDF/UA conformance profiles (ISO 14289).

PDF/UA-1 (ISO 14289-1): based on PDF 1.7 PDF/UA-2 (ISO 14289-2:2024): based on PDF 2.0

Table of Contents

Interfaces

ConformanceProfile

Cases

UA1  = 'UA-1'
UA2  = 'UA-2'

Methods

getFamily()  : string
getLevel()  : string
getPart()  : int
ISO 14289 part number (1 or 2).
getPdfVersion()  : PdfVersion
getXmpNamespace()  : string
getXmpPrefix()  : string
getXmpProperties()  : array<string|int, mixed>

Cases

Methods

getFamily()

public getFamily() : string
Return values
string

getLevel()

public getLevel() : string
Return values
string

getPart()

ISO 14289 part number (1 or 2).

public getPart() : int
Return values
int

getXmpNamespace()

public getXmpNamespace() : string
Return values
string

getXmpPrefix()

public getXmpPrefix() : string
Return values
string

getXmpProperties()

public getXmpProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results