acrobat-9

showAnnotToolsWhenNoCollab and Acrobat 9

This code js_obj := oAcroPDDoc.GetJSObject; js_obj.Collab.showAnnotToolsWhenNoCollab := true; which used to work in Acrobat 7 and 8 (and was infact required to enabled editing of note/annotations/comments) appears to crash Acrobat 9. Does anyone know if there is a work around (the one listed here does not work for me). Anyone from A...

Create PDF and suppress subsequent Save and display interactions - Acrobat 9

I am automating a now-manual process that creates PDFs by printing to the Adobe PDF driver installed by the Adobe Acrobat 9 installation (on Windows XP). The programming works fine. The questions I am presenting are how to suppress (a) the Save dialog (even though I am providing a fully-qualified path/filename), and (b) the display of e...