phpdftk API Documentation

PdfVtProfile : string
in package
implements ConformanceProfile

PDF/VT conformance profiles (ISO 16612).

PDF/VT is designed for variable and transactional printing workflows. All levels build on PDF/X-4 and add DPartRoot requirements.

PDF/VT-1 (ISO 16612-2): single-file exchange, based on PDF/X-4 + PDF 2.0 PDF/VT-2 (ISO 16612-2): multi-file streaming, based on PDF/X-4 + PDF 2.0 PDF/VT-2s (ISO 16612-3): streamed subset, based on PDF/X-4 + PDF 2.0

Table of Contents

Interfaces

ConformanceProfile

Cases

VT1  = 'VT-1'
VT2  = 'VT-2'
VT2s  = 'VT-2s'

Methods

getFamily()  : string
getLevel()  : string
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

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