PDF

I am searching for a solution to rotate pdf in UiPath. Kindly help me to sort it.

@vidhya_s1

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

Hi @vidhya_s1

Please refer the following thread:

Hope this helps,
Best Regards.

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

@vidhya_s1

Can you try to search for the package in the ‘All Packages’ section, without any filter?

Best Regards.

@vidhya_s1

Try searching iTextSharp, will help

Thanks,
Srini


Not getting this package…

can you type iTextSharp?

Thanks,
Srini

Yes I tried but still not getting it…

@vidhya_s1

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

1 Like

@vidhya_s1

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:

image

Workflow:

Hope this helps,
Best Regards.

Thanks sir, Now I am able to install the package

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.