User Tools

Site Tools


help:developer_tools:pandoc

DATA ANALYTICS REFERENCE DOCUMENT

Document Title:Pandoc
Document No.:1571212573
Author(s):Gerhard van der Linde
Contributor(s):

REVISION HISTORY


Revision


Details of Modification(s)

Reason for modification

Date

By
0 Draft releasePandoc usage reference 2019/10/16 07:56 Gerhard van der Linde

Pandoc

Advanced usage examples

Convert a web page to a pdf document.

pandoc -V geometry:"top=2cm, bottom=1.5cm, left=2cm, right=2cm" -s https://statistics.laerd.com/spss-tutorials/testing-for-normality-using-spss-statistics.php -t latex -o testing-for-normality-using-spss-statistics.pdf
-V geometry Set the page size parameters
-s <URL>Page source
-t target. If latex and names extension is pdf, it uses latex to create a pdf file
-o specify the output file name
help/developer_tools/pandoc.txt · Last modified: 2020/06/20 14:39 by 127.0.0.1