Hi, I need To convert pdf To xml but when i convert my pdf then it only create a blank xml file . Document doc = new Document("input.pdf"); doc.saveXml("output.xml"); I am using trial version only. Can anyone he…...Hi, I need to convert pdf to xml but when i convert my pdf then it only create a blank xml file . Document doc = new Document("input.pdf"); doc.saveXml("output.xml"); I am using trial version only. Can anyone he…