This shows you the differences between two versions of the page.
pdf_adaptor [2024/02/05 10:06] montse |
pdf_adaptor [2025/06/06 07:48] (current) ale |
||
---|---|---|---|
Line 7: | Line 7: | ||
* **FilePath:** complete path of the file | * **FilePath:** complete path of the file | ||
- | ===== Predefined Functions (PF) ===== | + | ===== Predefined functions ===== |
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. | ||