0

I don't have much knowledge regarding PCL6 file format. I wanted to know if there is any way to extract text out of PCL6 file using Java.

Thanks, Usman

1 Answers1

0

Convert the file to PDF (see Ghostscript/GhostPDL) and then use Apache Tika.

The first step will require to use some Runtime.getRuntime().exec(...)

atao
  • 835
  • 6
  • 13