Process of doing same thing in Acrobat Professional are given below:
- Ctrl + P
- Change Printer Name to "Adobe PDF"
- Click on Advance and select "Print As Image"
- Setting are completed, now click on OK.
- Processing will start and in between it will show a "Save As" dialog.
- After that PDF with be saved on specified location.
I wants to do same thing using c sharp. I have added Acrobat.dll in Reference and searching each and every function in Object Explorer. I found few function which can print PDF in using default printer but in my case print name should be "Adobe PDF".
I though i can change default printer using ManagementObject Class but how will i select "Print As Image" programmatically.
Pls help me in this as soon as possible.
sanjay kumarPosted Jul 15, 2011, 6:49 AM
Thanks for reply. I just want to do this using acrobat sdk and C# and my hardluck is i cannot use any third party tools.
Suthish NairPosted Jul 4, 2011, 9:18 AM