Printing Help

  • Thread starter Thread starter Nathan Guill
  • Start date Start date
N

Nathan Guill

Not sure if this is the correct forum, but here goes.

What I am trying to do is open up a PDF file from my application, but can't
seem to figure this out. I can find the path and determine whether the file
is there, but not how to open it. I would also need help on how to
determine if acrobat reader (or the full version) is on the system.
 
Nathan Guill said:
What I am trying to do is open up a PDF file from my application, but
can't
seem to figure this out. I can find the path and determine whether the
file
is there, but not how to open it.

'System.Diagnostics.Process.Start(...)'.
 
Not sure if this is the correct forum, but here goes.

What I am trying to do is open up a PDF file from my application, but can't
seem to figure this out. I can find the path and determine whether the file
is there, but not how to open it. I would also need help on how to
determine if acrobat reader (or the full version) is on the system.

You might also want to go to the Adobe web site and see if they have an SDK for
developers.

Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top