There is one typo error found in ImageGifPart.java. The highlighted part should be IMAGE_GIF.
public void init() { // Used if this Part is added to .xml setContentType(new org.docx4j.openpackaging.contenttype.ContentType( org.docx4j.openpackaging.contenttype.ContentTypes.IMAGE_PNG));
// Used when this Part is added to a rels setRelationshipType(Namespaces.IMAGE); }
Hi again, i already posted on this forum talking about inserting more than one image in my docx. Now the problem is to give a style, a paragraph style, to the HTML i got from my application: using poor words, i need to define a style into the template.docx, and this style have to be applied to the HTML i got from my Tiny editor used in the web application. i don't know how to ...
Hi Jason , I need to convert docx containing Latex Equation to image .It seems docx4j does not handled latex equations at all . Can you suggest me some third parties that support these conversions ? Thanks in advance.
Could you please help to add the following annotation to SdtRun (just like the one in SdtBlock) so that I can use TextUtils.extractText(,) to extract the content? Or there is any concern not having it?
> Hi Jason, > > I tried to register an account on your website today. However I > haven't received any confirmation yet. So that I have to send my > question via email,
No sure why that might be - it happens sometimes (could be ...
Im new on docx4j. I been trying to perform a couple of operations with Image and Headers-Footers but Im not able to successed. The following is what Im trying to do:
1.- Override a text with an Image (jpg) 2.- Override a text what is located in the Header and Footer.
If anyone knows how to do this, I will be glad to get some help. Thanks in advance!