public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: yujie zhang <yujiezhang017-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: When passing the "footer-html" parameter to wkhtmltopdf, an error occurs: HostNotFoundError.
Date: Fri, 28 Jul 2023 08:52:02 -0700 (PDT)	[thread overview]
Message-ID: <6ddb5148-3ebd-4660-b66e-446173fb4e6an@googlegroups.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1502 bytes --]



I am using the PDF engine wkhtmltopdf to convert a given markdown file to 
PDF. When I use --pdf-engine-opt to pass the parameter "footer-html" to 
wkhtmltopdf, I always encounter the following error, regardless of whether 
I include the --enable-local-file-access option or not:
[image: image] 
<https://user-images.githubusercontent.com/19329479/256867710-61c3b08f-8a50-4421-8798-0d4bc49f0a5f.png>

My pandoc command line is as follows, and the input.md file, convert.css 
file, header.html file, and footer.html file involved are all in the same 
directory as pandoc.exe on the local machine.
pandoc --pdf-engine=wkhtmltopdf -s --css=convert.css -f markdown -t pdf 
--pdf-engine-opt="--enable-local-file-access" 
--include-in-header=header.html --variable=margin-top=0in 
--variable=margin-bottom=0.333in --variable=margin-left=0in 
--variable=margin-right=0in --dpi=200 input.md -o test.pdf 
--pdf-engine-opt="footer-html footer.html" 
*Pandoc version: *3.1.6

Also, does anyone know how to add a page number and footer to each 
generated page of the PDF using the wkhtmltopdf engine?

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/6ddb5148-3ebd-4660-b66e-446173fb4e6an%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 3085 bytes --]

             reply	other threads:[~2023-07-28 15:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-28 15:52 yujie zhang [this message]
     [not found] ` <6ddb5148-3ebd-4660-b66e-446173fb4e6an-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-07-28 16:47   ` 'William Lupton' via pandoc-discuss

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6ddb5148-3ebd-4660-b66e-446173fb4e6an@googlegroups.com \
    --to=yujiezhang017-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).