To whom it may concern,
I have a word document that I am running through mail merge. Forgetting about the mail merge issues for now, it doesn't appear to me that the paragraph formatting is being recognized. I've included the original DOCX and the generated PDF for comparison. Here's all I'm doing:
Document document = new Document(fileName);
document.Save("../../document.pdf");
Sincerely,
Donald Roy Airey