Hi
i'm looking for help about docx to pdf coversion.
I've attached the source file and the output of the conversion, which does not
correspond to the expected result.
The code is listed below.
Any help/suggestion will be extremely appreciated
TIA
Franco
import java.io.OutputStream;
import org.docx4j.Docx4J;
import org.docx4j.convert.out.FOSettings;
import org.docx4j.fonts.IdentityPlusMapper;
import org.docx4j.fonts.Mapper;
import org.docx4j.fonts.PhysicalFont;
import org.docx4j.fonts.PhysicalFonts;
import org.docx4j.openpackaging.packages.WordprocessingMLPackage;
import org.docx4j.samples.AbstractSample;
public class ConvertOutPDF extends AbstractSample {
public static void main(String[] args) throws Exception { ...