Page 1 of 1

Open the pdf by a page predefined

Posted: Fri Jan 11, 2019 10:16 pm
by Esgrimidor
Have line commands to open the pdf by a predefined page ?

not bookmark
number of page

is it possible ?

Best Regards

Re: Open the pdf by a page predefined

Posted: Fri Jan 11, 2019 11:20 pm
by TrackerSupp-Daniel
Hello Esrimidor,

While I am not personally aware of any command line options to force a PDF to open to a specific page, so long as the document does not already have a page defined, it is possible to define a page in html links by adding #page=N, to the hyperlink, like so:

<A HREF="http://www.example.com/myfile.pdf#page=4">

This also works for UNC servers, so the following example would work too:

<A HREF="\\servername\folder/myfile.pdf#page=4">

I hope that this helps!

Re: Open the pdf by a page predefined

Posted: Sat Jan 12, 2019 7:01 am
by Ovg
Isn't this works?

from Viewer Help

PDFXCview.exe /A "page=nnn" mypdffile.pdf


Update:

I just tried this by myself and it's working like a charm! :mrgreen:

Re: Open the pdf by a page predefined

Posted: Sat Jan 12, 2019 5:58 pm
by Will - Tracker Supp
Thanks OVG! :D

Re: Open the pdf by a page predefined

Posted: Mon Jan 14, 2019 12:28 pm
by Esgrimidor
It's working !

Thanks everybody

Best Regards

Re: Open the pdf by a page predefined

Posted: Mon Jan 14, 2019 12:34 pm
by Tracker Supp-Stefan
:)