JS & Acrobat

Jan 9, 2007

We have a catalog of the products we sell online as a collection of PDF files. The files may be accessed individually or there is the option of going directly to any catalog page by using a little js utility.

The utility is your typical input text box & button combo. Typing in a valid page number in the text box and clicking the button opens a new window with a PDF turned to the requested page, and works on the most common browsers/ OS combinations.

Here's the prob: We decided to make it so the ENTER key would activate the script. Works fine in Windows, but on Mac with Safari nada! What these users get is the correct PDF turned to page one. I've tried a few variations of the key capture code to no avail.
:confused: At present I am clueless though my intuition suggests this may have something to do with Acrobat. Code:

View 7 Replies


ADVERTISEMENT

Div Scroll Like Acrobat Reader

Apr 17, 2007

I want to do scrolling like done in google books (acrobat reader
style)

http://books.google.com/books?vid=I...GvO7VKdoRrLLsJQ

it could be done by scrollTop & scrollLeft ... but how to get exact
effect like in acrobat reader.

View 2 Replies View Related

Form Fields In Adobe Acrobat

Jul 20, 2005

Can someone give me the code to show or hide a field based on the status
of another field (in this case a checkbox). The actual application is
Adobe Acrobat.

View 1 Replies View Related

Populate An Acrobat Field With A Date Only Once?

Jan 23, 2009

I have a small script which runs when the acrobat document opens and populates a field with the date, but I would like the date to be filled when the document is first opened, then saved with that date.

code:
// get new Date object
var d = new Date();

[code]....

View 1 Replies View Related

Using Javascript To Control Acrobat Reader

Mar 28, 2006

I need information (sure, i used google but couldn't find anything useful yet) about automating/adjusting Acrobat Reader using javascript. I need to print multiple documents without having to open them individually and selecting the print option on each document. I also need to adjust the user interface. Sometimes printing is allowed, sometimes it is not. So i need a way to disable (or remove) the print button from the default toolbar.

Anyone has experience (sample code) or documentation i can use?

View 1 Replies View Related

Detecting Adobe Acrobat Installation On Mac OS X Using

Oct 6, 2004

How can I detect whether Adobe Acrobat Reader (any version) is installed using javascript? I am able to detect the installation using IE 5+/NS7 on Windows. But unable to detect on IE/NS on Mac 10.3.3

View 2 Replies View Related

Scripts For Auto-populating In Acrobat Forms

Feb 23, 2010

I would like text fields in an Adobe form to auto-populate when an item from a combo box list is selected. For example, if a user selects "shirt," then a set of text fields will auto-populate with the budget figures for a "shirt." I am not familiar with JavaScript. Would anyone be willing to explain the first steps in the project described above? Is there a way I could adapt previously-used scripts and insert my own information?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved