Word to PDF Conversion issue, but after editing it is working as expected

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

@Surendra918

Can you please provide more details about the specific code you are using for merging the Word files into PDF and the exact behavior you are observing with the images cropping off?

I am Converting the Word Data into Bytes using filestream and the bytes are converting into PDF using Memory Stream and Pdfsave Options

Below is the Images for reference before and after Conversion

@Surendra918 Could you please attach your input and output documents here for testing? We will check the issue and provide you more information. Unfortunately, screenshots does not have enough information for analysis.