Hi Sylvain,
I was doing the same way, fetch a jpegs from the set of files
generated from the JODconverter.
Making a ZIP folder out of it.
n using that servlet as a service.
I will share the same...............
Thanking you,
Rahul.
On Oct 26, 6:49 pm, sylvain GROS-DESORMEAUX <
sylvain.gro...@gmail.com>
wrote:
> I released a long time ago an open source webapp (LGPL) named
> officeconverter
>
>
http://gforge.inria.fr/projects/officeconverter/
>
> If you try to convert a ppt file in HTML, it returns a Zip file containing
> the resulting HTMLs and the JPEGs files.
>
> It relies on jodconverter 2.2 and runs into a Java Web container (eg Tomcat,
> JBoss…)
>
> Hope it will help you.
>
> Sylvain.
>
> 2009/10/26 Mirko Nasato <
mirko.nas...@gmail.com>
>
>
>
> > Hi Rahul,
>
> > Exporting to HTML - unlike all other formats - results in multiple
> > files: an .html one plus various image files. That doesn't work well
> > with the web service because you'll only get the .html file back and
> > not the images.
>
> > Kind regards
>
> > Mirko
>
> > 2009/10/23 Rahul Thakur <
compra...@gmail.com>: