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…...Drawing.Shape headerLogo = builder...Now; builder.Font.Name = reportFontName; builder.Font.Size = 10;...