|
|
|
|
|
PDFNumberOfPages (Function) In french: PDFNombreDePages Returns the total number of pages in a PDF file. NbPages is int
NbPages = PDFNumberOfPages("C:\temp\MonDocument.pdf")
Info("Nombre de pages du PDF : " + NbPages)
Syntax
<Result> = PDFNumberOfPages(<PDF file> [, <Password>])
<Result>: Integer Total number of pages in the PDF file. <PDF file>: Character string Name and path of the PDF file to be analyzed. <Password>: Optional string or Secret string Password required to open the file if the PDF file is password protected.
New in version 2025Secret strings: If you use the secret string vault, the type of secret string used for this parameter must be "ANSI or Unicode string". To learn more about secret strings and how to use the vault, see Secret string vault. Business / UI classification: Business Logic Component: wd300wdpdf.dll
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|