./fromwebtopdf.sh --input [list] [options]
The list is a file containing entries with the source url and the target pdf name. Example:
https://fr.wikipedia.org/wiki/Paris paris.pdf
https://fr.wikipedia.org/wiki/France france.pdf
-c
or --clean
: delete log and fail files.
-r
or --rebuild
: do not use cache for the container build.
-i
or --input
: specify the list to take input from.
-l
or --log
: log the activity of the container build and the pdf generation.
-h
or --help
: display this help.
./fromwebtopdf.sh --input ./list.txt --clean --rebuild --log