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…...filePath); string extension = System.IO.Path.GetExtension(filepath)...Exists(filepath)) { else if (extension == ".pdf") { using (MemoryStream...