Sunday, 21 July 2019

VIEW a PDF from TCC

Instead of opening Adobe Acrobat to view the content of a .PDF file, I use the following Alias;

Code:
alias pdf2txt=`tpipe /input=%1 /simple=76 | *view`

While formatting from the PDF is lost, it still allows me to view the contents of the PDF from TCC.

Joe

No comments:

Post a Comment