Creating a PDF
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= ...]