baruchel / txt2pdf

Text to PDF converter with Unicode support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HINT: Piping - Make my own Documentation

afgcons opened this issue · comments

txt2pdf -h | txt2pdf /dev/stdin -o txt2pdf_help.pdf

sudo fdisk -l | txt2pdf /dev/stdin -o disks.pdf

/dev/stdin as text input file name is working (as expected) !
txt2pdf.py copied to /usr/local/bin as txt2pdf

Neat, linked to in the wiki https://github.com/baruchel/txt2pdf/wiki#using-pipes - closing.