Activities_excel2pdf_Zoom 1.0.15

dotnet add package Activities_excel2pdf_Zoom --version 1.0.15
NuGet\Install-Package Activities_excel2pdf_Zoom -Version 1.0.15
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="Activities_excel2pdf_Zoom" Version="1.0.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Activities_excel2pdf_Zoom --version 1.0.15
#r "nuget: Activities_excel2pdf_Zoom, 1.0.15"
#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.
// Install Activities_excel2pdf_Zoom as a Cake Addin
#addin nuget:?package=Activities_excel2pdf_Zoom&version=1.0.15

// Install Activities_excel2pdf_Zoom as a Cake Tool
#tool nuget:?package=Activities_excel2pdf_Zoom&version=1.0.15

Excel To PDF with settings to fit the excel sheet on one horizontal page in landscape. This is for archiving or OCR with a PDF format. This is a Microsoft Lib function created for UIPATH and build in C#. It uses Microsoft.Office.Interop COM to interface with Excel. Uipath activity Excel to PDF. Settings used if Zoom = true:

FitToPagesWide = 1; FitToPagesTall = false; BlackAndWhite = false; PrintErrors = NA; ScaleWithDocHeaderFooter = true; CenterHorizontally = false; CenterVertically = false; PrintGridlines = true; PrintHeadings = false;

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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.0.15 1,924 11/5/2020
1.0.14 478 11/4/2020
1.0.13 459 11/4/2020

This is a Microsoft Lib function created for UIPATH and build in C#. It uses Microsoft.Office.Interop COM to interface with Excel