August 2009
Copyright Barak Itkin
Save files in PDF format
Saves files in Adobe's Portable Document Format. PDF is designed to be easily processed by a variety of different platforms, and is a distant cousin of PostScript.
unknown
Type | Name | Description |
---|---|---|
PF_INT | run-mode | Run mode |
unknown | images | Input image for each page (An image can appear more than once) |
PF_INT | count | The amount of images entered (This will be the amount of pages). 1 <= count <= MAX_PAGE_COUNT |
PF_INT | vectorize | Convert bitmaps to vector graphics where possible. TRUE or FALSE |
PF_INT | ignore-hidden | Omit hidden layers and layers with zero opacity. TRUE or FALSE |
PF_INT | apply-masks | Apply layer masks before saving. TRUE or FALSE (Keeping them will not change the output) |
PF_VALUE | filename | The name of the file to save the image in |
PF_VALUE | raw-filename | The name of the file to save the image in |
None