need to convert pdf to xml or html using XSLT or through java code
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.
精彩评论