O
Oz
Hi,
I have the following issue:
I am migrating a java application in a Unix server that used to use a
commercial product to connect with a Windows server to print and
process ms word files (from a .doc template and an xml file containing
data the process birngs back a .prn file to print in a print server and
a .doc itself).
Now we are getting rid of the commercial product, what means that I'm
doing everything in the Unix server. The process is quite easy to code
because I just saved the templates as .xml documents (thanks to office
2003), but I'm stuck with the printing problem.
How can I print a word document (without loosing format) in a Unix
server from a java application? How can I get a printing document (as I
used to get a .prn)?
Thanks in advance.
I have the following issue:
I am migrating a java application in a Unix server that used to use a
commercial product to connect with a Windows server to print and
process ms word files (from a .doc template and an xml file containing
data the process birngs back a .prn file to print in a print server and
a .doc itself).
Now we are getting rid of the commercial product, what means that I'm
doing everything in the Unix server. The process is quite easy to code
because I just saved the templates as .xml documents (thanks to office
2003), but I'm stuck with the printing problem.
How can I print a word document (without loosing format) in a Unix
server from a java application? How can I get a printing document (as I
used to get a .prn)?
Thanks in advance.