Page 1 of 1

Print ODF using Wordpad (O.S default print app)

Posted: Thu Jan 23, 2014 5:06 pm
by DefaultBR
Hi, im using UNO to generate a filled form odf than send it to the printer, the problem is...

if i use the wordpad the odf go in blank to the printer =\!!

if i change to another program it return a access error, because i just now the wordpad that i can use this in java and work:

Code: Select all

						Desktop.getDesktop().print(new File(filePATH));

someone can give me a light please?