在第一个文件中嵌入可滚动的 pdf
如何在第一个文件中显示可滚动的 pdf。我已经尝试过 ..image::
和 ..figure::
但它们不起作用,只显示 pdf 文件的路径,如下所示
谁能告诉我如何嵌入 pdf,最好是可以显示在第一页上的可滚动 pdf,而不是使用可下载文件<代码>:下载:。提前致谢。
How to display a scrollable pdf in a rst file. I've already tried ..image::
and ..figure::
but they didn't work and showed only the path to the pdf file like shown below
Can anyone tell how to embedd a pdf, preferable a scrollable pdf which can be displayed on the rst page rather than a downloadable file using :download:
. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一种选择是找到一个可以显示 PDF 的服务,以便您可以在 iframe 或 div 中滚动它。请参阅 https://stackoverflow.com/a/291823/2214933
然后使用
原始
指令 插入原始 HTML。One option would be to find a service that will display the PDF such that you can scroll it within an iframe or div. See https://stackoverflow.com/a/291823/2214933
Then use the
raw
directive to insert raw HTML.