Question

I'm using Symfony 1.4 and I have to create pdf file from Word/HTML with some fields added by user using form. I've met this problem in plain php few years ago, but I wonder if there is any ready solution in Symfony framework? Or someone wants to share his idea about this...

Was it helpful?

Solution

I've been using http://www.symfony-project.org/plugins/sfTCPDFPlugin with Symfony 1.4 and haven't run into any problems yet. The sfTCPDFPlugin provides abstraction for the TCPDF, an open source PHP class for generating PDF documents.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top