Tuesday, November 02, 2010

Write PDF Conversion Application With Just 2 Lines of Code

Here's how to write a PDF to Word or PDF to HTML applications with just 2 lines of code using BCL easyConverter SDK 3.0:

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





For Writing PDF to HTML Applications

No comments:

Post a Comment