## playing with pdf on the  command line
form.pdf  :  form.odt
	ooffice   --convert-to pdf $<
	pdfseparate -f 4   $@  page-%d.pdf
	pdfunite page-*.pdf $@
	rm page-*.pdf
## https://langevin.univ-tln.fr/hints/
## pl, April 2023.
