Hi all,
I'm usign docx4j 3.3.6;
I have the attached docx file and when I try to convert it into pdf with the following code I've the exception:
public static void main(String args) throws Exception {
String regex = null;
PhysicalFonts.setRegex(regex);
String inputfilepath = System.getProperty("user.dir") + "/pdf/InvalidXmlCharacter.docx";
String outputfilepath = System.getProperty("user.dir") + "/pdf/InvalidXmlCharacter.pdf";
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load(new File(inputfilepath));
// Refresh the values of DOCPROPERTY fields
FieldUpdater updater = new FieldUpdater(wordMLPackage);
updater.update(true);
// All methods write ...