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
- Host: GitHub
- URL: https://github.com/tbertuzzi/danfe
- Owner: TBertuzzi
- Created: 2019-05-10T17:49:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T11:41:07.000Z (over 6 years ago)
- Last Synced: 2025-04-15T14:12:09.457Z (6 months ago)
- Language: C#
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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[](https://www.nuget.org/packages/Danfe/)
Exemplo
```csharp
static void Main(string[] args)
{
var Danfe = new DanfePrintViewer(ArquivoXML);
}```