Hi, I need a vb code which prints the pdf fil,e i select. Please help.

Many people ask the question of accessing wordDocuments,Excell and of course yur pdf files.

Remember unlike text documents these are embedded with control characters for character fonts,colors, links etc. So for each catagory of these files required a handler code. You are blessed that most of the things are in the VB library as their name and application.

Get those things referenced in your project.

First instantiate the object with the 'new' operator
which binds the properties of these formats in to a instace variable which becomes the handler for you which morph with the
ActiveDocument.

after that
IntanceVariable.visible=true
that's all

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.