UNPKG

@alexssmusica/node-pdf-nfe

Version:

Modulo que auxilia na geração da Danfe NFe e NFCe.

4 lines (3 loc) 184 B
/// <reference types="pdfkit" /> import type { OpcoesPDF } from '../../../types'; export declare function gerarPDF(xmlNFe: string, opcoes?: OpcoesPDF): Promise<PDFKit.PDFDocument>;