Hi people,
I have to do basically the following:
- read a template file (not a .DOT file, just an original file) in any type of Office (like .DOC, .PPT and .XLS);
- when I find some key (someword between delimiters like “[” and “]” or
in expression language like ${xyz}), I select for that key in a database and get the
correspondent value; - with all the values found, a new file is generated changing the
keys by the values, with the same format of the original file (template
file).
I would like to know if is it possible to be done with Aspose. In some cases, I will need to change the key by an image instead of a text (formatted like the original file).
Thank you since now!
Luiz
PS: I wann do it with the Java Aspose.