Documentation
Publicon
Reference
Preferences
Global Options
Data Import/Export Options
ExportPostScriptOptions
{...}
ExportPostScriptOptions is a group of global options that specify the settings used in exporting files in PostScript format. It consists of the following suboptions.
"FormatType"
• "FormatType" is a global option that determines the format in which a group of cells is saved when it is exported.
• Possible settings are as follows.
"Text" "PostScript"
"InputText" "Bitmap"
"Package" "PICT" (Macintosh only)
"CellExpression" "PICTBitmap" (Macintosh only)
"NotebookExpression" "PICTEmbeddedPS" (Macintosh only)
"CompleteNotebook" "QuickTime" (Macintosh only)
"PageWidth"
• "PageWidth" is a global option that determines the width of a page.
• With the setting "PageWidth"
WindowWidth, each line can extend up to the full width of the window, taking into account the settings for cell margins.
• Other possible settings for "PageWidth" are as follows.
Infinity an infinite width (no line breaks)
n explicit width given in characters
PaperWidth the width of a printed page
• See also: TextJustification, AutoIndent.
"IncludeCellLabels"
• "IncludeCellLabels" is a global option that determines if cell labels, such as the In and Out prompts, should be included when a group of cells is exported.
• With the setting "IncludeCellLabels"
True, cell labels are included when a group of cells is exported.
• With the default setting "IncludeCellLabels"
False, cell labels are not included.
• See also: CellLabel.
"IncludeCellTags"
• "IncludeCellTags" is a global option that determines if cell tags should be included when a notebook is exported.
• With the setting "IncludeCellTags"
True, cell tags are included when notebooks are exported.
• With the default setting "IncludeCellTags"
False, information about cell tags is lost when notebooks are exported.
• See also: CellTags.
"CellBreaks"
• "CellBreaks" is a global option that determines the string inserted between successive cells when they are exported.
• With the default setting "CellBreaks"
"\n\n", a single blank line is inserted between any two cells.
"CMYKColorGeneration"
• "CMYKColorGeneration" is a global option that determines how the CMYK scheme used to describe colors in a printout is implemented.
• With the default setting "CMYKColorGeneration"
"DirectComplement", the CMYK representation of colors is calculated as the direct complement of the RGB representation.
• With the setting "CMYKColorGeneration"
"StandardBlackGeneration", the largest common value of cyan, magenta, and yellow in the CMYK representation is replaced by an equivalent amount of black.