The Computer Oracle

Zooming size of pdf files and bookmarks

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Digital Sunset Looping

--

Chapters
00:00 Zooming Size Of Pdf Files And Bookmarks
00:29 Accepted Answer Score 10
02:13 Answer 2 Score 2
02:31 Answer 3 Score 0
03:07 Answer 4 Score 0
04:09 Thank you

--

Full question
https://superuser.com/questions/306803/z...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#pdf #adobereader #evince

#avk47



ACCEPTED ANSWER

Score 10


No, it does not change back to 'default', whenever the bookmarks are clicked. It changes back to 'Fit page to window'.

Why is this?

And it does so, because each of the bookmarks is defined with an additional parameter to do exactly this. In your PDF's code this is equivalent to this snippet:

 7319 0 obj 
    <</D [1457 0 R /Fit] /S /GoTo>>
 endobj

It's the /Fit part of the snippet where the /GoTo action tells the viewer to render the destination page (specified by /D) which the file holds in object 1457 0 obj as 'Fit to window'...

How can you change this?

Not without any modification to the PDF file itself. You cannot setup your viewer to ignore these instructions which are in the PDF code (at least I'm not aware of any viewer that does allow this...).

So you have to edit your bookmarks in your PDF file.

With Adobe Acrobat Pro you can do this by right-clicking on a bookmark, selecting Properties... from the popped-up context menu and changing the 'zoom' for that bookmark from 'Fit page to window' to '$whateveryouprefer'.

There may be other PDF editors (Foxit Reader is a good guess) which also allow bookmark editing, but I'm not familiar enough with these to tell for sure without looking it up....

Update:

If you dare, you can open your PDF in a text or hex editor. Search for all spots which contain /Fit. Change these to /XYZ (Attention, there are more than 600 of these in your file -- if you are familiar with sed, the stream editor, you could use that tool as well). That will cause Acrobat Reader to keep the current zoom factor when jumping to the target after clicking a bookmark.




ANSWER 2

Score 2


open the document, go to thumbnail view, select all the pages, right click for page properties, choose action tab click add button, choose view>zoom>fit to height, close

go to bookmark view. click on bookmarks and page view is default for all




ANSWER 3

Score 0


Setting the Bookmarks > Properties to Zoom = Fit Height worked. However, I also had issues when PDF links would expand the zoom % to "custom." Although the Bookmark/Properties fixed the issue for the most part, I could see that after clicking the link, the view would adjust itself from large/custom to the fit height setting. The flicker that this caused was unnecessary and bothersome.

I fixed it by editing each link in the Action tab and then clicking Edit, then editin the Zoom to Fit Height. Save each link.




ANSWER 4

Score 0


I would like to share how could I change zoom settings for all bookmarks for my own preferences in Adobe Acrobat Reader 2022. Decision turn out pretty simple and without using any plug-ins and pay money for it. First of all we need to open all bookmarks(top and sub-level bookmarks must be visible in panel), further activate cursor on this panel and press standard combination keys Ctrl+A for select all bookmarks. Selecting process may will take a few seconds, further choose bookmarks properties(right click of any selected bookmark) and choose Actions -> Edit -> Zoom(choose zoom preference). Futher press OK, surely you must save this PDF with new settings zoom and name. If you then open new PDF and click any bookmarks in left panel it have zoom which right for you. Most of PDF's have no problem with choose zoom settings for all bookmarks, but some don't let do it, available settings for only one bookmark per time. It very annoying to set every bookmark and may will take a lot of time, but my way let to change zoom for all bookmarks at one time.