I've split this into a new topic - please create new topics when you start a new subject. Also, did you solve your problem in the other thread? If so, I'd appreciate it if you updated the other
thread to let us know. Thanks.
suman wrote:s it possible to store the template file as a blob/clob so that i can retrieve the file from the db
You can load a docx into docx4j from an input stream (no need to save a temp file in the file system first in order to do this).
suman wrote:replace the retrieved template file's place holders with dynamic text values.(Headers also included in this approach).Does wordProcessingMl support this functionality.
WordML faciliates this via legacy form fields, content control custom xml databinding (recommended), or low tech search/replace.
You can use any of these 3 approaches via docx4j, but all other things being equal, i'd recommend content control custom xml databinding (see the subforum on this topic).
cheers .. Jason