Create a PDF report
Set up and configure output to PDF from your reporting application. This option is useful if you want to archive or mail a document.
You can use the API function fgl_report_selectDevice("PDF") to output the data in the PDF Format. Configure the output using the function fgl_report_configurePDFDevice.
The following API functions provide more PDF options:
- fgl_report_configurePDFFontEmbedding - Configure the font embedding in PDF output.
- fgl_report_setPDFImageResolution - Configure the resolution of embedded images in PDF output.
- fgl_report_setPDFJPEGImageEncoding - Configure the encoding method of embedded images in PDF output.