PCL Identification

  • Thread starter Thread starter dellpc
  • Start date Start date
D

dellpc

Does anyone know how to definitively determine whether or not a file is of
type PCL5, by means of parsing the PDL stream with a language such as C++?

Thanks,

Dan
 
Does anyone know how to definitively determine whether or not a file is of
type PCL5, by means of parsing the PDL stream with a language such as C++?

Thanks,

Dan

The only definitive way would be to run it through a PCL5 interpreter.

Most software that does that is rather more simpleminded. If you
expect data to be either PJL, PS, PCL, Epson ESC or plain text, it's
not too hard to guess which with a few lines of checks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top