PDFToXML.vbs
' Create Bytescout.PDFExtractor.XMLExtractor object Set extractor = CreateObject("Bytescout.PDFExtractor.XMLExtractor") extractor.RegistrationName = "demo" extractor.RegistrationKey = "demo" ' Load sample PDF document extractor.LoadDocumentFromFile "../../sample3.pdf" extractor.SaveXMLToFile "output.xml" WScript.Echo "Extracted data saved to 'output.xml' file."
Click here to get your Free Trial version of the SDK
also available as: