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
PDF Generation
Moderator: General Moderators
-
JoeCommodore
- Forum Newbie
- Posts: 15
- Joined: Fri Oct 01, 2010 10:16 pm
Re: PDF Generation
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/
http://www.fpdf.org/
http://www.setasign.de/products/pdf-php-solutions/fpdi/