Skip to content

Commit 36af070

Browse files
update README
1 parent 250adfe commit 36af070

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,19 @@
8686

8787
1. [幻灯片模板](style-marp.md)
8888
2. [RISC-V与X86 CPU硬件特征的对比介绍](rv-x86-hardware-info-video.md)
89-
3. 如何生成PDF slides
89+
3. 如何生成PDF/pptx slides
9090
- [ubuntu 用 markdown + vscode + marp 编写 slides 并输出为 pdf](https://www.cnblogs.com/luyi07/p/14736322.html)
9191

9292
```
9393
marp --pdf --html --allow-local-files lec[1-9]*/*.md # for building PDF slides
9494
marp --pptx --html --allow-local-files lec[1-9]*/*.md # for building pptx slides
9595
```
96+
97+
4. 如何合并pdf files
98+
99+
```
100+
# Debian/Ubuntu 安装 poppler组件,包括 pdfunite工具
101+
sudo apt install poppler-utils
102+
# 合并pdf files
103+
pdfunite input1.pdf input2.pdf input3.pdf output.pdf
104+
```

0 commit comments

Comments
 (0)