Skip to content

whyun-docker/pandoc-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pandoc-pdf docker image

使用 pandoc 来生成 pdf 文档,支持中文字体 。

Usage

Building pdf

FROM yunnysunny/pandoc-pdf:latest  AS build-stage

COPY . /data
RUN pandoc *.md  -o gen.pdf --pdf-engine=weasyprint \
--table-of-contents --toc-depth=4

FROM scratch AS export-stage
COPY --from=build-stage /data/gen.pdf /

Tag

1.0.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published