Primo.Office.Pdf
1.1.1
dotnet add package Primo.Office.Pdf --version 1.1.1
NuGet\Install-Package Primo.Office.Pdf -Version 1.1.1
<PackageReference Include="Primo.Office.Pdf" Version="1.1.1" />
<PackageVersion Include="Primo.Office.Pdf" Version="1.1.1" />
<PackageReference Include="Primo.Office.Pdf" />
paket add Primo.Office.Pdf --version 1.1.1
#r "nuget: Primo.Office.Pdf, 1.1.1"
#:package Primo.Office.Pdf@1.1.1
#addin nuget:?package=Primo.Office.Pdf&version=1.1.1
#tool nuget:?package=Primo.Office.Pdf&version=1.1.1
About
Primo.Office.Pdf is a set of ready-to-use activities for Primo RPA Studio designed to automate processing of PDF documents. It addresses the need to extract data from PDF files within automated processes. Key activities include: extracting tables and working with XFA forms. The package can be added to any Primo RPA Studio project via the built-in dependency manager.
How to Use
In Primo RPA studio, create a project that will be executed by Primo RPA robot. Install this package via the ".Dependencies → Manage Dependencies" menu; the "PDF → Get table" and "PDF - Get XFA form" nodes will appear in Elements tree.nnecting. It is highly recommended to use the "Disconnect DB (SAP HANA)" element after interacting with the database to free up external resources.
In pure code projects use the "Get table" element as follows:
//wf: [LTools.Common.Model.WorkflowData] parent algorithm link
//fileName - File name [String]
//idx - [Int32] Table index
//page - [Int32] Page number
//headers - [Boolean] Set headers
//password - [String] File password
DataTable Primo.Office.Pdf.PdfApp.GetTable(wf, fileName, idx, [page], [headers], [password])
Key Features
- User-friendly, intuitive interface
- High performance
- Supports .NET Framework 4.6.1+
Main Types
- Primo.Office.Pdf.PdfApp
Feedback
Bug reports and contributions are welcome at Primo RPA chat
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.