Skip to content

Gerador de DANFe para projetos MVC Danzor vai lhe auxiliar seu projeto ASP.NET MVC a gerar DANFes de forma simples

Notifications You must be signed in to change notification settings

alexsandrocruz/danzor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Danzor

Gerador de DANFe para projetos MVC

Danzor vai lhe auxiliar seu projeto ASP.NET MVC a gerar DANFes de forma simples (veja o exemplo)

###Instalação

PM> Install-Package Danzor

###Utilização No seu controller crie uma instância de DanzorPrintViewr passando o path onde está o XML da NFe

public ActionResult Danfe()
{
    string path = HttpContext.Server.MapPath("~/Content/NFe28090708060730000190550020000001762000007303procNFe.xml");
    DanzorPrintViewer model = new DanzorPrintViewer(path);
    
    return View("~/Views/Danfe/Danfe.cshtml", model);
}

###Exemplo On-line Veja o funcionamento aqui

###Como colaborar Abra uma Issue faça um fork do projeto. Quando concluir a alteração, abra um pull request!

About

Gerador de DANFe para projetos MVC Danzor vai lhe auxiliar seu projeto ASP.NET MVC a gerar DANFes de forma simples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published