Quantcast
Viewing all articles
Browse latest Browse all 106

How can i get the Logical Page Number of current Page?

Hi ,

 

 

I want to get the lagical page number of the current page using VisualBasic script.

 

I used the fallowing Script

 

Set AView = AcroAVDoc.GetAVPageView()

AView.GoTo(10)

AView.GetPageNumber

 

It returns only the physical page number.

 

Note :-  My pdf page numbering start like "i,ii,iii........." I want to get the logical page number of physcical page 10 thet is "IX".


Viewing all articles
Browse latest Browse all 106

Trending Articles