I want to use the PDF::Create module from CPAN. I have it installed and I have been able to create two PDF pages as I would like, but the problem is I create HTML tables on the fly in my perl script and I need for the same information to go to the PDF.
It seems I have to write each line to the PDF and it doesn't handle HTML tags.
Does someone know how I can spit a block of text to the PDF::Create module and have it be in HTML?
Thanks
It seems I have to write each line to the PDF and it doesn't handle HTML tags.
Does someone know how I can spit a block of text to the PDF::Create module and have it be in HTML?
Thanks