问题标签 [rst2pdf]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 为什么模板存在时 rst2pdf 会给出 TemplateNotFound 错误?
我正在使用 rst2pdf 库通过 Sphinx 生成 PDF 文档。但是,当我尝试这样做时,最终会出现以下错误:
我可以确认模板位于路径中:
任何想法为什么 pdfbuilder 可能无法找到提供的模板?
python-sphinx - Sphinx: Use a different directive for a different output format
Assume you have a reStructuredText document and want to export it in two formats using Sphinx 2.x: HTML and PDF.
You want to put some slightly different contents in these two formats. For example, the text "I am HTML" appears in the HTML version whereas "I am PDF" appears in the PDF version in the same location of the document.
Use a replace directive like below will give you "I am HTML" regardless of the export format.
Can you use a different directive for a different export format?
python-sphinx - Sphinx rst2pdf 和角色指令
在 Sphinx 2.x 上的 reStructuredText 中,我想放置一个根据输出格式而变化的内容。
在任何源文档中,比如 index.rst,添加以下行:
我希望它显示“我是 HTML!” 当输出格式为 HTML 时,“我是 LaTeX!” 如果它是 LaTeX(即使在通过 pdflatex 将产品转换为 PDF 之后)和“我是 PDF!” 如果是PDF。
我使用 HTML 版本制作make html
,我只看到“我是 HTML!” 正如我所料,在网络浏览器中:
安装rst2pdf
. 将以下行放入conf.py
:
制作PDF版本
更新。下面是输出。没有错误。我使用 WSL 1 (Ubuntu 18.04) 运行它。
我看到“我是 PDF!LaTeX!HTML!” 这包括所有三个项目。
有什么办法可以得到“我是 PDF!” 或“我是 LaTeX!” 在 PDF 文件中?
笔记。
- 在将此行为报告为错误之前,请有人帮我检查它是否是意外行为或设计的。
- 这个问题源自我之前问过的另一个问题:StackOverflow: "Sphinx: Use a different directive for a different output format"。
python - rst2pdf AttributeError:“PDFWriter”对象没有属性“custom_cover”
不能再创建PDF了,早些时候我可以,但后来我想我在我的mac上搞砸了我的python安装......
我运行这个命令:
问题描述不知道重现问题的步骤...(抱歉)
我尝试重新安装 rst2pdf。这工作没有任何错误。
我尝试重新安装 pdfbuilder: 只能卸载它。当我想重新安装它时,我收到了这个错误:
版本
蟒蛇-V
Python 2.7.10
点冻结| grep rst2pdf
rst2pdf==0.96
点冻结| grep 报告实验室
reportlab==3.5.42
点冻结| grep 狮身人面像
Sphinx==1.8.5
您使用的是哪个操作系统?
MacOS Mojave 10.14.1 (18B75)
pdf - 使用 rst2pdf 自动将文本内容拟合到页面
rst2pdf 是否提供自动调整文本大小以使项目符号或编号列表适合页面以用于演示目的?类似于 LaTeX 提供的。