Output as Rich Text Format (PHP)

Set up and configure output to Rich Text Format (RTF) from your reporting application. This option is useful if you want to edit your report after output.

You can use the API function selectDevice("RTF") to output the data in the RTF Format. Configure the output using the function configureRTFDevice().

In order to prevent exhaustion of main memory when processing large documents, the processor can be instructed to swap parts of the document to a temporary disk file when the document size exceeds a threshold. Use the function setRTFMemoryThreshold() to specify the threshold.

For the full list of properties and methods, refer to the Genero Report Writer PHP API documentation.