I want to merge two Word Files into PDF which consists of images are cropping off and it is not taken the total content width, but when I try to edit the Word Doc and saved it is working as expected
Following are the Solutions tried:
PDF Save Options
UseCoreFonts = true,
OptimizeOutput = true,
TextCompression=PdfTextCompression.Flate,
EmbedFullFonts = true,
JpegQuality = 100,
PreserveFormFields = true,
PageMode=PdfPageMode.UseNone,
ZoomBehavior=PdfZoomBehavior.FitWidth
tried with Changing the Width and height of images before converting to Word
Can Anyone Please provide any solution to this issue