Ask a Question related to Adobe Acrobat Macintosh, Design and Development.
-
Yves_Surrel@adobeforums.com #1
Open parameters do not work
The open parameters specified in URL (e.g. <http://partners.adobe.com/asn/acrobat/sdk/public/docs/PDFOpenParams.pdf#page=6)> do not work (neither in Safari nor in FireFox).
They do not seem to work from the command line either:
/Applications/Adobe\ Reader\ 7.0.8/Adobe\ Reader\ 7.0.8.app/Contents/MacOS/Adobe\ Reader /A "zoom=50=OpenActions" "MyDoc.pdf"
or
/Applications/Adobe\ Reader\ 7.0.8/Adobe\ Reader\ 7.0.8.app/Contents/MacOS/Adobe\ Reader -A "zoom=50=OpenActions" "MyDoc.pdf"
Where is the problem?
Yves_Surrel@adobeforums.com Guest
-
disable review and comment with PDF open parameters
We have successfully created links on an HTML page to documents for review and comment using the "collab" PDF open parameter to set the comment... -
Parameters to SQL not work sometimes
:confused; Here is the stored proc. I send a value for @OrgAction for the if statements. The first statement runs and returns data. Using the... -
'out' parameters work outside of .NET?
Hello, In .NET C# it is possible to define a parameter to a web service method as 'out'. The web service method is expected to set the value of... -
Too few parameters to RecordSet.Open?
Hi All! My ASP page below receives the following error: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E10) Too few... -
objRS.Open parameters
Are the values of adOpenForwardOnly and adLockOptimistic assigned automatically on the server or should I be preloading these with their numeric... -
Aandi_Inston@adobeforums.com #2
Re: Open parameters do not work
The command line referred to is for Windows only. Don't know about the
web case: I feel it should work if, and only if, the PDF is being
displayed in the browser window, by Acrobat (not Preview).
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
Rocket_Jay_Squirrel@adobeforums.com #3
Re: Open parameters do not work
If you want to do something similar to the command line for Windows on the Mac use the AppleScript dictionary and write a script.
tell application "Adobe Acrobat Professional"
open file "Macintosh HD:myPDF.pdf"
zoom first PDF Window to 150
end tell
Rocky
Rocket_Jay_Squirrel@adobeforums.com Guest



Reply With Quote

