Page 1 of 1

OPenDoPE Docx4j java Example

PostPosted: Mon May 11, 2015 11:31 pm
by Vishnu
Hi,


Im new to docx4j
Can you please provide and example to intergrate OpenDope addin with Docx4j in java

Thanks,
Vis

Re: OPenDoPE Docx4j java Example

PostPosted: Tue May 12, 2015 10:08 am
by jason
You need to distinguish between:

- template creation: the template author uses the OpenDoPE addin for this

- runtime document instance generation: docx4j uses the template + your XML instance data for this.

Examples of using docx4j for runtime document instance generation are in the docx4j samples dir on GitHub.