2

Is there a high level interface to manipulating document fields with docx4j?

The task I am doing is to fill in the fields (and optionally remove them or not - i.e. maybe leave them filled in, or replace them with their value), then transform to xsl-fo, with a view to transforming to PCL.

Marcin
  • 48,559
  • 18
  • 128
  • 201

1 Answers1

1

For MERGEFIELD, there is such an interface in docx4j SVN and recent nightlies; see MailMerger

JasonPlutext
  • 15,352
  • 4
  • 44
  • 84