Re: Creating PDF from excel tables

2023-09-20 Thread Jakub Vojtíšek
Hi Markus, Thank you for your suggestions. The gotenberg containers are certainly interesting. I'll try google sheets as well. Many thanks, Jakub On Tue, 19 Sept 2023 at 13:59, Markus Kirsten wrote: > Two more options, depending on your use-case > * Gotenberg, takes Excel files and produces PD

Re: Creating PDF from excel tables

2023-09-20 Thread Jakub Vojtíšek
Hi Andreas, Thank you for your suggestions. If it is not a problem I think your snippet for XSL/XSLT -> JTable -> HTML -> PDF will help me greatly. As for LibreOffice we have considered it in the past even though it complicates the deployment a bit. Maybe the docker wrapper Markus suggested will

Re: Creating PDF from excel tables

2023-09-19 Thread Andreas Reichel
On Tue, 2023-09-19 at 13:58 +0200, Markus Kirsten wrote: > * Gotenberg, takes Excel files and produces PDFs in a stateless > Docker > container - https://gotenberg.dev/ Which seems to be LibreOffice packed into a container. Cheers Andreas

Re: Creating PDF from excel tables

2023-09-19 Thread Markus Kirsten
Two more options, depending on your use-case * Gotenberg, takes Excel files and produces PDFs in a stateless Docker container - https://gotenberg.dev/ * You can use a partly undocumented feature in Google Sheets: shoot up the file to Sheets, get the URL and add on parameters to export to PDF and ge

Re: Creating PDF from excel tables

2023-09-19 Thread Andreas Reichel
On Tue, 2023-09-19 at 12:12 +0200, Jakub Vojtíšek wrote: > Hi, > > I have a couple of general questions: > 1) Is there any plan or desire for POI to support exporting Excel > tables to > PDF? > 2) Do you know of any framework, preferably open source, using POI to > create PDF documents from excel

Re: Creating PDF from excel tables

2023-09-19 Thread Andreas Reichel
On Tue, 2023-09-19 at 12:12 +0200, Jakub Vojtíšek wrote: > Hi, > > I have a couple of general questions: > 1) Is there any plan or desire for POI to support exporting Excel > tables to > PDF? > 2) Do you know of any framework, preferably open source, using POI to > create PDF documents from excel

Creating PDF from excel tables

2023-09-19 Thread Jakub Vojtíšek
Hi, I have a couple of general questions: 1) Is there any plan or desire for POI to support exporting Excel tables to PDF? 2) Do you know of any framework, preferably open source, using POI to create PDF documents from excel files? Many thanks, Jakub