UNPKG

@casoon/invoice-generator

Version:

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

12 lines 400 B
import { Invoice } from '../../types/invoice.types'; export declare class SalutationSection { private doc; private currentY; constructor(doc: PDFKit.PDFDocument, currentY: number); /** * Bereich 2: Ansprache zur Rechnung * DIN 5008: Mindestens 20mm Abstand zur Empfänger-Adresse */ draw(invoice: Invoice): number; } //# sourceMappingURL=salutation-section.d.ts.map