Overview
The plugin returns the number of pages in PDF document, slides in presentation and sheets in excel file. This custom function can be used anywhere in the Appian expression editor by providing the document ID of the document.
Key Features & Functionality
The plugin contains functions, as follows:
Appian AppMarket
Issue with DOCX Page Count Plugin - Incorrect Results
Hi Team,
We're encountering a critical issue with the DOCX page count plugin we're currently using. This is impacting our document processing and causing problems with element positioning.
Problem: The plugin is incorrectly reporting a page count of "1" for some DOCX documents when they actually contain a significantly higher number of pages (e.g., 22 or 25).
Impact: This incorrect page count directly affects our element positioning logic, leading to misaligned elements within the documents. Our use case relies on accurate page counts to properly position elements.
Investigation:
Urgency: This issue is blocking our workflow as correct element positioning is essential. We need a resolution as soon as possible.
Request: Please investigate this issue and provide a fix or workaround. We need the plugin to accurately report the page count for all DOCX documents.
Thanks &RegardsAkshant
Hello... I am currently using v1.1.3 on Appian 22.2. We noticed that whenever we check PDFs with getnumberofpages(), the files are not deleted off of our server. The documents are deleted from Appian Designer, but they remain on the server itself. They are locked by Java and cannot be deleted. Is it possible to include some garbage collection in the code so documents are not held up by Java whenever this function gets used?