Replies: 1 comment
-
Tried the first three, and all of them worked fine on my system. (Didn't try others.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to generate a pdf from a webpage. I'm on Ubuntu 18.04 using pandoc 3.2-1. I've installed TeXLive and have all the languages installed for babel. I did a fresh install of openbabel. When I run any of the commands below, I get the same error. How can I generate a pdf without getting this error? I have also tried en-GB and en-US as lang options.
pandoc -f html -t pdf http://www.columbia.edu/~fdc/sample.html -o test.pdf
pandoc -V lang=en -f html -t pdf http://www.columbia.edu/~fdc/sample.html -M lang:en -o test.pdf
pandoc -V lang=english -f html -t pdf http://www.columbia.edu/~fdc/sample.html -M lang:english -o test.pdf
pandoc -V babel-lang=en -f html -t pdf http://www.columbia.edu/~fdc/sample.html -M babel-lang:en -o test.pdf
pandoc -V babel-lang=english -f html -t pdf http://www.columbia.edu/~fdc/sample.html -M babel-lang:english -o test.pdf
pandoc -V babel-lang=en -f html -t pdf http://www.columbia.edu/~fdc/sample.html -M babel-lang:en -o test.pdf --pdf-engine=xelatex
pandoc -V babel-lang=english -f html -t pdf http://www.columbia.edu/~fdc/sample.html -M babel-lang:english -o test.pdf --pdf-engine=xelatex
Beta Was this translation helpful? Give feedback.
All reactions