An open API service indexing awesome lists of open source software.

https://github.com/giosil/merge-invoices

Utility class to merge more invoices in a single file html.
https://github.com/giosil/merge-invoices

fattura-elettronica fattura-pa fatturazione-elettronica fatture-elettroniche invoice invoices java xml xml-transformation

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Merge Invoices

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

## Example

```java
MergeInvoices.merge("./samples");
```

## Build

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

## Contributors

* [Giorgio Silvestris](https://github.com/giosil)