I'm trying to convert HTML to PDF, alas the HTMLDoc Module is only a wrapper for the HTMLDoc exe and that isn't free.
I've tried PDF::FromHTML , but that can't handle CSS so the PDF looks nothing like the HTML.
I've tried HTML::RTF but that can't handle CSS, Tables or Forms (Why it's called HTML::RTF and not TEXT::RTF is beyond me!)
So does anyone know of a module that can either do the above or convert HTML to IMAGE (gif, jpg, png).
It needs to be able to handle CSS & Forms so the output file looks just like the HTML does in a browser.
Any ideas?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
I've tried PDF::FromHTML , but that can't handle CSS so the PDF looks nothing like the HTML.
I've tried HTML::RTF but that can't handle CSS, Tables or Forms (Why it's called HTML::RTF and not TEXT::RTF is beyond me!)
So does anyone know of a module that can either do the above or convert HTML to IMAGE (gif, jpg, png).
It needs to be able to handle CSS & Forms so the output file looks just like the HTML does in a browser.
Any ideas?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.