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:
[INFO] docx4j.NET.samples.DocxToPDF – Hello from Common Logging
[INFO] org.docx4j.jaxb.Context – java.vendor=Jeroen Frijters
[INFO] org.docx4j.jaxb.Context – java.version=1.7.0
[INFO] org.docx4j.jaxb.Context – No MOXy JAXB config found; assume not intended
..
[INFO] org.docx4j.jaxb.NamespacePrefixMapperUtils – Using NamespacePrefixMapper
SunInternal, which is suitable for Java 6
[INFO] org.docx4j.jaxb.Context – Using Java 6/7 JAXB implementation
What is happen?