hello,
when I save the Document as PDF the image changes, you can check it out.
thanks in advance
input.Docx (238.8 KB)...set these options: Document doc = new Document("input.docx");...setImageCompression(PdfImageCompression.Jpeg); saveOptions.setJpegQuality(100);...