How to programmatically disable prompts for output file names in Acrobat X
my code programmatically disable output file names (below) not working on windows 7 64-bit machine using acrobat distiller x. works on windows xp machine acrobat distiller 8.
the latest api reference able find dated june 2008. logic follows convention.
i have confirmed registry key updated specified below. have confirmed able write directory indicated.
please provide suggestions resolve.
thank you!
~lori
------------------------------------------------------------------------------------------ ---
'create registry key acrobat looks file name
createnewregistrykey hkey_current_user, _
"software\adobe\acrobat distiller\printerjobcontrol"
'put output filename (filepath) acrobat find it
setregistryvalue hkey_current_user, _
"software\adobe\acrobat distiller\printerjobcontrol", _
c:\program files (x86)\microsoft office\office12\msaccess.exe, _
t:\pdf files\current week\nfs_lori,test.pdf
i don’t recall details, it’s registry thing. 64bit registry differnet.
do search online, has come many times…
More discussions in Acrobat SDK
adobe
Comments
Post a Comment