Howto embed pdfs with specific height and link to specific page

What I’m trying to do

I want to embed a specific pdf-page and scale it to a specific height (e.g. #height=400, see Embed files - Obsidian Help)

Things I have tried

It seems to me that both commands work separately

  • #height=400
  • #page=20

but they do not work commonly…

Or did I miss something?

Try using an & in there. e.g.

![[mypdf.pdf#page=20&height=400]]
1 Like

wow, that’s nice, thank you!

And do you know, if it is possible to set the #page=22 command to views scrolled down or up a bit from the top of the given page?

=> e.g. the following command does not work: #page=22,4 or #page=22.4

1 Like

That I do not know but will report back if I find anything.

Also, I put in a request for the help docs to include the #page=20&height=400 example for combining the two. :memo:

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.