vbscript - With Acrobat Javascript can you open a file in the recent documents list? -
i have round-about way planning on launching acrobat sharepoint can manipulate file both on way in , way out, curious if there way launch adobe acrobat 9 standard edition , have automatically open document 1 recent documents list.
i know possible open new document @ app launch code such as:
trustedroutine = app.trustedfunction( function(){ app.beginpriv(); if (app.activedocs.length<1){ app.opendoc("/c/documents , settings/username/desktop/filename.pdf"); } app.endpriv(); })
what curious doing though put object or parameter opendoc cause read key registry.
any appreciated.
update: been researching more, , realize vbscript can additional things. vbscript able instead?
after doing ton of research, have come realize not possible rewrite integration without writing out own ocx control handle opendocument call sharepoint. because of this, company going instead invest in upgrading acrobat x has control written.
Comments
Post a Comment