Esiste un modo semplice per convertire un file di testo Unicode in PDF sulla riga di comando su macOS?

1

Che cos'è un modo semplice per convertire un file di testo Unicode in PDF sulla riga di comando su macOS?

Si può aprire un file di testo, ad es. TextEdit e stampalo come PDF. Esiste un equivalente a riga di comando?

    
posta Anders Lundstedt 21.02.2017 - 01:58
fonte

1 risposta

2

Quanto segue è stato testato su Mac OS 10.12.1.

Per convertire un file di testo Unicode text.txt in un file pdf text.pdf:

textutil -convert html test.txt
cupsfilter test.html > test.pdf

Per specificare il carattere:

textutil -font 'Menlo Regular' -fontsize 11 -convert html test.txt
cupsfilter test.html > test.pdf
    
risposta data 21.02.2017 - 01:59
fonte

Leggi altre domande sui tag