Xbasic
PDF_PAGECOUNT Function
Syntax
Pages as N = pdf_PageCount(C File )
Arguments
- Pages
The number of pages in a PDF file.
- File
The path and name of the PDF file to examine.
Description
The PDF_PAGECOUNT() function returns the number of pages in a PDF file.
Example
? pdf_pagecount("c:\inv.pdf") = 31
See Also