|
-
Jan 16th, 2004, 12:57 PM
#1
Thread Starter
Fanatic Member
Printing PDF Files Using Reader Only
Please tell me this is possible. I do not have the full version of Acrobat and I really need this to work. It keeps saying it could not find Adobe Acrobat. Why would they include the OCX with reader if you could not do this? Are there any other methods to print PDFs besides this?
VB Code:
Pdf1.printAllFit True
Pdf1.src = "C:\Test.PDF"
Pdf1.printAll
-
Jan 16th, 2004, 01:16 PM
#2
Thread Starter
Fanatic Member
Well... I solved my own problem. It turns out for some reason it was still looking for the full version of Acrobat since it was installed previously. I ended up removing any version of Acrobat (including reader) and re-installing just Reader v6.0. I also copied the actual fresh OCX file to my programming directory for safe keeping. Everything seems to be working fine now.
Just a little FYI to anyone else doing this: make sure you turn off the automatic update (Edit - Preferences - Update) and set it to manual so you don't get prompted for it when you go to print.
-
Jan 16th, 2004, 01:36 PM
#3
Thread Starter
Fanatic Member
A new problem cropped up. Now it will only work once, and it will leave the program running in the background. Any ideas on how to handle this?
-
Jan 16th, 2004, 04:15 PM
#4
Thread Starter
Fanatic Member
the pdf1.printall function simply just does not work like it should. I can call printwithdialog and then press the print button that totally defeats the purpose.
-
Jan 19th, 2004, 12:32 PM
#5
Thread Starter
Fanatic Member
-
Jan 19th, 2004, 01:23 PM
#6
Frenzied Member
why dont you use CutePDF or PDF995 or something instead?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|