Primo.Office.Pdf.Core 1.1.0

dotnet add package Primo.Office.Pdf.Core --version 1.1.0
                    
NuGet\Install-Package Primo.Office.Pdf.Core -Version 1.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Primo.Office.Pdf.Core" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Primo.Office.Pdf.Core" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Primo.Office.Pdf.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Primo.Office.Pdf.Core --version 1.1.0
                    
#r "nuget: Primo.Office.Pdf.Core, 1.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Primo.Office.Pdf.Core&version=1.1.0
                    
Install Primo.Office.Pdf.Core as a Cake Addin
#tool nuget:?package=Primo.Office.Pdf.Core&version=1.1.0
                    
Install Primo.Office.Pdf.Core as a Cake Tool

About

The package contains elements of interaction with PDF documents.

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 8+

Main Types

  • Primo.Office.Pdf.PdfApp

Feedback

Bug reports and contributions are welcome at Primo RPA chat

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.1.0 225 2 months ago