public interface InvoiceAppender
The Invoice Appender interface. A PDF Carriage implement this interface to append the invoice model to a PDF.
byte[]
append(Invoice invoice, byte[] inputPdf)
void
append(Invoice invoice, java.io.InputStream inputPdf, java.io.OutputStream resultingPdf)
byte[] append(Invoice invoice, byte[] inputPdf)
Append invoice to a PDF.
invoice
inputPdf
void append(Invoice invoice, java.io.InputStream inputPdf, java.io.OutputStream resultingPdf)
resultingPdf
Copyright © 2014 konik.io. All Rights Reserved.