Go to Page Number of PDF using iTextSharp
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello I am developing an application in asp.net using c#. When user open PDF file,it should go to the specific Page Number. e.g When if I am passing Page No. 7 ,then file should open at Page Number 7. I tried this using iTextSharp.But this can be done at the time of creating file through 'PdfAction.gotoLocalPage'. But I want this to be apply on existing pdf.I don't want create it again and again because I want this process several times. Please let me know if someone knows. Swapnil Bhavsar