How to perform a java Openoffice PDF export?

Asked By 30 points N/A Posted on -
qa-featured

Hello experts,

How to perform a java Openoffice PDF export? When using a open office I think if it is possible for me to export the PDF file in java programming language? But there is no way to perform this, it is alright as long as I was informed about the possibility measurements. Thank you.

SHARE
Best Answer by Goram Ian
Answered By 0 points N/A #184625

How to perform a java Openoffice PDF export?

qa-featured

Hello Thomas,

With OpenOffice.org, you can be able to load as well as store files using streams. For using this, all that you need are 2 classes that will enable you to implement XInputStream as well as XOutputStream. To add on that, it is very crucial that the class that implements XInputStream also implements XSeekable.

Regards,

Nicke

 

Best Answer
Best Answer
Answered By 60 points N/A #184626

How to perform a java Openoffice PDF export?

qa-featured

Hi Thomas,

I am not really sure if it is possible to use Java in exporting Openoffice PDF. Anyways, you can also check the discussion in the sites below if you really want to have a lot of information regarding with your concern.

Hope that it would help you in finding the best solution with your concern.

Thanks.

 

Related Questions