1 | Set oConverter = CreateObject('EasyConverter.PDF2Word.3')
2 | oConverter.ConvertToWord('C:\input.pdf', 'C:\output.doc')
Download the Resources to Get Started:
For Writing PDF to Word Applications
- Download Free Trial
BCL easyConverter SDK 3.0 (Word Version) - Download Sample Projects
For VB, VB.NET, ASP, ASP.NET, C# and C++ - Read the API References
For Writing PDF to HTML Applications
- Download Free Trial
BCL easyConverter SDK 3.0 (HTML Version) - Download Sample Projects
For VB, VB.NET, ASP, ASP.NET, C# and C++ - Read the API References
Thanks for this. I got solution. For complete example(docx to pdf) this may help you. http://aspnettutorialonline.blogspot.com/2012/05/how-to-convert-docxword-to-pdf-in.html
ReplyDelete