Overview
This plug-in has the following smart services:
Hi, it appears the following warning in the Health Check:
PDF Utilities (com.vuram.plugins.pdfutilities) references deprecated Appian APIs [deprecated] com.appiancorp.exceptions.AppianException.getMessage()
Appian version 25.2 and PDF Utilities plugin version 9.0.4
Nevermind, I solved my problem. The thing is the page was already rotated 90 degrees, and I was trying to rotate the page an additional 90 degrees. 180 degrees in total. It means, the rotation angle doesn't sum, but works in terms of the page rotation. Hard to explain.
Hi Vuram team,
I'm trying to use the rotate page smart service, but I'm not getting the expected results. I've tried several combinations in the smart service inputs, with no success.
After execution, the smart service execution is successful, even a new file is generated, but not with the intended 90 degrees rotation of the given page.
Additionally, the documentation doesn't explain how this function works.
Any clue what could be wrong?
For example, the page number is a text. I've tried it as zero and also one index. But not sure which one is the right choice.
Our client would like to be able to apply a watermark consistently in the top left corner of the page. However, they have a mixture of landscape and portrait PDFs, and no way to identify which documents are which dimensions.
Has anyone come across this scenario before? The same co-ordinates won't work for all docs because top left for some out be out of bounds for others.
Hi, this plugin is currently identified by the Appian Healthcheck report as referencing deprecated Appian APIs (com.appiancorp.exceptions.AppianException.getMessage()). This is happening with the latest version installed (9.0.4). Can this please be updated to remove references to the deprecated APIs?
Have you ever figured this out?
We are traying to have a page numbering in the following format :"Page 1 of 2" , "Page 2 of 2"in order to achieve this we used this format ( "Page " & { ac!StartPage + 1 } & " of " & pv!pageCount) inside the "Page Format Text",but we are not getting the same result below on all pages
Hi,
Just an update on that. After the upgrade to 24.4, I had version 4 the plugin and I faced the error above. Then I upgraded the plugin to version 9.0.4 but still got the error. So, I requested a site restart and now things are working. It seems to be some java cache issue with plugin deployment process.