Questions tagged [docx4j.net]

docx4j.NET is a .NET implementation of docx4j, a Java library for manipulating Microsoft Open XML files.

docx4j.NET is a implementation of , a library for manipulating Microsoft Open XML () files.

For more information, see the GitHub page.

4 questions
1
vote
2 answers

embed images as base64 instead of outputing to folder

When converting from docx to html you may specify the output path for any images org.docx4j.Docx4J.toHTML(wordMLPackage, imageDirPath, imageTargetUri, fos2); and the resulting html document references images via files:
wal
  • 17,409
  • 8
  • 74
  • 109
0
votes
1 answer

Docx4j API performing mail merge for input dotx to output docx file giving alert

While we perform mail merge through FieldMailMerge.java , we got the output in a docx file but when we open it in Microsoft Word 2010 an alert message appear: enter image description here
0
votes
1 answer

Mail Merge Specific Keywords

I was wondering if there is some way that mail merge specific keywords such as "Ask", "Fill-in", "If Then Else", etc are being handled in docx4j. Here is a full list of keywords that I'm looking to handle in the…
Tanmoy
  • 789
  • 7
  • 14
0
votes
1 answer

docx4j.NET installation issue

I've installed docx4j.NET 3.0.1 from Nuget with vs2012. When I try to use the library with this call WordprocessingMLPackage.load(inputS, ""); I receive this error: System.TypeInitializationException: The type initializer for…