org.apache.fop.pdf
Class PDFOutputIntent
- PDFWritable
public class PDFOutputIntent
Represents the OutputIntent dictionary.
static String | GTS_PDFA1- Subtype for PDF/A-1 output intents
|
static String | GTS_PDFX- Subtype for PDF/X output intents
|
encode, encodeString, encodeText, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, makeReference, output, referencePDF, setDocument, setObjectNumber, toInlinePDFString, toPDF, toPDFString |
GTS_PDFA1
public static final String GTS_PDFA1
Subtype for PDF/A-1 output intents
GTS_PDFX
public static final String GTS_PDFX
Subtype for PDF/X output intents
getDestOutputProfile
public PDFICCStream getDestOutputProfile()
getInfo
public String getInfo()
getOutputCondition
public String getOutputCondition()
- the OutputCondition field
getOutputConditionIdentifier
public String getOutputConditionIdentifier()
- the OutputConditionIdentifier field
getRegistryName
public String getRegistryName()
getSubtype
public String getSubtype()
- the output intent subtype.
setDestOutputProfile
public void setDestOutputProfile(PDFICCStream destOutputProfile)
Sets the destination ICC profile.
destOutputProfile - An ICC profile stream defining the transformation from the PDF
document's source colors to output device colorants.
setInfo
public void setInfo(String info)
Sets the Info field.
info - A human-readable text string containing additional information or comments about
the intended target device or production condition.
setOutputCondition
public void setOutputCondition(String outputCondition)
Sets the human-readable form of the output condition.
outputCondition - A text string concisely identifying the intended output
device or production condition in human-readable form.
setOutputConditionIdentifier
public void setOutputConditionIdentifier(String outputConditionIdentifier)
Sets the identifier for the output condition.
outputConditionIdentifier - A string identifying the intended output device or
production condition in human- or machine-readable form.
setRegistryName
public void setRegistryName(String registryName)
Sets the registry name.
registryName - A string (conventionally a uniform resource identifier,
or URI) identifying the registry in which the condition designated
by OutputConditionIdentifier is defined.
setSubtype
public void setSubtype(String subtype)
Sets the output intent subtype.
subtype - the subtype (usually "GTS_PDFX")
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.