tabula-java
tabula-java copied to clipboard
Pipe from curl to tabula
I'd like to pipe a pdf page from wget/curl to tabula-java, like this:
curl url | java -jar <tabula-java.jar> -
but that doesn't work! Can this be done ? If so, how?
sean