Acrobat Plugin Feature

brucelim80

Active member
Joined
Apr 20, 2006
Messages
35
Programming Experience
Beginner
Hi
Does anyone know how to use acrobat plugin in VB.net to convert excel document into pdf?

Can you provide me some guidance?


Thank you,
Regards,
Bruce
 
Do you have Excel 2003 and Adobe Acrobat installed? Do you know how to automate Excel from VB.NET? If you answered Yes to both questions then you should open the Excel help and go to the table of contents. Expand Microsoft Excel Visual Basic Reference -> Objects -> A and select AddIn object. That explains how to access Excel add-ins from VB, one of which Adobe Acrobat would be.

If you don't know how to automate Excel the you're going to have to learn the basics of that first: http://msdn.microsoft.com/library/d...re/html/wroriautomatingofficeapplications.asp

If you don't have Acrobat installed then you've got an issue because you can't test anything.

If you don't Excel 2003 installed then I would think that other versions, at least the recent ones anyway, would have similar help files. If not you can always visit MSDN online.
 
Back
Top