I want to read some excel files with multiple sheets in it.
All sheets should be printed 2 on 1 in a pdf.
I've found the jodconverter library. If there are better or easier opinions please tell me.
May important: i don't want to change something in the xls files, if not necessary.
EDIT: Following approach, merging all the xls with apache poi and print them to one pdf, I think i need a option to configure the "printer". How can I do that?
EDIT2:
I've found a way to print directly xls to pdf with the jxcell-library. There is an example for printing a pdf from a xls file. But mutliple spreadsheet arent listend. So i'll going to seperate them with poit, print them to pdf, and merge it.
If you know a faster or easyier solution, feel free to answer.
Here's how I would do it: