mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
9 lines
259 B
Markdown
9 lines
259 B
Markdown
|
|
#Create PDF#
|
||
|
|
|
||
|
|
Pandoc can be used to generated PDF from a markdown file like this
|
||
|
|
|
||
|
|
pandoc -f markdown_github GettingStarted.md -o GettingStarted.pdf
|
||
|
|
|
||
|
|
See here for information on Pandoc
|
||
|
|
[http://johnmacfarlane.net/pandoc/](http://johnmacfarlane.net/pandoc/)
|