I've recently upgraded some code .NET 3.5 code that prints PDFs to a physical printer. I used to use Adobe Acrobat Reader 7.0 because you could make it print. I want to remove our dependency on Adobe 7.0, but could only find Aspose.Pdf.Kit that could do this.
I'm using PrintDocumentWithSettings() to print. Unfortunately, it seems that the fancy apostrophe character from Microsoft Word (ascii 146) doesn't print. I can change the wording on my document templates that we print to not use conjunctions or utilize ascii 39 apostrophes, so it's not that big of a deal. I just thought I'd let you know.
Aspose.Pdf.Kit 2.6.1.0 seems to work just fine.
Please let me know if I can do anything to assist with resolving this issue.