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

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
DefaultBR
Posts: 1
Joined: Thu Jan 23, 2014 5:02 pm

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

Post 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?
OpenOffice 4.1 on Windows 8
Post Reply