Archive for May 12th, 2008

Is there a better way to generate PDFs ?

In the current project I am doing, we need to create a print out sheet. So we’ve decided to export it into a pdf document and let the user print this pdf.

But creating pdf document requires setting x, y just like drawing in programming language, it’s time consuming and boring as hell. Isn’t there another better method to produce a pdf document ?

Can someone help ?