Package | com.adobe.photoshop |
Class | public class PDFSaveOptions |
Inheritance | PDFSaveOptions ![]() ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
alphaChannels : Boolean
save alpha channels
| PDFSaveOptions | ||
annotations : Boolean
save annotations
| PDFSaveOptions | ||
colorConversion : Boolean
convert the color profile to a destination profile
| PDFSaveOptions | ||
convertToEightBit : Boolean
converts a 16-bit image to 8-bit for better compatibility with other applications
| PDFSaveOptions | ||
description : String
description of the save options in use
| PDFSaveOptions | ||
destinationProfile : String
describes the final RGB or CMYK output device, such as your monitor or a certain press standard
| PDFSaveOptions | ||
![]() | DONOTSAVECHANGES : SaveOptions [static] [read-only]
Do not save changes. | SaveOptions | |
downgradeColorProfile : Boolean
DEPRECATED, no longer used in CS2 ( should the embedded color profile be downgraded to version 2 )
| PDFSaveOptions | ||
downSample : PDFResample
down sample method to use
| PDFSaveOptions | ||
downSampleSize : Number
down sample images to this size if they exceed limit (in pixels per inch)
| PDFSaveOptions | ||
downSampleSizeLimit : Number
limits downsampleing/subsampling to images that exceed this value (in pixels per inch)
| PDFSaveOptions | ||
embedColorProfile : Boolean
embed color profile in document
| PDFSaveOptions | ||
embedFonts : Boolean
DEPRECATED, no longer used in CS2 ( embed fonts? Only valid if a text layer is included )
| PDFSaveOptions | ||
embedThumbnail : Boolean
Includes a small preview image in Acrobat
| PDFSaveOptions | ||
encoding : PDFEncoding
ZIP, JPEG and JPEG2000 encoding and compression options
| PDFSaveOptions | ||
![]() | enumCache : CSEnumSharedCache [static] [read-only] | SaveOptions | |
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
interpolation : Boolean
DEPRECATED, no longer used in CS2 ( use image interpolation? )
| PDFSaveOptions | ||
jpegQuality : Number
Only valid for JPEG encoding. | PDFSaveOptions | ||
layers : Boolean
save layers
| PDFSaveOptions | ||
optimizeForWeb : Boolean
Improves performance of PDFs on Web servers
| PDFSaveOptions | ||
outputCondition : String
an optional comment field for inserting descriptions of the output condition. | PDFSaveOptions | ||
outputConditionID : String
identifier for the output condition
| PDFSaveOptions | ||
PDFCompatibility : PDFCompatibility
PDF version to be compatible with
| PDFSaveOptions | ||
PDFStandard : PDFStandard
PDF Standard to be compatible with
| PDFSaveOptions | ||
preserveEditing : Boolean
Lets you reopen the PDF in Photoshop with native Photoshop data intact
| PDFSaveOptions | ||
presetFile : String
preset file to use for settings, may override 'save as' dialog settings
| PDFSaveOptions | ||
profileInclusionPolicy : Boolean
shows which profiles to include
| PDFSaveOptions | ||
![]() | PROMPTTOSAVECHANGES : SaveOptions [static] [read-only]
Ask the user whether to save. | SaveOptions | |
registryName : String
URL where the output condition is registered
| PDFSaveOptions | ||
![]() | SAVECHANGES : SaveOptions [static] [read-only]
Save changes. | SaveOptions | |
spotColors : Boolean
save spot colors
| PDFSaveOptions | ||
tileSize : Number
compression option supported only with JPEG2000 compression
| PDFSaveOptions | ||
transparency : Boolean
DEPRECATED, no longer used in CS2
| PDFSaveOptions | ||
useOutlines : Boolean
DEPRECATED, no longer used in CS2 ( use outlines for text? Only valid if vector data is included )
| PDFSaveOptions | ||
![]() | value : Object [override] [read-only]
Returns the object value
| PhotoshopEnumBase | |
vectorData : Boolean
DEPRECATED, no longer used in CS2 ( include vector data )
| PDFSaveOptions | ||
view : Boolean
Opens the saved PDF in Acrobat
| PDFSaveOptions |
alphaChannels | property |
alphaChannels:Boolean
Since : | CS5 |
save alpha channels
public function get alphaChannels():Boolean
public function set alphaChannels(value:Boolean):void
annotations | property |
annotations:Boolean
Since : | CS5 |
save annotations
public function get annotations():Boolean
public function set annotations(value:Boolean):void
colorConversion | property |
colorConversion:Boolean
Since : | CS5 |
convert the color profile to a destination profile
public function get colorConversion():Boolean
public function set colorConversion(value:Boolean):void
convertToEightBit | property |
convertToEightBit:Boolean
Since : | CS5 |
converts a 16-bit image to 8-bit for better compatibility with other applications
public function get convertToEightBit():Boolean
public function set convertToEightBit(value:Boolean):void
description | property |
description:String
Since : | CS5 |
description of the save options in use
public function get description():String
public function set description(value:String):void
destinationProfile | property |
destinationProfile:String
Since : | CS5 |
describes the final RGB or CMYK output device, such as your monitor or a certain press standard
public function get destinationProfile():String
public function set destinationProfile(value:String):void
downgradeColorProfile | property |
downgradeColorProfile:Boolean
Since : | CS5 |
DEPRECATED, no longer used in CS2 ( should the embedded color profile be downgraded to version 2 )
public function get downgradeColorProfile():Boolean
public function set downgradeColorProfile(value:Boolean):void
downSample | property |
downSample:PDFResample
Since : | CS5 |
down sample method to use
public function get downSample():PDFResample
public function set downSample(value:PDFResample):void
downSampleSize | property |
downSampleSize:Number
Since : | CS5 |
down sample images to this size if they exceed limit (in pixels per inch)
public function get downSampleSize():Number
public function set downSampleSize(value:Number):void
downSampleSizeLimit | property |
downSampleSizeLimit:Number
Since : | CS5 |
limits downsampleing/subsampling to images that exceed this value (in pixels per inch)
public function get downSampleSizeLimit():Number
public function set downSampleSizeLimit(value:Number):void
embedColorProfile | property |
embedColorProfile:Boolean
Since : | CS5 |
embed color profile in document
public function get embedColorProfile():Boolean
public function set embedColorProfile(value:Boolean):void
embedFonts | property |
embedFonts:Boolean
Since : | CS5 |
DEPRECATED, no longer used in CS2 ( embed fonts? Only valid if a text layer is included )
public function get embedFonts():Boolean
public function set embedFonts(value:Boolean):void
embedThumbnail | property |
embedThumbnail:Boolean
Since : | CS5 |
Includes a small preview image in Acrobat
public function get embedThumbnail():Boolean
public function set embedThumbnail(value:Boolean):void
encoding | property |
encoding:PDFEncoding
Since : | CS5 |
ZIP, JPEG and JPEG2000 encoding and compression options
public function get encoding():PDFEncoding
public function set encoding(value:PDFEncoding):void
interpolation | property |
interpolation:Boolean
Since : | CS5 |
DEPRECATED, no longer used in CS2 ( use image interpolation? )
public function get interpolation():Boolean
public function set interpolation(value:Boolean):void
jpegQuality | property |
jpegQuality:Number
Since : | CS5 |
Only valid for JPEG encoding. Use encoding options instead of this property. Quality of produced image. Only valid for JPEG encoded PDF documents ( 0 - 12 )
public function get jpegQuality():Number
public function set jpegQuality(value:Number):void
layers | property |
layers:Boolean
Since : | CS5 |
save layers
public function get layers():Boolean
public function set layers(value:Boolean):void
optimizeForWeb | property |
optimizeForWeb:Boolean
Since : | CS5 |
Improves performance of PDFs on Web servers
public function get optimizeForWeb():Boolean
public function set optimizeForWeb(value:Boolean):void
outputCondition | property |
outputCondition:String
Since : | CS5 |
an optional comment field for inserting descriptions of the output condition. The text is stored in the PDF/X file.
public function get outputCondition():String
public function set outputCondition(value:String):void
outputConditionID | property |
outputConditionID:String
Since : | CS5 |
identifier for the output condition
public function get outputConditionID():String
public function set outputConditionID(value:String):void
PDFCompatibility | property |
PDFCompatibility:PDFCompatibility
Since : | CS5 |
PDF version to be compatible with
public function get PDFCompatibility():PDFCompatibility
public function set PDFCompatibility(value:PDFCompatibility):void
PDFStandard | property |
PDFStandard:PDFStandard
Since : | CS5 |
PDF Standard to be compatible with
public function get PDFStandard():PDFStandard
public function set PDFStandard(value:PDFStandard):void
preserveEditing | property |
preserveEditing:Boolean
Since : | CS5 |
Lets you reopen the PDF in Photoshop with native Photoshop data intact
public function get preserveEditing():Boolean
public function set preserveEditing(value:Boolean):void
presetFile | property |
presetFile:String
Since : | CS5 |
preset file to use for settings, may override 'save as' dialog settings
public function get presetFile():String
public function set presetFile(value:String):void
profileInclusionPolicy | property |
profileInclusionPolicy:Boolean
Since : | CS5 |
shows which profiles to include
public function get profileInclusionPolicy():Boolean
public function set profileInclusionPolicy(value:Boolean):void
registryName | property |
registryName:String
Since : | CS5 |
URL where the output condition is registered
public function get registryName():String
public function set registryName(value:String):void
spotColors | property |
spotColors:Boolean
Since : | CS5 |
save spot colors
public function get spotColors():Boolean
public function set spotColors(value:Boolean):void
tileSize | property |
tileSize:Number
Since : | CS5 |
compression option supported only with JPEG2000 compression
public function get tileSize():Number
public function set tileSize(value:Number):void
transparency | property |
transparency:Boolean
Since : | CS5 |
DEPRECATED, no longer used in CS2
public function get transparency():Boolean
public function set transparency(value:Boolean):void
useOutlines | property |
useOutlines:Boolean
Since : | CS5 |
DEPRECATED, no longer used in CS2 ( use outlines for text? Only valid if vector data is included )
public function get useOutlines():Boolean
public function set useOutlines(value:Boolean):void
vectorData | property |
vectorData:Boolean
Since : | CS5 |
DEPRECATED, no longer used in CS2 ( include vector data )
public function get vectorData():Boolean
public function set vectorData(value:Boolean):void
view | property |
view:Boolean
Since : | CS5 |
Opens the saved PDF in Acrobat
public function get view():Boolean
public function set view(value:Boolean):void