UNPKG

nfe-nfce-pdf

Version:

Modulo que auxilia na geração de PDF 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>;