Hello I’m building an application with Yii that will now generate reports. My client wants to edit the reports after these are generated. I think the best option is creating a Word document so my client will be able to edit it, but I can’t find information or extensions to create Word documents with Yii Framework.
I’ve also seen but not test yet a couple of PDF extensions such as DOMPDF, tcpdf and Zend_PDF. But if I generate a PDF report, then, how is my client going to edit this file?
Guys I need recommendations on how to tackle this requirement. Generate Word or PDF documents? Which will be the fastest to develop solution?
UPDATE 1:
At the moment I got PDFs working. This is how I did it: First I downloaded TCPdf from its site and open it in Yii as a 3rd-party library. Then:
Anyway I want to be able to generate a word document as the requirement says the report is going to be edited by the user after generation.
UPDATE 2:
For the Word document’s report generation this is what I am doing.