Hi,
As I am using below code to insert doc file into a parent doc.
Document document1 = new Document();
DocumentBuilder builder = new DocumentBuilder(document1);
string DemoDoc = "E:\\AnnexDocReport_IssueFile.docx";
Do…...Save("E:\\PDfConversionFile\\DemoFile"...SaveFormat.Docm); but after save doc and open the file below...