Skip to main content
Participant
January 30, 2022
공지사항

how to open a pdf IN ACROBAT with a specific page/in Adobe eine bestimmte PDF-Seite öffnen

  • January 30, 2022
  • 2 답변들
  • 1709 조회

Hi, (deutsch unten)

when somebody has a system that opens pdf files in a browser, you can tell a browser to open a specific page of that file by adding a "#page=" and the page number behind the ".pdf".

But that doesn't work in any of the Adobe software I tried out. If I open a file
info.pdf#file=4
then the Adobe software behaves as if only
info.pdf
was given. What parameters does Adobe software need to open a specific page?

 

thanks!

 

Deutsch funktioniert hier im Forum wohl schlecht. Es geht darum, daß der an den Dateinamen angehängte Schalter nach dem Muster #page=3 nur in Browsern funktioniert, ausgerechnet aber Software von Adobe selbst ignoriert diese Angabe und öffnet trotzdem die erste Seite...

Ich habe gefragt, wie man Adobe Software vorgibt, welche Seite eines PDFs im aktuellen Fall geöffnet werden soll.

이 주제는 답변이 닫혔습니다.

2 답변

Legend
January 30, 2022

Be aware also that 

1. Not all browsers honour these parameters.

2. Some browsers honour them for http URLs but not local files.

Bernd Alheit
Community Expert
Community Expert
January 30, 2022
Adom작성자
Participant
January 30, 2022

ok, then then there is no possibility, thanks

<Acrobat path> /A "<parameter>=<value>" "<PDF path>"

is not possible for you can't know what software is installed and what the path is

 

parameters are only possible after the ".pdf" like the given sample info.pdf#file=4

 

thank you!