We source a medical records application and need the ability to print PDF documents with other patient information. Is it possible, without creating an image and then printing the image, to print a PDF page to a System.Drawing.Graphics object? I've looked through the documentation and, if it's there, I don't see any thing like the above.
We are in the process of updating our code from dot-net 2.0 to 4.6.1 and plan to purchase a license as we near the release of the new version.
Thanks