These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Buttons not sticky???

rich49
Registered: Jun 8 2010
Posts: 14

I have created a button to return from every page (hopefully) to the first, index, page. I did this by creating a button in the second page that right clicking on the button and selecting "duplicate..." I ask that the button be duplicated on each page of the document. Acrobat Pro dies this on almost every page, but on a few pages the button is missing, or it is shifter way to the left, and off the page image completely. This is not an issue with background colors, as the button is easily visible on other pages with similar colors. Clicking on the button works where they exist, but a click in the space where the button should be on the pages where it is missing does nothing. The pages were the button is missing appears to be random.

What happened to the missing buttons?

Thanks for your help.

My Product Information:
Acrobat Pro 9.2, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
It's possible that the problem pages have a different geometry than the other pages, size and/or rotation.

Were any of these pages imported from a different source than the main document? or did all pages come from the same original document?

Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

rich49
Registered: Jun 8 2010
Posts: 14
One of the pages is certainly of a different size, as it quite a bit wider than the rest, but that page has the Menu button in the right place. The other pages all seem to be the same size, regardless of whether the Menu button in in the right place, the wrong place, or missing.

The document was created by assembling a collection of about 8 documents, with an index page document, and then merging them into a single document. The missing buttons are located in a few (but not all) pages in two of the merged documents.

I tried to create the Menu buttons using the duplicate function, but what appears to be the same set of pages don't get a duplicate button, although most pages do. I also tried to manually create a button on those particular pages, but that also does not work.
rich49
Registered: Jun 8 2010
Posts: 14
I tried to add a button to one of the original pdf documents to see if I could put a menu button on one of the "bad" pages there. I can but a button on the page in the original document, so it appears that something has happened after I merged the documents.
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
You've probably found a bug in Acrobat. It's interesting that you can't manually add a button to the pages that have a problem. It seems to indicate there there is a massive problem with the internal geometry of those pages. You may be able to fix the issue by running one of either the Optimizer or Preflight options, but I couldn't say which one.

Another option may be to place the buttons on the pages before they are assembled into a single PDF.

Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script