This content has been marked as final.
Show 3 replies
-
1. Re: Printing PDDoc with AFExecuteThisScript() doesn't work after an upgrade from SDK 5 to SDK8
joeln3 Oct 28, 2009 2:16 AM (in response to joeln3)I'm using Acrobat 9.2 in combination with the plug-in.
-
2. Re: Printing PDDoc with AFExecuteThisScript() doesn't work after an upgrade from SDK 5 to SDK8
lrosenth Oct 28, 2009 4:27 AM (in response to joeln3)See what happens if you remove the "setting of interactive to silent"...
There is a restriction on silent printing in Acrobat, but I would not have expected that to be passed into this method - but it could have been overlooked and be a bug.
Also, I don't recall a trustedPrint() method in Acrobat JS - check the documentation for the correct name of this function...
-
3. Re: Printing PDDoc with AFExecuteThisScript() doesn't work after an upgrade from SDK 5 to SDK8
joeln3 Oct 28, 2009 5:04 AM (in response to lrosenth)I fixed the bug. Actually a callbackreplacement was out of date. And of course this was the
AVDocPrintPagesWithParamsSEL callback...



