UNPKG

@casoon/invoice-generator

Version:

Generate PDF invoices, XRechnung XML, and ZUGFeRD PDF/A-3 from JSON data with TypeScript support

17 lines 519 B
import { Invoice } from '../../types/invoice.types'; export declare class FooterSection { private doc; private currentY; private pageHeight; private footerY; constructor(doc: PDFKit.PDFDocument, currentY: number); /** * Wiederkehrender Footer * DIN 5008: Mindestens 15mm vom unteren Rand * Fixe Position am unteren Seitenrand */ draw(invoice: Invoice): number; private drawFooterOnAllPages; private drawFooterOnPage; } //# sourceMappingURL=footer-section.d.ts.map