Page 1 of 1

INCLUDEPICTURE and INCLUDETEXT?

PostPosted: Sat Sep 06, 2014 11:02 am
by monarchjhaveri
Hello,

I'm new to Docx4J, and I have a simple requirement of adding an INCLUDEPICTURE field with the \d switch into a document, so that the image can be loaded dynamically when the user opens the document, and so that Word does not cache or store this externally linked image.

The fieldcode looks like this:

{ INCLUDEPICTURE "http://example.com/picture.jpg" \d \* MERGEFORMAT }

I've tried looking for methods for 2 days with no luck..... How would I do this using DocX4J?

Any help would be very much appreciated :) :) :)

Re: INCLUDEPICTURE and INCLUDETEXT?

PostPosted: Sat Sep 06, 2014 12:13 pm
by jason
Also asked on StackOverflow - I've answered it there. Please don't crosspost.