My code to programmatically disable output file names (below) is not working on a Windows 7 64-bit machine using Acrobat Distiller X. It works perfectly on a Windows XP machine with Acrobat Distiller 8.
The latest API Reference I was able to find is dated June 2008. My logic follows this convention.
I have confirmed that the registry key is updated as specified below. I have also confirmed that I am able to write to the directory indicated.
Please provide any suggestions to resolve.
Thank You!
~Lori
---------------------------------------------------------------------- -----------------------
'Create the Registry Key where Acrobat looks for a file name
CreateNewRegistryKey HKEY_CURRENT_USER, _
"Software\Adobe\Acrobat Distiller\PrinterJobControl"
'Put the output filename (FilePath) where Acrobat could 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
North America
Europe, Middle East and Africa
Asia Pacific