Copy link to clipboard
Copied
Copy link to clipboard
Copied
Guys, the proposal here is NOT to remove the "Navigation Pane Buttons" completely, but to add a setting somewhere in your preferences to not show the buttons for any new open document. You can make the default setting for the buttons to be shown (so that your "average" users would not get confused), and if one hates the buttons (like me and many other not-so-average-by-adobe-standards people), then it should be possible to change a check-box to not show the buttons when any new pdf-document is open. The stuff which you put into the pane is useful occasionally, but in 99.9% of cases I open a pdf file, the pane and the buttons in it are nothing but a hindrance for using the program (Adobe Reader) efficiently.
Copy link to clipboard
Copied
I have an electronic signage system which displays jpegs, video and I’d like it also to be able to display PDF files. I can’t do this because the damn buttons keep showing up on the display and there’s no way to turn it off.
This is just one application. I’m sure there are dozens of others where the buttons interfere.
Copy link to clipboard
Copied
For an application like your signage system, you can configure the PDFs
that you what to display with an initial view of "Open in full screen
mode". That will hide everything but the document - no toolbar, menubar,
navigation pane, ... Just the document.
The document author has the option to hide the navigation pane. If a
document does not benefit from that pane, I would assume that the author
would set the appropriate initial view. If a document benefits from having
the bookmarks pane visible (e.g. because it's helpful in navigating a
complex document) I would hope that the author enables that setting, and if
a document contains a lot of attachments that I need to work with, I would
hope that the attachments pane would be the one visible. And so on...
If the document author takes the time to setup how the document should be
displayed, I don't think that the user should be able to override that
setting with a preference setting. What would be interesting is a setting
that would be applied for documents that do not explicitly set the viewer
preferences.
Karl Heinz Kremer
PDF Acrobatics Without a Net
khk@khk.net
http://www.khkonsulting.com
Copy link to clipboard
Copied
Running in full screen is not a good solution for me since the PDF appears in the center of the screen but there is other information displayed around it.
Copy link to clipboard
Copied
To Karl Heinz Kremer:
Those are just some lame excuses to keep torturing users with these stupid buttons. I do not care what the creator of a pdf-document had in mind (he/she probably also thought the same way as Adobe, i.e. that an "average" user is an idiot, and so the buttons have to be always shown), I do not want the buttons to be visible regardless of the opinion of the pdf-file creator!!! Moreover, I my first guess would be that the visible buttons are the default setting for any newly created PDF-document and that the average "creator" is a lazy and not-too-bright dummy, who did not care to spend any time to figure out how to hide the buttons for the sake of user convenience.
Copy link to clipboard
Copied
These are not stupid buttons.
Copy link to clipboard
Copied
All right, they are not stupid, they are just annoying and useless in 99.9% of real life usesage cases of Adobe Reader...
Copy link to clipboard
Copied
Let me put the issue into perspective: let us say, once in 30 years it might snow in May, and on such a May day it would be useful to wear winter boots and a coat, however you do not expect people to wear such clothes every May day of every year (even though, occasionally it is a good idea), because it would a huge inconvenience. The situation here is the same, on one day in 2 years these buttons are useful, but it does not mean that it is a good idea to for us to suffer their presence the remaining 729 days...
Copy link to clipboard
Copied
I use the buttons every day.
Copy link to clipboard
Copied
Good for you! I almost never use the buttons. Obviously, the only way to make us both happy about the program is to add the check-box to the Adobe Reader preferences.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I also am having a issue with the Side Panel.... I am calling the pdf with delphi 2007 with code....
something like:
################
var
mypdf : tacropdf;
Begin
...
//Load Method to Call loading of PDF
mypdf.Loadfile('c:\myexample.pdf');
...
end;
################
As you can see the above bit of code that I am calling the pdf object by a non command line method.. so adding any switches is not possible..
ie:
mydpf.loadfile('navpanes=0 c:\myexample.pdf');
just does not work..... as the loadfile method in the dll is looking for a harddrive location not a switch....
I am been trying to see of the DoObjectVerb command could take a command ... to minimize the Panel... Please let me know..
ie:
mypdf.DoObjectVerb(WM_?????); //???? is a windows message that I would like to send to get the panel to minmize through code....
Thanks alot for any help.
I have tried to add the Reg Key ... ... I am version 9.. so I added all the keys and Dword values that were not present.... still no luck..
Lenn Dolling
Skyboard Software
Copy link to clipboard
Copied
Hi All,
There is a registry key HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\RIF\bOpenNextWithTabs that controls displaying of navigation panel buttons. A value of 1 displays them while a value of 0 hides them.
There is also a registry key HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\RIF\bOpenNextInReadingMode setting which can disable the toolbars also.
Copy link to clipboard
Copied
Do these settings work when opening the doc thru the browser ? or only thru the reader ?
HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\RIF\bOpenNextWithTabs <-- also, is there a blank before OpenNextWithTabs ?
Thx
Hi All,
There is a registry key HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\RIF\bOpenNextWithTabs that controls displaying of navigation panel buttons. A value of 1 displays them while a value of 0 hides them.
There is also a registry key HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\RIF\bOpenNextInReadingMode setting which can disable the toolbars also.
Copy link to clipboard
Copied
Should work for browser as well...
Copy link to clipboard
Copied
Using Adobe Acrobat Professional 7 I made a form with fields which is served from a Tomcat HTTP server.
When I use a URL like:
http://192.168.30.106:8080/qforms/pdfs/templates/30799_Appraisal_Form_Template.pdf#navpanes=0
The form is loaded and the navigation panes do not show.
When I use a url like:
But when I use a url like:
I get the message:
"This operation is not allowed."
After that the form loads but the FDF is not loaded into the form and the navigation panels are visible.
All three URLs conform to to the "PDF Open Parameters" document for Acrobat 7.
As this thread has clearly established, there does not appear to be any way to hide the navigation panels using Javascrpt.
As far as I can see what I have described above is a bug. Is there a fix or a workaround?
thanks,
Terry