Printing Resumes as PDFs
Posted: Thu Nov 27, 2008 2:53 am
I'm having trouble printing resumes as PDFs. I tried using the html2pdf PHP library, which relies upon fpdf, and got it to work. But the problem was that it was randomly buggy depending on the content, and I couldn't properly get it to:
- show <SMALL> properly unless it was on its own line.
- show <BIG> properly unless it was on its own line.
- show <BLOCKQUOTE> properly.
- Use a smaller space when <BR> is used -- it wants to take a full line, when a half line will do.
And the code for html2pdf PHP class is spaghetti code, anyway. You should check it out and see.
What do you recommend?
- show <SMALL> properly unless it was on its own line.
- show <BIG> properly unless it was on its own line.
- show <BLOCKQUOTE> properly.
- Use a smaller space when <BR> is used -- it wants to take a full line, when a half line will do.
And the code for html2pdf PHP class is spaghetti code, anyway. You should check it out and see.
What do you recommend?