"Display in browser" settings

The PDF-XChange Viewer for End Users
+++ FREE +++

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

Meitzi
User
Posts: 15
Joined: Mon Dec 28, 2009 10:16 am

"Display in browser" settings

Post by Meitzi »

I would like to hide toolbar when PDF-XChange open in browser. Toolbaars take too much space. And usually, when you open PDF in browser, you only want to look at it.
Meitzi
User
Posts: 15
Joined: Mon Dec 28, 2009 10:16 am

Re: "Display in browser" settings

Post by Meitzi »

Meitzi wrote:I would like to hide toolbar when PDF-XChange open in browser. Toolbaars take too much space. And usually, when you open PDF in browser, you only want to look at it.
I did find out that "in browser" setttings are different than when you open program. So, I can manually close all toolbaars and thats it.
User avatar
Bhikkhu Pesala
User
Posts: 1776
Joined: Tue May 29, 2007 9:29 am

Re: "Display in browser" settings

Post by Bhikkhu Pesala »

You can easily customise the toolbars for the browser plugin (separately from the standalone viewer), and assign a shortcut key to show/hide your customised toolbar.

I use the File toolbar, with shortcut "f" to show and hide it. Although I rarely use the comment tools from within the plugin, it is useful to have the different zoom and page views buttons on the toolbar, and a save as button. You may also want quick access to the bookmarks pane or the search panel.
Windows 10 Home 64-bit • AMD Ryzen 5 3400G, 8 Gb
Review: http://www.softerviews.org/PDF-XChange.html
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19930
Joined: Mon Jan 12, 2009 8:07 am

Re: "Display in browser" settings

Post by Stefan - PDF-XChange »

Hello Meitzi,

I hope you are dealing fine following Bhikkhu's advises.

Best,
Stefan

p.s. Thanks a lot for the help Bhikkhu! :)
bubblehead
User
Posts: 3
Joined: Wed Feb 17, 2010 8:05 pm

Re: "Display in browser" settings

Post by bubblehead »

Is it possible to control your browser plugin appearance with passing arguments in URL like Adobe Reader?

http://www.adobe.com/devnet/acrobat/pdf ... ers_v9.pdf

Thank you.
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2476
Joined: Thu Jun 30, 2005 4:11 pm

Re: "Display in browser" settings

Post by Vasyl - PDF-XChange »

Hi, bubblehead.

All features from Adobe's "PDF Open Parameters" specification are supported with the exception of the "toolbar=0|1" parameter, sorry.

The support for "toolbar" parameter will be added in the next build.

Regards.
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
bubblehead
User
Posts: 3
Joined: Wed Feb 17, 2010 8:05 pm

Re: "Display in browser" settings

Post by bubblehead »

Thank you for your prompt reply. I have tried the same syntax as is required for Adobe, but I did not succeed to control your plug-in:

Code: Select all

<iframe src="file.pdf#navpanes=0&page=1&view=FitH" ...
Do you have some instructions available?
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2476
Joined: Thu Jun 30, 2005 4:11 pm

Re: "Display in browser" settings

Post by Vasyl - PDF-XChange »

Hi, bubblehead.

I checked it, it works properly.
The working example:

Code: Select all

<HTML>
<BODY>
<IFRAME SRC="http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf#page=5&navpanes=0&view=FitH" WIDTH=1024 HEIGHT=768>
If you can see this, your browser doesn't 
understand IFRAME.
</IFRAME>
</BODY>
</HTML>
HTH
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
bubblehead
User
Posts: 3
Joined: Wed Feb 17, 2010 8:05 pm

Re: "Display in browser" settings

Post by bubblehead »

You are correct! I was able to use these parameters:

Code: Select all

#pagemode=none&scrollbar=1&statusbar=0&page=1&view=FitH,0
As you mentioned earlier toolbar=0 was not effective. I will be eagerly awaiting the next release.
Thank you.
tebbybabes
User
Posts: 3
Joined: Sat Jun 19, 2010 2:56 pm

Re: "Display in browser" settings

Post by tebbybabes »

Forgive me for being a total noob, but I can't seem to find a toolbar of any sort when I open a PDF in a browser tab. I'm using google chrome. I know an earlier post mentioned that I can customise the browser plugin... unfortunately, I fail to remember IF I even have the plug in. Any and all help would be greatly appreciated.

I also have to add that the reason I wanted a tool bar or a few buttons is that I wanted to be able to save a copy of the PDF opened in the browser.
tebbybabes
User
Posts: 3
Joined: Sat Jun 19, 2010 2:56 pm

Re: "Display in browser" settings

Post by tebbybabes »

tebbybabes wrote:Forgive me for being a total noob, but I can't seem to find a toolbar of any sort when I open a PDF in a browser tab. I'm using google chrome. I know an earlier post mentioned that I can customise the browser plugin... unfortunately, I fail to remember IF I even have the plug in. Any and all help would be greatly appreciated.

I also have to add that the reason I wanted a tool bar or a few buttons is that I wanted to be able to save a copy of the PDF opened in the browser.
Aha! Strangely enough, I managed to find the toolbar again. I must have just pressed F11 by mistake. No wonder I couldn't see anything. Silly me.
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19930
Joined: Mon Jan 12, 2009 8:07 am

Re: "Display in browser" settings

Post by Stefan - PDF-XChange »

Glad you restored your toolbars back tebbybabes.

Regards,
Stefan
tebbybabes
User
Posts: 3
Joined: Sat Jun 19, 2010 2:56 pm

Re: "Display in browser" settings

Post by tebbybabes »

Cheers, and thank you.
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19930
Joined: Mon Jan 12, 2009 8:07 am

Re: "Display in browser" settings

Post by Stefan - PDF-XChange »

:)