Hi
I want to convert pdf to xml or html using xslt or through java code..please help me..Thanks in advance..
Hi
I want to convert pdf to xml or html using xslt or through java code..please help me..Thanks in advance..
You cannot do these conversions in XSLT because XSLT requires XML as input, and PDF is not an XML-based format.
For PDF to HTML converters in Java, see answers to this SO Question. And this article recommends PDFBox.
There are also commercial tools around for exporting or converting PDFs as HTML or XML.