hello,
when we create doc file and insert pdf file inside doc and convert into pdf then PDF file is disctorting.
As we are using below code.
Document doc = new Document();
DocumentBuilder builder = new DocumentBuilder…...Font.Name = reportFontName; builder.Font.Size = 10;...10; builder.Font.Bold = true; builder.Writeln($"Source Input {currentDateTime...