Is it possible to read a Quick Report file (qrp) from PHP?

2

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?

    
asked by anonymous 11.02.2017 / 12:17

1 answer

1

Technically the answer is: Yes you can.

  • Download this app: SmartQRP link (only 686 Kbytes )
  • It can be operated by command line and export to PDF, you must use it with the shell_exec () .

    Then you'll need this:

  • PDFParser :
  • 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.

        
    14.02.2017 / 17:48