K
Ken
Here is what I am doing...
I have pulled a bunch of address and customer information from a
database and want to format the output such that it can be printed on
labels and envelopes.
Here is what I was thinking, I would like to leave the formating to
tools better suited to the task than I will ever build, such as
OpenOffice Writer. I am using Linux so Word is not an option but I am
open to other tools and/or ways.
So I have downloaded the OpenOffice developer libraries along with
Java programming examples, but there are no corresponding class/java/
or jar files for the objects being referred to in the source, there
are however corresponding .idl files in the correct folders which do
match. I have no experience with these files. So these files can be
compiled into .class files? Do I understand correctly and these .idl
files are an extra level of abstraction that allows compilation into
different languages to provide a wide range of language bindings?
I have pulled a bunch of address and customer information from a
database and want to format the output such that it can be printed on
labels and envelopes.
Here is what I was thinking, I would like to leave the formating to
tools better suited to the task than I will ever build, such as
OpenOffice Writer. I am using Linux so Word is not an option but I am
open to other tools and/or ways.
So I have downloaded the OpenOffice developer libraries along with
Java programming examples, but there are no corresponding class/java/
or jar files for the objects being referred to in the source, there
are however corresponding .idl files in the correct folders which do
match. I have no experience with these files. So these files can be
compiled into .class files? Do I understand correctly and these .idl
files are an extra level of abstraction that allows compilation into
different languages to provide a wide range of language bindings?