I am trying to convert PDF to HTML
PDF has some hebrew char.
after conversion its giving some garbage char.
com.aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document(“D:/dharmendra/projects/CASE/temp/53/200200-228.pdf”);
// Save the file into HTML format
pdfDocument.save(“D:/dharmendra/projects/CASE/temp/53/200200-228.html”, com.aspose.pdf.SaveFormat.Html );