type
status
date
slug
summary
tags
category
icon
password
有时我们会遇到转换或下载的 PDF 可能出现没有目录的情况,这对于快速查找十分的不便,而 pdf.tocgen 正是一个能够为 PDF 自动生成目录的工具。
pdf.tocgen
Krasjet • Updated Aug 27, 2023
Installation
Contents
pdfxmeta
: 根据标题的字体属性、位置提取元数据并生成配置文件。
pdftocgen
: 根据配置文件生成目录。
pdftocio
: 导入生成的目录到PDF。
Workflow
- 用
pdfxmeta
查找并匹配标题格式: -p
: 指代标题所在页码-a
: 指代标题层级> recipe.toml
: 导出配置文件,若仅作查询可去掉
- 用
pdftocgen
生成目录并导出:
- 用
pdftocio
导出带目录的新文件:
- Author:Jarrett Au
- URL:https://blog.coding-park.top//article/toc-gen
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!