PdfToPostScriptProcess

Top  Previous  Next

This process converts the PDF documents to PostScript documents.

PdfToPostScript

Properties

PDF File Name (Accepts MScript)

The name of the input file name in PDF format. It can be the name of a permanent file or a pool variable or a process field name that stores the name of the temporary file created by one of the preceding processes.
 

Examples:

Definition

Description

WEB-INF/reports/products.pdf 

The input PDF file is permanent and it is defined relative to the web application root.

c:\reports\urun.pdf

The input PDF file is permanent.

v:products

The input PDF file is temporary and its name is stored in the pool variable products.

f:order

The input PDF file is temporary and its name is stored process record field order.

 
PostScript File Name (Accepts MScript)

The name of the output PostScript file. It can be the name of either a permanent or a temporary file.

Note that the temporary files are created under {WEB_APPLICATION_ROOT}/WEB-INF/MM-INF/~tempfiles directory and the names of the files are stored in pool variables or in process record fields. MoreMotion constantly scans the temporary files under this folder and deletes the expired files.
 

Examples:

Definition

Description

WEB-INF/reports/products.ps 

The output file is permanent and it is defined relative to the web application root.

c:\raporlar\urun.ps

The output file is permanent.

v:products

The output file is temporary. It will be created under {WEB_APPLICATION_ROOT}/WEB-INF/MM-INF/~tempfiles directory and its name will be stored in pool variable products.

f:order

The output file is temporary. It will be created under {WEB_APPLICATION_ROOT}/WEB-INF/MM-INF/~tempfiles directory and its name will be stored in process record field order.