This shows you the differences between two versions of the page.
|
pdf_adaptor [2024/12/10 13:03] montse [Predefined Functions] |
pdf_adaptor [2025/06/06 07:48] (current) ale |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| * **getNumPages()**: returns the number of pages in the document. | * **getNumPages()**: returns the number of pages in the document. | ||
| - | |||
| - | * **getNumRows**: | ||
| * **getNumWhitePages()**: returns the number of white pages in the document. | * **getNumWhitePages()**: returns the number of white pages in the document. | ||
| Line 44: | Line 42: | ||
| * **isSigned**: returns in its boolean output variable, **true** or **false**, depending on whether the document is digitally signed or not. | * **isSigned**: returns in its boolean output variable, **true** or **false**, depending on whether the document is digitally signed or not. | ||
| - | * **readPdfFile**: reads a PDF file and loads it for processing. | ||