Re: Read PPTX file using java and generate Powerpoint

2018-05-22 Thread Andreas Beeker
Hi Saranya, > To display title at top and multiple tables to be generated inside single > slide alighed. If you want to generate a certain feature, you might need to reengineer it. So create the sample PPTX in powerpoint and unzip the .pptx file - the slide1.xml is the first page. Look for your

Re: Apache poi-4.0.0 snapshot/beta version

2018-05-22 Thread Andreas Beeker
Hi Sonee, thank you for pointing this out - I've fixed the links. The nightly can be found here: https://builds.apache.org/view/P/view/POI/job/POI-DSL-1.8/lastSuccessfulBuild/artifact/build/dist/ Please have a look at #62355 [1] - currently it's quite likely that it will be applied with 4.0.0.

Read PPTX file using java and generate Powerpoint

2018-05-22 Thread saranyac
Hi Team, I have an requirement where I need to generate Powerpoint from my webpage using JAVA . The sample template has lot of tables involved and titles display and everything should fit in single slide. I download poi 3.17 and tried. It generated for me powerpoint successfully and i was able

Apache poi-4.0.0 snapshot/beta version

2018-05-22 Thread jaiswal, sonee
Hi, I followed few references from https://poi.apache.org/download.html to download the beta/snapshot version for your poi libraries i.e. poi-4.0.0 which will support java 8. Unfortunately I could not get this jar from the site and other references mentioned on the same page. Right now I am loo