Reporting API Functions / Functions to change reporting options |
Configure the PDF output.
fgl_report_configurePDFDevice( fontDirectory STRING, antialiasFonts BOOLEAN, antialiasShapes BOOLEAN, monochrome BOOLEAN, fromPage INTEGER, toPage INTEGER)
Function to configure the PDF output.
This function is applicable when PDF output has been selected by a call to the function fgl_report_selectDevice. All arguments to this function are optional (indicated by passing a null value). If the PDF document should be written to a file, the general function fgl_report_setOutputFileName and fgl_report_selectPreview are available for this purpose.
See Usage.