问题标签 [asciidoctor-pdf]
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.
asciidoc - asciidoctor(-pdf) 仅从 pdf 中排除内容
我有一个 mydocument.adoc 文档,其中包含指向其自身 pdf 版本的链接,如何不将其包含在 pdf 本身中,(使用 asciidoctor-pdf 生成)......在生成 html-5 版本时仍然包括它,使用 asciidoctor ?
asciidoc - 如何翻译或删除 asciidoctor-pdf 在生成的 pdf 中插入的“章节”和“目录”字符串
用法语编写的 asciidoc 文档,但 asciidoctor-pdf 以英文“Chapter”字符串开头的章节和带有英文“Table Of Content”标题的内容表。如何替换/翻译/避免最终 pdf 中的英文字符串?
spring-boot - 使用 swagger 的 pdf 格式的 api 文档
我有 Spring Boot 项目,我想记录它的 Rest Controller。我已经在项目中添加了招摇,当我在浏览器中访问 url http://localhost:5053/pmt/v2/api-docs 时,它会正确生成 json,因为我在 application.properties 中定义了以下属性:
但是我想要pdf格式的文档。所以我用下面的 pom 创建了另一个 maven 项目
我的期望是因为我使用 http://localhost:5053/pmt/v2/api-docs 作为招摇输入,html & pdf 文件将在相应的输出目录中生成。但没有任何事情发生。我错过了什么?这是Maven输出:
pdf - 如何在 Asciidoctor 中配置页码起始页
我正在使用 asciidoctor 和 asciidoctor-pdf。我想在第三页之后开始页码。我怎样才能在 .yml 文件的 asciidoctor 中做到这一点?
我当前的页脚配置是
documentation - Asciidoctor:将 git commit hash 存储在 pdf 中
我想.adoc
使用 asciidoctor 从文件中生成 PDF
asciidoctor-pdf Doku.adoc
如何将当前的 git sha1-hash 打印到 PDF 中?
asciidoc - 从 ASCIIDOC 生成 Mastering the Lightning Network PDF 的最佳方法
“掌握闪电网络”一书可通过 Github ( https://github.com/lnbook/lnbook ) 访问,并且有多个 asciidoc 文件构成这本书。许可证是免费供自己使用以生成pdf。所以我看了一点怎么做,似乎不太容易。听起来有点像 Latex,但我发现不是从文件中制作 pdf 的快速方法。我发现了类似 Asciidoctor 的东西。我不确定这是否是最好的方法。因此,我将不胜感激如何以最简单的方式生成这本书的提示。