ExportPDF Object Command

EXPORTPDF file commands

Brief description.

exportpdf [ASK | FILE filename] [OUTPUT ] [PAGE document:...-page | MPG document:...-masterpage:side | PAGERANGE document:... "page,from-to,from-to,..." | DOCUMENT document | CHAPTER document:...]

Examples:

exportpdf

 

ExportPDF  Command Definition  url:PGScmd/exportpdf
  created:2006-03-30 14:03:54   last updated:2006-03-30 14:03:54
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For ExportPDF
Dan Kilroy wrote...2006-05-03 19:59:38

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Generates a PDF file from the document using the passed parameters to determine the page range, compression methods and more.

ExportPDF ([ASK | FILE filename] [OUTPUT <COLOR | GRAYSCALE>] [COMPRESSION <FLATE | NONE>] [PICTURECOMPRESSION <FLATE | NONE>] [ENCODING <NONE|ASCII85|ASCIIHEX>] [PAGE document:...-page | MPG document:...-masterpage:side | PAGERANGE document:... "page,from-to,from-to,..." | DOCUMENT document | CHAPTER document:...])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For ExportPDF