PDFFilePrint 1.0.0.1
See the version list below for details.
dotnet add package PDFFilePrint --version 1.0.0.1
NuGet\Install-Package PDFFilePrint -Version 1.0.0.1
<PackageReference Include="PDFFilePrint" Version="1.0.0.1" />
paket add PDFFilePrint --version 1.0.0.1
#r "nuget: PDFFilePrint, 1.0.0.1"
// Install PDFFilePrint as a Cake Addin #addin nuget:?package=PDFFilePrint&version=1.0.0.1 // Install PDFFilePrint as a Cake Tool #tool nuget:?package=PDFFilePrint&version=1.0.0.1
A .Net 4.0 component for printing PDF files to a printer.
Install the nuget package in your project by writing "install-package PDFFilePrint" in the Package Manager Console.
When the manager is added to your project the config file will have added these default settings:
<add key="PDFFilePrint.PrinterName" value="Microsoft XPS Document Writer" />
<add key="PDFFilePrint.PaperName" value="A4" />
<add key="PDFFilePrint.PrintToFile" value="true" />
<add key="PDFFilePrint.Copies" value="1" />
<add key="PDFFilePrint.DefaultPrintToDirectory" value="c:\temp" />
After installation you can use it by writing:
FilePrint fileprint = new FilePrint("MyPDFFileName.pdf", null);
You can also use it to print to a file. If this is what you need set the correct settings and feed the components with a distination filename also.
FilePrint fileprint = new FilePrint("MyPDFFileName.pdf", MyXPSFileName.xps);
Thats it, enjoy.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- PdfiumViewer (>= 2.13.0)
- PdfiumViewer.Native.x86.v8-xfa (>= 2018.4.8.256)
- PdfiumViewer.Native.x86_64.v8-xfa (>= 2018.4.8.256)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release made for the Dispatch project