We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Instale a dependência da impressão do documentos fiscal:
pip install 'pynfe[impressao]'
ou diretamente:
pip install brazilfiscalreport
from brazilfiscalreport.danfe import Danfe xml_file_path = 'nfe.xml' with open(xml_file_path, "r", encoding="utf8") as file: xml_content = file.read() danfe = Danfe(xml=xml_content) danfe.output('output_danfe.pdf')