| Author: ANIL PANDEY 06 Aug 2008 | Member Level: Diamond | Rating: Points: 4 |
hi u can try this Code
AcroPDFLib.AcroPDFClass test = new AcroPDFClass(); test.LoadFile("hello.pdf"); test.printAll();
for this u need to add a com component in ur project, then only u will be able to access the this library..
You can put Acrobat Reader on your form with GUI editor - simply customize your toolbox by adding COM 'Adobe Acrobat Control for ActiveX'.
Regards Anil
Thanks & Regards Anil Kumar Pandey
|