Easy to Use:
Write PDF-to-Word Apps
With Just 2 Lines of Code
BCL easyConverter SDK hides the complexity associated with converting PDF to Word into as little as 2 lines of code.
1 | Set oConverter = CreateObject("EasyConverter.PDF2Word.3")
2 | oConverter.ConvertToWord("C:\input.pdf", "C:\output.doc")