Hi,
Is it possible to remove a specific color highlight from a docx file? For example, change gray highlight to no color if exists in docx.
Thanks for any help.
It is currently Fri Apr 04, 2025 10:42 pm
java.lang.IllegalAccessError: Method 'java.lang.Class org.apache.xalan.extensions.ExtensionHandler.getClassForName(java.lang.String)' is inaccessible to class 'org.apache.xalan.extensions.ExtensionHandlerJavaPackage' (declaration of 'org.apache.xalan.extensions.ExtensionHandlerJavaPackage' appears in /data/app/~~ZVtmRtuHfRuZhq2toABrQA==/com.example.myapplication-ahlQie1BfblXFLdcJxSU1Q==/base.apk!classes3.dex)
File templateZip = new File("resources/doctest.docx")
WordprocessingMLPackage template = WordprocessingMLPackage.load(templateZip)
def map = ["pagebreak": "<w:r><w:br w:type=\"page\"/></w:r>"]
template.mainDocumentPart.variableReplace(map)
Total posts 10157 • Total topics 2857 • Total members 2087