On 04 Jul 2001 14:41:19 +0800, Abdul Wahab wrote:
> 
> FOP can recognise only "fo" files.  Is it true?

Yes.

> My situation is, I want to convert HTML files to PDF. 
> So what are the steps I have to do.

If your HTML files are also valid XHTML files, then you can write an
XSLT stylesheet to transform the XHTML into XSL-FO.  And then use FOP to
generate the PDF, PCL, etc.

Some XHTML tags are very easy to handle, for example, the <p> tag can be
directly transformed into a <fo:block> element.  Some are harder or
impossible, e.g., the <input type="file">.

-- 
Weiqi Gao
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to