Open PDF and print to PDF programmatically C# -


I am developing an application that is capable of opening and displaying PDAIDs and using any of the PPDF After printing to other PDFs, but the original are not viewable.

I am exploring a way to open a PDF file to a program, and to print any other PDF file (not necessarily using the lovely PDF, just want to print another PDF. Has functionality).

This will be integrated into a C #NET project. Have any suggestions on how to do this?

Thank you.

You can use it when you say "print other pdf" I think that you mean only that? Or you are spooling them for a PDF print driver that will only create one PDF to be saved.

Comments