Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 297 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 297 Bytes

Merge Invoices

Utility class to merge more invoices in a single file html.

Example

MergeInvoices.merge("./samples");

Build

  • git clone https://github.com/giosil/merge-invoices.git
  • mvn clean install

Contributors