4

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...

1 Answer 1

5

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for help.I would like only to add that for symfony 1.4 mentioned plugin must be installed by copying the contents to directory manually - not by the cli, because for this version of symfony plugin is depreciated. Thanks once again. :)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.