TCC (x64) Version 27.01 Build 23 [27.01.23]
Microsoft Windows 10 Pro (21H1) [10.0.19043.985]
According to the help, Tpipe's "simple=76" filter will convert a pdf file to a text file. I've tried it with several pdf files but the output is always a zero byte file.
Microsoft Windows 10 Pro (21H1) [10.0.19043.985]
According to the help, Tpipe's "simple=76" filter will convert a pdf file to a text file. I've tried it with several pdf files but the output is always a zero byte file.
Code:
d:\temp>dir /km test*
14/05/2021 16:30 754,835 test.pdf
d:\temp>tpipe /input=test.pdf /output=test.txt /simple=76
d:\temp>dir /km test*
14/05/2021 16:30 754,835 test.pdf
22/05/2021 22:16 0 test.txt