How to get acrobat page count from Indd CS6 with js
Hi,
I need to get count of pages in the acrobat file that will be placed into Indd. How can I get this data:
var myFile = File (myFilePath);
pdfPageCount = myFile.pageCount();
Could not find anything in OMV.
Thank you for your help.
Yulia