Skip to main content

Questions tagged [pandoc]

0 votes
1 answer
837 views

having a dilemma with downloading webpages and converting them to markdown, for example: F=$(curl -O --silent https://www.guru3d.com/story/msi-teases-spatium-m560-ssd-with-innovative-nonmetallic-vc-...
user avatar
2 votes
1 answer
161 views

I have a markdown file with a line in the header --- author: Author\thanks{Institute. Email [test](mailto:[email protected]).} --- My problem is: the link is not correctly interpreted by pandoc, even ...
ingli's user avatar
  • 2,039
23 votes
3 answers
24k views

what is the simplest tool to convert markdown to pdf in commandline? I have found howtos where people suggest to use pandoc, but the required packages need gigabytes of dependencies: apt-get install ...
Martin Vegter's user avatar
2 votes
1 answer
2k views

So I know you can use pagesize and geometry to set the page size of the PDFs Pandoc makes to presets (like a5, b5, etc), but is there a way to set a precise pair of dimensions? I'm going to be using ...
Alexis Purslane's user avatar
4 votes
1 answer
5k views

It is currently possible to insert a PDF as an image in markdown files through pandoc by doing this: # Hello World ![My PDF file inserted](my-pdf.pdf) Then you convert that markdown file with pandoc: ...
Creasixtine's user avatar
2 votes
1 answer
311 views

I'm trying to generate an ePub file with abbreviations. Here's an example: input.md: --- title: Test language: en --- # Test HTML is maintained by W3C. and abbr.md: *[HTML]: Hyper Text Markup ...
Anas R.'s user avatar
  • 161
3 votes
2 answers
3k views

I'm on Manjaro Linux. I have texlive-most installed. I'm trying to make pdf files from md with pandoc. However, I keep getting Permission denied errors. I've tried using pdflatex and pdfroff. Run ...
ChocolateOverflow's user avatar
1 vote
1 answer
1k views

Ultimately the final goal is to convert HTML to PDF. I saw this solution: https://github.com/SebastiaanKlippert/go-wkhtmltopdf but the above solution seems to require headless chrome in order to run....
Alexander Mills's user avatar

15 30 50 per page