Results 1 to 3 of 3

Thread: Pdf to html conversion

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2010
    Posts
    6

    Pdf to html conversion

    how to convert PDF to html in vb.net...Pls Help

    Thanks in advance..

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Pdf to html conversion

    There's no inbuilt functionality for that. Unless you can get a canned component, you'd have to use something that can read PDF files, e.g. iTextSharp (which is free), and then simply write your own HTML code from the contents.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2010
    Posts
    6

    Re: Pdf to html conversion


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width