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
Cases
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
X1a2003
X32003
X4
X5g
X5pg
X5n
Methods
getFamily()
public
getFamily() : string
Return values
stringgetLevel()
public
getLevel() : string
Return values
stringgetOutputIntentSubtype()
The required OutputIntent /S subtype value.
public
getOutputIntentSubtype() : string
Return values
stringgetPdfVersion()
public
getPdfVersion() : PdfVersion
Return values
PdfVersiongetXmpNamespace()
public
getXmpNamespace() : string
Return values
stringgetXmpPrefix()
public
getXmpPrefix() : string
Return values
stringgetXmpProperties()
public
getXmpProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>prohibitsTransparency()
Whether this profile prohibits transparency.
public
prohibitsTransparency() : bool
Return values
boolsupportsReferenceXObjects()
Whether this profile supports reference XObjects for external content.
public
supportsReferenceXObjects() : bool