Musing along with you. 1) You need an HTML parser. Depending on what level of HTML you are planning ot support, you may also need a CSS parser. 2) You need an HTML (and CSS?) layout engine - this is most certainly the hardest part as evidenced by the variability among the web browsers. 3) You need a "page breaker", since HTML isn't a page-based-format and you don't (necessarily) wish to have element straddle pages. 4) Finally, when you have a page-break-based layout of your HTML - you can then get around to calling on PoDoFo to create the PDF.
Leonard On Nov 30, 2007, at 12:03 PM, Ian wrote: > Hi, here is a Friday afternoon muse... > How would one go about creating an html to pdf converter, operating in > command-line or batch, based on PoDoFo? Thanks! > > -- > -- Ian -- [EMAIL PROTECTED] --- > > ---------------------------------------------------------------------- > --- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > Podofo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/podofo-users > ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
