Difference between revisions of "Wiki publishing"

From FHM Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
* Pandoc
* Pandoc
* WeasyPrint
* WeasyPrint
* PdfBook: https://www.mediawiki.org/wiki/Extension:PdfBook


== Commands and scripts==
== Commands and scripts==
Line 9: Line 10:
[https://pdfbook.readthedocs.io/en/latest/Installation.html Install pdfbook] and run this command:
[https://pdfbook.readthedocs.io/en/latest/Installation.html Install pdfbook] and run this command:
  pdfbook --short-edge yourpdf.pdf
  pdfbook --short-edge yourpdf.pdf
===Combine pdfs===
pdftk *.pdf cat output newfile.pdf
===Other digital tools===
===Other digital tools===
https://git.constantvzw.org/zine-machines/workshop-poster
https://git.constantvzw.org/zine-machines/workshop-poster

Latest revision as of 21:18, 20 September 2021

Wiki print

Commands and scripts

Make a booklet pdf

Install pdfbook and run this command:

pdfbook --short-edge yourpdf.pdf

Combine pdfs

pdftk *.pdf cat output newfile.pdf

Other digital tools

https://git.constantvzw.org/zine-machines/workshop-poster