PDF Generation

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
tamilmani
Forum Commoner
Posts: 39
Joined: Tue Apr 01, 2008 2:53 am

PDF Generation

Post by tamilmani »

Hi,

I am using dompdf to generate the PDF . I am able to load the external php files, images, css and queries result. Its work fine in my local xampp server .

Now i am try to running in windows azure solution with help Visual Studio(2008). In that its not working . $dompdf->output() or $dompdf->stream('sample.pdf'); functionalities are not working.

How to fix this issue? Is there any idea . Please convey your suggestions to me .

Tamilmnia Mohn
JoeCommodore
Forum Newbie
Posts: 15
Joined: Fri Oct 01, 2010 10:16 pm

Re: PDF Generation

Post by JoeCommodore »

I use FPDF to generate PDFs and FPDI to extend FPDF so I can import PDFs and then use FPDF to overprint on em. They are freely available and quite easy to use.

http://www.fpdf.org/

http://www.setasign.de/products/pdf-php-solutions/fpdi/
Post Reply