Programatically disable 'View Adobe PDF Results'

G

Guest

Hello,

When writing Access VBA code to print a report to PDF, the code I found
gives ways to suppress some settings via changing the registry.

For example:
If you dont want to View the PDF after it is printed in Acrobat 5.0 it was
possible by setting the bExecViewer = 0 in the registry.

This no longer works in later versions of Adobe.

Any idea how to achieve this in Acrobat 7.0?

Thank you,
Jeff
 
G

Guest

Thank u but I know about this already, I would like to know how to do it the
above way. I am not allowed to installed additonal Dlls where the Lebans
method requires u to do so.

Does anyone know ?

Thank you,
Jeff
 
D

DAVID

Sorry, suggest you repost, cause I don't have an answer.
Actually, suggest you repost in Adobe newsgroup, rather
than Access, but you're welcome to try again.

Lebans code does not have to be called .dll if that
is a problem. Just rename the file .mdb and make
slight changes to the calling code to load the
".mdb" file instead of the ".dll" file.

Also, Snapshot or MS Document Image Writer are
good formats to replace PDF.

(david)
 

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

Top