@casoon/invoice-generator
Version:
Generate PDF invoices, XRechnung XML, and ZUGFeRD PDF/A-3 from JSON data with TypeScript support
12 lines • 372 B
TypeScript
import { Invoice } from '../../types/invoice.types';
export declare class ClosingSection {
private doc;
private currentY;
constructor(doc: PDFKit.PDFDocument, currentY: number);
/**
* Bereich 4: Grußformel
* DIN 5008: Mindestens 20mm Abstand zur Tabelle
*/
draw(invoice: Invoice): number;
}
//# sourceMappingURL=closing-section.d.ts.map