Re: Export pdf-file from xssf-file with java

2016-12-10 Thread Andreas Beeker
Hi, the LibreOffice export would probably handle the most cases, but is also quite heavy weighted and assumes you have a LO installation on your system/server. If you want to have a light-weighted - but also incomplete - solution, you can modify [1] and put the output through FOP [2] - that's t

Re: Export pdf-file from xssf-file with java

2016-12-10 Thread Andreas Reichel
the LibreOffice/OpenOffice Java Interface  http://api.libreoffice.org/examples/examples.html#Java_examples will be your best bet. Together with XVFB it will run also on headless servers. Cheers Andreas On Sat, 2016-12-10 at 13:44 +0100, Markus Christian wrote: > Hello there, > I am seaching for

Export pdf-file from xssf-file with java

2016-12-10 Thread Markus Christian
Hello there, I am seaching for a possibility to export my ready xlsx-file filled with lot of data (through java operations) into an pdf-file. I am searching for an easy way to print out this pdf file after export without opening Microsoft Excel. Did you integrate such a function in the apache poi p