We are using docx4j 3.3.3 updated with the following correction
https://github.com/plutext/docx4j/blob/ ... olver.java
We have a docx (see attached file CustomPropertyUpdateProblemTmp2.docx) which contains the following custom property
<_SUPPLIER_DATA_ELEMENT_15.10.2008 (parametr long long long long long long long/>
with value "long parameter name";
we need to convert this docx into pdf using the following code
public static void main(String args) throws Exception {
String regex = null;
PhysicalFonts.setRegex(regex);
String inputfilepath = ...