Hello Huaxin, I've developed html2fo to convert from html to xsl:fo. Using FOP you will get a mostly well formated output. It is available from http://sourceforge.net/projects/html2fo
it is not possible to create forms in pdf because there is no extention to fop which generate this. if your html code is not well formed you will get a better output if you use HTML Tidy before html2fo. Acrobat offers a free "printing to pdf" driver for windows. It is installed on my pc at work so I don't know where to get it. regards Enrico Am Montag, 12. November 2001 18:56 schrieben Sie: > I am new to this list. After searching for tools that > is able to convert HTML to PDF (using a comand line, > or some API), I got so frustrated. There are a whole > bunch of lamed tools that doesn't recgonize <table> > <hr> <select> even .... > > > Is there any > tool that is able to transform HTML to PDF the > same way as Acrobat Distiller does? (but Acrobat > doesn't have a command line shell or an API for doing > that). > > > thanks > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
