diff --git a/Justfile b/Justfile index 2e0ca49..47980d2 100644 --- a/Justfile +++ b/Justfile @@ -1,3 +1,7 @@ export: pandoc 'תקנון מצוי עם שינויים.docx' -o takanon_with_changes_pandoc_export.md pandoc 'תקנון מצוי עם שינויים.docx' -o takanon_with_changes_pandoc_export.html + +pdf: + pandoc 'תקנון מצוי עם שינויים.docx' --pdf-engine=weasyprint -o takanon_with_changes_pandoc_export.pdf + diff --git a/takanon_with_changes_pandoc_export.pdf b/takanon_with_changes_pandoc_export.pdf new file mode 100644 index 0000000..90b699f Binary files /dev/null and b/takanon_with_changes_pandoc_export.pdf differ