Go to the specific page of PDF file

  • Thread starter Thread starter ntuyen01
  • Start date Start date
N

ntuyen01

Hi All,

I have a pdf file, it has 20 pages. Is there a way I can open this file
and go to page # 10 right away using C# or VB.net.

Thanks in advance.

Ted Lee
 
Hello Ted,

By default no, you need use .net pdf libraries for this. google for them

TN> I have a pdf file, it has 20 pages. Is there a way I can open this
TN> file and go to page # 10 right away using C# or VB.net.

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Thanks,

I did google ".net pdf libraries" and found some of them, but most of
them is show you how to create the pdf file from the scratch.

For me I already have the PDF file, I just want to open it up in the
web page and go to page #10.

And another question: I want to convert word document to PDF is there a
way to do it in c# or VB.NET.

Thanks,

Ted Lee
 
Back
Top