Read PDFs

  • Thread starter Thread starter Saurabh Kumar
  • Start date Start date
S

Saurabh Kumar

Hi,
I need to develop a PDF reader, complete with ability to view the PDF page
by page. What is the best way to tackle this problem? Does vb.net natively
allow reading PDFs?
 
I need to develop a PDF reader, complete with ability to view the PDF
page by page. What is the best way to tackle this problem? Does vb.net
natively allow reading PDFs?

VB.NET has no native PDF support. You'll need to write your own viewer or
find a .NET PDF component. The latter is an easier solution.

However if you insist on building your own PDF viewer, the specifications
for PDF are online:

http://partners.adobe.com/asn/tech/pdf/index.jsp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top