我正在尝试将我现有的asciidoc文档转换成pdf。Asciidoctor-pdf看起来很简单,我可以将单个文件转换成pdf。 asciidoctor-pdf -a pdf-theme='./theme/styles.yml' -a pdf-fontsdir='GEM_FONTS_DIR, theme/fonts/' 01-intro.adoc 但我的文档分散在许多文件中
我想做一个脚本,可以下载一个网站作为PDF。用户应该能够输入网址(https://stackoverflow.com/)和下载到的文件路径(c:\Bob\ PDF )。= pdfkit.from_url(url, "file.pdf")download to. c:\Bob\PDF is an example of a