public interface InvoiceAppender
The Invoice Appender interface. A PDF Carriage implement this interface to append the invoice model to a PDF.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
append(Invoice invoice,
byte[] inputPdf)
|
byte[] |
append(Invoice invoice,
InputStream inputStreamPdf)
|
void |
append(Invoice invoice,
InputStream inputPdf,
OutputStream resultingPdf)
|
byte[] append(Invoice invoice, byte[] inputPdf)
Append invoice to a PDF.
invoice - the invoiceinputPdf - the input pdf.byte[] append(Invoice invoice, InputStream inputStreamPdf)
Append invoice to a PDF.
invoice - the invoiceinputStreamPdf - the input stream pdf filevoid append(Invoice invoice, InputStream inputPdf, OutputStream resultingPdf)
Append invoice to a PDF.
invoice - the invoiceinputPdf - the input pdfresultingPdf - the resulting pdfCopyright © 2014 Konik.io. All Rights Reserved.