Hello, I have a Quick Report file (.qrp format). I need to analyze his data from within PHP, but I did not succeed.
Is there any way to do this?
Hello, I have a Quick Report file (.qrp format). I need to analyze his data from within PHP, but I did not succeed.
Is there any way to do this?
Technically the answer is: Yes you can.
It can be operated by command line and export to PDF, you must use it with the shell_exec () .
Then you'll need this:
Comment in documentation:
PdfParser, the standalone PHP library, provides various tools to extract data from a PDF file. Currently, secured documents are not supported
Unfortunately I do not have any QRP files to test.