Print template odt

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
tiger1342
Posts: 1
Joined: Tue Jul 26, 2011 1:58 pm

Print template odt

Post by tiger1342 »

Hi, friends.

I have a small problem. I have a template with some variable fields in template odt.
I can open connection to OO
String oooExeFolder = "C:/Program Files/OpenOffice.org 3/program/";

xContext = BootstrapSocketConnector.bootstrap(oooExeFolder);

Even i can print this template with default values.
Between open and printing it is need for me to import data from csv file to Template to fill variable fields.
I think csv can be as Source the data for template.

I have been looked all about odt template in the Google :D But i cound't find how i can do it.

Can you help me? :?:
OpenOffice 3.1 on Windows XP
Post Reply