Pdfvert 1.0.3
dotnet add package Pdfvert --version 1.0.3
NuGet\Install-Package Pdfvert -Version 1.0.3
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="Pdfvert" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pdfvert --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Pdfvert, 1.0.3"
#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 Pdfvert as a Cake Addin #addin nuget:?package=Pdfvert&version=1.0.3 // Install Pdfvert as a Cake Tool #tool nuget:?package=Pdfvert&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Pdfvert
Convert a variety of file types to PDF using OpenOffice v4.1.2.
Uses OpenOffice SDK v4.1.2 - DLLs included in NuGet Package (no need to download)
Supported File Types:
- .doc
- .docx
- .txt
- .rtf
- .html
- .htm
- .xml
- .odt
- .wps
- .wpd
- .xls
- .xlsb
- .xlsx
- .ods
- .ppt
- .pptx
- .odp
Download OpenOffice here:
http://www.openoffice.org/download/
Install nuget package:
https://www.nuget.org/packages/Pdfvert/
PM> Install-Package Pdfvert
Usage:
var inputFile = "C:\temp\test.docx"; //file you want to convert
var outputFile = "C:\temp\test.pdf"; //new path and new file name for converted PDF (must have .pdf extension)
PdfvertService.ConvertFileToPdf(inputFile, outputFile);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net205 is compatible. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- NLog (>= 4.2.3)
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.3 | 2,110 | 7/18/2018 |