Archive for December, 2006

Online PDF generation

Thursday, December 21st, 2006

Works a lot better with HTML2PS/PDF than DOMpdf. The first can handle DIVs, where the latter can’t!

More on this later…

CSS for print

Thursday, December 21st, 2006

Never ever use an absolute positioned DIV-element for print. It will make the printer print half lines of text at the bottom of the page. This gets even worse in FF, when there’s (theoretically) a second page, FF won’t print it.