Hi,
I'm using C# to convert a .docx file into a .pdf file. I follow this tutorial
http://www.docx4java.org/blog/2014/09/docx-to-pdf-in-c-net/ but doesn't convert and appears this message:
docx4j.NET.samples.DocxToPDF – Hello from Common Logging
org.docx4j.jaxb.Context – java.vendor=Jeroen Frijters
org.docx4j.jaxb.Context – java.version=1.7.0
org.docx4j.jaxb.Context – No MOXy JAXB config found; assume not intended
..
org.docx4j.jaxb.NamespacePrefixMapperUtils – Using NamespacePrefixMapper
SunInternal, which is suitable for Java 6
org.docx4j.jaxb.Context – Using Java 6/7 JAXB implementation
What is ...