Logrand.CFDI.PDF.Service
1.0.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Logrand.CFDI.PDF.Service --version 1.0.1
NuGet\Install-Package Logrand.CFDI.PDF.Service -Version 1.0.1
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="Logrand.CFDI.PDF.Service" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Logrand.CFDI.PDF.Service --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Logrand.CFDI.PDF.Service, 1.0.1"
#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 Logrand.CFDI.PDF.Service as a Cake Addin #addin nuget:?package=Logrand.CFDI.PDF.Service&version=1.0.1 // Install Logrand.CFDI.PDF.Service as a Cake Tool #tool nuget:?package=Logrand.CFDI.PDF.Service&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
using Logrand.CFDI.PDF;
Service.Factura factura = new Service.Factura();
factura.FolioFiscal = "654a-65a4sd6-65a4sd56-6546";
factura.CadenaOriginal = "lkashdlkadjl kashdñashdl aksdhalksjhd alkjsdhalksjdhalksjdhalksdhalksjd";
factura.Total = "100";
var pdf = Service.Factura.getPDF(factura);
FileStream file = new FileStream(@"D:\nombre_pdf_tester.pdf", FileMode.Create);
pdf.CopyTo(file);
file.Flush();
file.Close();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. 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.
-
- Newtonsoft.Json (>= 10.0.3)
- RestSharp (>= 106.1.0)
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.5.0 | 497 | 8/10/2022 |
1.4.0 | 462 | 6/21/2022 |
1.3.0 | 429 | 6/9/2022 |
1.2.0 | 421 | 6/9/2022 |
1.1.0 | 1,075 | 3/2/2018 |
1.0.10 | 1,010 | 1/12/2018 |
1.0.9 | 976 | 1/11/2018 |
1.0.8 | 1,015 | 1/9/2018 |
1.0.7 | 1,187 | 1/5/2018 |
1.0.6 | 974 | 12/20/2017 |
1.0.5 | 972 | 12/8/2017 |
1.0.4 | 1,128 | 12/6/2017 |
1.0.3 | 1,046 | 12/6/2017 |
1.0.2 | 1,117 | 12/6/2017 |
1.0.1 | 1,097 | 12/5/2017 |
1.0.0 | 1,030 | 12/4/2017 |
Summary of changes made in this release of the package.