You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by mingqiang yu <mi...@gmail.com> on 2010/02/11 17:54:44 UTC

Convert MS office to pdf or image

Hi,

I'm working on converting MS office document to image. But so far,
this is what I can do:

1. use jodconverter to convert MS office document to pdf through
openoffice.org engine.
2. use pdfrenderer to convert pdf to image (png).

Is there anyway that I can convert MS office document to image or
openoffice xml format directly?

Thanks a lot!

M.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org


Re: Convert MS office to pdf or image

Posted by MSB <ma...@tiscali.co.uk>.
Cannot help with images but if you are already using OpenOffice to convert to
a pdf, why not use the same tool to convert the file into an odf directly?

Yours

Mark B

PS. If you are coding using Java, OpenOffice exposes an interface that you
can program to directly.


mingqiang yu wrote:
> 
> Hi,
> 
> I'm working on converting MS office document to image. But so far,
> this is what I can do:
> 
> 1. use jodconverter to convert MS office document to pdf through
> openoffice.org engine.
> 2. use pdfrenderer to convert pdf to image (png).
> 
> Is there anyway that I can convert MS office document to image or
> openoffice xml format directly?
> 
> Thanks a lot!
> 
> M.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
> For additional commands, e-mail: user-help@poi.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/Convert-MS-office-to-pdf-or-image-tp27550621p27565795.html
Sent from the POI - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org