Hello,
I want to open PDF and convert it to sorted lines. Otherwise it will show false positives when rows are in wrong order.
I was able to sort my PDF convert text in Linux with this:
This works like a charm and I don't see many lines if I show only diffs.
I was not able to do the same in Windows.
I think this should work, but no:
Is somebody able to help?
I want to open PDF and convert it to sorted lines. Otherwise it will show false positives when rows are in wrong order.
I was able to sort my PDF convert text in Linux with this:
Code:
pdftotext %s - |sort > %t
I was not able to do the same in Windows.
I think this should work, but no:
Code:
PdfToText.exe%s - |sort > %t
Comment