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
Can you help me?