Page 1 of 1

Convert .docx to .pdf

PostPosted: Wed Feb 03, 2016 11:17 pm
by antoniogarcez
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?

Re: Convert .docx to .pdf

PostPosted: Thu Feb 04, 2016 5:54 pm
by jason
In Visual Studio, be sure to run without debugging; otherwise it takes ages...