You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Mickaël Tansorier 3e34544808
Initial commit
3 years ago
images Initial commit 3 years ago
LICENSE Initial commit 3 years ago
README.md Initial commit 3 years ago
catalogue_de_services.html Initial commit 3 years ago
catalogue_de_services.pdf Initial commit 3 years ago
style.css Initial commit 3 years ago

README.md

Description

Ce dépôt contient une page html et son css afin de répertorier, mettre en page et modifier facilement une liste d'outils et de Logiciel Libre. La suite du document décrit comment générer un pdf à partir de ces fichiers.

Prerequis

Sous linux, insaller le paquet wkhtmltopdf.

Génération de PDF

Executer dans un terminal la commande suivante:

pandoc catalogue_de_services.html -t html5 --css style.css -o catalogue_de_services.pdf -V margin-left=3 -V margin-right=3 -V margin-top=3 -V margin-bottom=3

Auteurs

Mickaël Tansorier mickael@tansorier.fr