An open API service indexing awesome lists of open source software.

https://github.com/tbertuzzi/danfe

Conversor de Xml em Danfe
https://github.com/tbertuzzi/danfe

Last synced: 6 months ago
JSON representation

Conversor de Xml em Danfe

Awesome Lists containing this project

README

          

# Danfe

Obtenha as informações de uma Danfe através do XML

###### Este componente funciona com Qualquer Plataforma .Net.

* .NET Framework 4.6.1 +
* .NET Core
* Xamarin
* Xamarin.Forms

[![NuGet](https://buildstats.info/nuget/Danfe)](https://www.nuget.org/packages/Danfe/)

Exemplo

```csharp

static void Main(string[] args)
{
var Danfe = new DanfePrintViewer(ArquivoXML);
}

```