|
From: Marvin D. <pe...@be...> - 2001-12-21 02:15:48
|
On Thursday 20 December 2001 16:09, you wrote: > This might help: http://www.easysw.com/htmldoc/ > > It's a GNU program with source code to convert HTML to PDF (among other > things) > > It isn't in Perl but it can be run from a command line Having coded document format conversion utilities for other applications, it seems to me the obvious choice would be to use ImageMagik to do the conversions. The convert utility, that ships with ImageMagik, among other things, will convert HTML to PDF files (As long as you have the ps2pdf utility that ships with ghostscript installed) with little effort. In addition to being able to produce PDF output, you also will have the ability to produce output in other formats: AVS, BIE, BMP, CGM, CYMK, DCX, DIB, DICOM, EPDF, EPI. EPS, FAX+ GIF, GREY, JPEG, MIFF, MPEG, PCD, PCL, PGM, PNG, PS2+, RGB, TIFF, TXT Just to name a few... I would be willing to spend some time creating a module for SQL-Ledger to produce this type of output. Any other takers...?... Just so you know, my perl skill are probably not as strong as others on the list, but I do have pretty good amount of programming experience regarding document conversion and ImageMagik. Best Marvin Dickens |