Recentemente ho scoperto lo strumento /System/Library/Printers/Libraries/convert
in grado di convertire HTML, DOC, ... in PDF.
Funziona alla grande ma ha alcuni argomenti opzionali che non sono documentati: -a 'name=value ...'
. Sono davvero interessato a loro perché questi dovrebbero controllare più del processo di 'stampa'.
/System/Library/Printers/Libraries/convert
Usage: convert [ options ]
Options:
-e Use every filter from the PPD file
-f filename Set file to be converted (otherwise stdin)
-o filename Set file to be generated (otherwise stdout)
-i mime/type Set input MIME type (otherwise auto-typed)
-j mime/type Set output MIME type (otherwise application/pdf)
-P filename.ppd Set PPD file
-a 'name=value ...' Set option(s)
-U username Set username for job
-J title Set title
-c copies Set number of copies
-u Remove the PPD file when finished
-D Remove the input file when finished