IssueWithWordConversion.pdf (12.4 KB)
IssueWithWordConversion.Docx (33.2 KB)
We are having issues converting Word to PDF. You can see in the PDF generated its missing a lot of content from the table at the bottom of th…...Load the Word document Document doc = new Document(inputFilePath);...// Save the document as PDF doc.Save(outputFilePath, saveOptions);...