I am searching for a solution to rotate pdf in UiPath. Kindly help me to sort it.
There was no such activity present in UiPath
But you can use Vb.Net code as per the link below using Invoke code activity
Hope this may help you
Thanks,
Srini
Thanks srini,
I have already tried this and unable to download the itext 7 package. Is there is any version issues to download this package
Hi arjun,
I am trying to install itext7 community, but it was not available in the packages
Can you try to search for the package in the ‘All Packages’ section, without any filter?
Best Regards.
can you type iTextSharp?
Thanks,
Srini
Yes I tried but still not getting it…
Please add this package reference and then try to search itext 7 …it should be present
https://api.nuget.org/v3/index.json
Hope this helps
cheers
Here is another alternative approach you can look into:
Conversion of PDF to Image -> Image rotation to required angle -> Conversion of Image back to PDF.
For this, you need the following dependencies in your project:
Workflow:
Hope this helps,
Best Regards.
Thanks sir, Now I am able to install the package
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.