orkestra / OrkestraPdfBundle

Provides a uniform API for generating PDFs using wkhtmltopdf, tcpdf and zend pdf
MIT License
2 stars 2 forks source link

Generator example with TCPDF createPDF type #2

Closed davidromani closed 11 years ago

davidromani commented 11 years ago

Hello again,

For now I can generate an invoice entity to PDF with the wkpdf type, but I need to see how can I use the TCPDF library because I need a very customized PDF output. It's possible?

I don't understand very well how can I use TCPDF library because it's based on PHP functions and your bundle generates an output based on a Twig template.

Kind regards,

tyler-sommer commented 11 years ago

I've added a TCPDF example to the README. Take a look and feel free to provide feedback.

Thanks again!

davidromani commented 11 years ago

Well done! I follow new instructions and now I understand how it works.