2015-09-20 5:15 GMT+02:00 chengangxiong :
> when I convert a excel to pdf.DocumentConverter converter = new
> StreamOpenOfficeDocumentConverter(connection);
> converter.convert(inputFile, stw, outputFile, pdf);a problem occured on
> the below place.it throws exception conversion failed: input docu
Hi,
Am 20.09.2015 um 05:15 schrieb chengangxiong:
it throws exception conversion failed: input document is null after loading
the following code works for me:
XInputStream inputStream = null;
try {
final InputStream inputFile = new Buff
[ English: Redirecting to support channels in Italian ]
Buongiorno Amilcare, la mailing list a cui ha scritto รจ per discussioni
in inglese.
Per discussioni in italiano usiamo la mailing list utenti-it: invii un
messaggio vuoto a utenti-it-subscr...@openoffice.apache.org per
richiedere l'iscr
I would like to know how to set the "page" settings so I can print,, as an
example,,, pages: 1,3,5,7,9etc. without having to print the even
numbered pages.
I have been trying to do so.
The information I am trying to print in this manner comes as an attachment
of an e-mail.
Any help would be g
On Sun, 20 Sep 2015 20:54:01 -0400
"jimisuz1 ." wrote:
> I would like to know how to set the "page" settings so I can print,, as an
> example,,, pages: 1,3,5,7,9etc. without having to print the even
> numbered pages.
> I have been trying to do so.
> The information I am trying to print in t
At 20:54 20/09/2015 -0400, James Noname wrote:
I would like to know how to set the "page" settings so I can print,
as an example, pages: 1,3,5,7,9, etc. without having to print the
even numbered pages.
To print just alternate pages of a document, you do more or less what
you have described. I