I am using docx4j 3.2.2 to generate docx and pdf. Everything works well except LISTNUM is ignored when generating pdf although the generated docx looks good. I am wondering whether doc4j doesn't support LISTNUM or I needs to do some configuration before generating pdf. If docx4j does not, is there a workaround to implement two list numbers in a same line which is actually what I want through the LISTNUM?
Thanks a lot.