Hi
I need to save the pdf.Activity package to transfer to an Intranet computer. But I don’t know which is the package in the folder.
Thank you
Hi
I need to save the pdf.Activity package to transfer to an Intranet computer. But I don’t know which is the package in the folder.
Thank you
Open project.json file, there you’ll have lost of all packages your code is using.
Hi
From my package.json file:
"Package": { "Id": "UiPath.PDF.Activities", "Version": "3.2.2" }, "Assemblies": [ "C:\\Users\\Asus\\.nuget\\packages\\bitmiracle.docotic.pdf/5.10.9957\\lib/net40/BitMiracle.Docotic.Pdf.dll", "C:\\Users\\Asus\\.nuget\\packages\\system.valuetuple/4.5.0\\lib/net461/System.ValueTuple.dll", "C:\\Users\\Asus\\.nuget\\packages\\uipath.ocr.contracts/2.6.0\\lib/net461/UiPath.OCR.Contracts.dll", "C:\\Users\\Asus\\.nuget\\packages\\uipath.pdf.activities/3.2.2\\lib/net461/UiPath.PDF.Activities.Design.dll", "C:\\Users\\Asus\\.nuget\\packages\\uipath.pdf.activities/3.2.2\\lib/net461/UiPath.PDF.Activities.dll", "C:\\Users\\Asus\\.nuget\\packages\\uipath.pdf.activities/3.2.2\\lib/net461/UiPath.PDF.dll" ], "Path": "C:\\Users\\Asus\\.nuget\\packages\\uipath.pdf.activities\\3.2.2" }, {
But these are not in my package folder (C:\Users\Asus\AppData\Local\UiPath\packages)
I want to copy over the pdf.Activities to an Intranet computer, which can’t connect to the Internet to install the package
Thank you
C:\Users"Username".nuget\packages\uipath.pdf.activities\
Go to above directory by replacing your username and then check for version 3.2.2 in that folder