如何使用 ReStructured Text 嵌入完整的 pdf?

How do I embed full pdfs using ReStructured Text?

如何使用重组文本嵌入 pdf?使用以下指令,我只得到第一页。

.. image:: /pdfs/cv.pdf

对于上下文,我正在尝试在基于 Pelican 的博客中执行此操作。

一个名为 pdf-img 的 Pelican 插件描述说:

Searches for any tags within your article for which the source is a PostScript, EPS, or PDF file. It will produce a PNG preview of the file and this PNG will be displayed as the image. This preview will also act as a link to the original file. If the PDF/PS/EPS file is a multi-page document, then only the first page will be used for the preview.

这就解释了为什么您会得到这些结果。

我找不到 "embeds a PDF" 的插件(我假设你想在你的 Pelican 博客中嵌入一个 PDF 查看器来显示整个 PDF,允许查看器在 iframe 中滚动浏览它或类似的东西),但你可以 try searching for others.