Creating a PDF

From BR Wiki
Revision as of 19:32, 5 April 2013 by Laura (talk | contribs) (Created page with "As of our Business Rules! release 4.2 you can create PDFs. To create a PDF file specify in the print file OPEN statement: Name= PDF:/ [,PrintFile= ...] If printfile i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

As of our Business Rules! release 4.2 you can create PDFs.

To create a PDF file specify in the print file OPEN statement: Name= PDF:/ [,PrintFile= ...] If printfile is not specified, BR creates a PDF file in the spool directory.

To create a PDF file and send it to the user’s Windows program associated with PDF files (such as Adobe Acrobat): Name= PDF:/READER [,PrintFile= ...] This is the same as creating a PDF file and then double clicking it.

To create a PDF file and send it to a specified program or batch file: Name= PDF:/program-name [,PrintFile= ...]