How to get page number from the PDF using Javascript
hi,
we having list of single page pdf. pdf named in order,
isbn_author_01.pdf (with real page number i)
isbn_author_02.pdf (with real page number ii)
isbn_author_03.pdf (with real page number iii)
isbn_author_04.pdf (with real page number 1)
isbn_author_05.pdf (with real page number 2)
isbn_author_06.pdf (with real page number 3)
......
isbn_author_nn.pdf (with real page number 500)
here each pdf has page number , in sequential order.
the task check whether pdfs in sequential order (i.e i, ii, iii, 1, 2, 3). if page missing, script should throw error report.
to task, writing javascript real page number pdf.
can me how page number pdf using javascript.
thanks,
gopal
the "real" page number within pdf count of physical page starting @ 0, zero.
the number printed on each page page label.
you have open each pdf , script need know page label file. expect need build 2 dimensional array of file names , page label page within array.
More discussions in JavaScript
adobe
Comments
Post a Comment