Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
I m using asp.net with C# I have one problem
I want Read PDF and convert into HTML with images.
i did it by using one free .dll but this dll not
converting images......

so plz let me know how do i convert pdf to html via C#...
plz help me............

plz suggest me decent library fot this
Posted
Updated 22-Mar-17 0:16am
v3
Comments
Majesss 13-Dec-16 4:52am    
There are solutions, like this C# PDF library, that can enable you to do this.
You can find a C# code for reading PDF files and a C# code for converting to HTML (FYI you could embed images into HTML by using Data URI scheme).

1 solution

By buying a decent library to do it. Of course, HTML cannot 'convert' images, it can just link to them as files, you know that, right ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900