Hi, I use the following command to dump the text into a .gz file. But it involves an external command call of pigz.
$ java -jar pdfbox-app-2.0.20.jar ExtractText -startPage 1 input.pdf >(pigz -n > output.txt.gz) Is there a way to directly dump the output into a .gz file without calling an external command? -- Regards, Peng --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org For additional commands, e-mail: users-h...@pdfbox.apache.org