Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个 pdf 文件右上角的徽标。它必须是可点击的并且必须保持固定,所以如果读者向下滚动它必须保持在同一个地方,这样徽标就会留在屏幕上。
有人知道怎么做吗?
这对于 PDF 页面是不可能的。任何可见内容都属于一个页面,因此当页面滚动时,所有与页面相关的内容都会滚动。
我认为这在 PDF 中是不可能的。但是,您可以在网站上使用 jQuery 来做到这一点。