- Aug
- 2,320
- 111
Instead of opening Adobe Acrobat to view the content of a .PDF file, I use the following Alias;
While formatting from the PDF is lost, it still allows me to view the contents of the PDF from TCC.
Joe
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