ColdFusion & Java (docx4j library)
问题 I need to do docx manipulation (find/replace on placeholders and checking/unchecking checkboxes). Since ColdFusion 10 integrates well with Java, I decided to try and use the Java library docx4j, which basically mimics the OpenXML SDK (.net platform). I have the docx4j JAR inside a custom folder, which I have setup in my Application.cfc via JavaSettings (new in CF10, and I tried it with other JARS and it works): <cfcomponent output="false"> <cfset this.javaSettings = {LoadPaths = ["/myJava/lib