Programatically disable 'View Adobe PDF Results'

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
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)
 
Back
Top