Write PDF Conversion Applications 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:
 |
- Set oConverter = CreateObject("EasyConverter.PDF2Word.3")
- oConverter.ConvertToWord("C:\input.pdf", "C:\output.doc")
|
Word Version
For Writing PDF to Word Applications
|
|
HTML Version
For Writing PDF to HTML Applications
|
| |
|
|
Conversion Samples:
|

|
|
Benefits
of converting PDF to Word using BCL easyConverter SDK
- Preserve format and font information
- Preserve layout
- Preserve tables
- Preserve images
- Create editable Word documents
|
|

|
|
Benefits of converting PDF to HTML using BCL easyConverter SDK
- Map PDF fonts to HTML fonts
- Map PDF layout to HTML layout
- Extract tables into HTML tables
- Place images in the HTML
|
|
|
|