Page 1 of 1

PDF Creation Tutorial

Posted: Mon Oct 17, 2011 10:36 am
by Josh
I see on your Upcoming Tutorials list you have PDF Creation.
Are you going to be using a PHP Library for this or inbuilt PHP stuff?

I'd recommend using mPDF and printing HTML to the PDF, I spent hours trying to make stuff work then I found mPDF and it renders stuff how you'd expect it if you render HTML directly to the PDF.

Just my two cents.

Re: PDF Creation Tutorial

Posted: Mon Oct 17, 2011 4:34 pm
by jacek
No idea, it was suggested a while ago and I thought people would find it interesting. I would prefer not to have to use a library.

Re: PDF Creation Tutorial

Posted: Tue Oct 18, 2011 8:16 am
by Josh
Yeah I was thinking that I didn't want to at first but it's an awesome library that can convert HTML into a PDF really well, just a suggestion