Convert PDF to HTML in c#

Hi All,

I am trying convetsion of PDF file to HTML file using C# which is pure desktop application.

Please help me out in this.

Thanking you

Regards,
Dnyaneshwar



Answer this question

Convert PDF to HTML in c#

  • cythe

    Hi Galin,

    This will definately help me.

    Thanks a lot for your valuable guidance.

    Regards,
    Dnyaneshwar Parkhe


  • geliser131

    in order to do this you will have to read PDF document and create relevant HTML tags
    Adobe has similar tool for this. It is web form and as one you could create post request so to get job done.
    Unfortunately this won't be pure desktop application

    hope this helps


  • Convert PDF to HTML in c#