phpdftk API Documentation

PdfXProfile : string
in package
implements ConformanceProfile

PDF/X conformance profiles (ISO 15930).

PDF/X-1a:2003 (ISO 15930-4): CMYK+spot only, no transparency, PDF 1.3 PDF/X-3:2003 (ISO 15930-6): ICC-based color allowed, PDF 1.3 PDF/X-4 (ISO 15930-7): transparency allowed, PDF 1.6 PDF/X-5g (ISO 15930-8): external graphical content, PDF 1.6 PDF/X-5pg (ISO 15930-8): partial external graphical content, PDF 1.6 PDF/X-5n (ISO 15930-9): n-color external content, PDF 1.6

Table of Contents

Interfaces

ConformanceProfile

Cases

X1a2003  = 'X-1a:2003'
X32003  = 'X-3:2003'
X4  = 'X-4'
X5g  = 'X-5g'
X5n  = 'X-5n'
X5pg  = 'X-5pg'

Methods

getFamily()  : string
getLevel()  : string
getOutputIntentSubtype()  : string
The required OutputIntent /S subtype value.
getPdfVersion()  : PdfVersion
getXmpNamespace()  : string
getXmpPrefix()  : string
getXmpProperties()  : array<string|int, mixed>
prohibitsTransparency()  : bool
Whether this profile prohibits transparency.
supportsReferenceXObjects()  : bool
Whether this profile supports reference XObjects for external content.

Cases

Methods

getFamily()

public getFamily() : string
Return values
string

getLevel()

public getLevel() : string
Return values
string

getOutputIntentSubtype()

The required OutputIntent /S subtype value.

public getOutputIntentSubtype() : 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>

prohibitsTransparency()

Whether this profile prohibits transparency.

public prohibitsTransparency() : bool
Return values
bool

supportsReferenceXObjects()

Whether this profile supports reference XObjects for external content.

public supportsReferenceXObjects() : bool
Return values
bool

        
On this page

Search results