Hello everybody,
we want to count the pages in a PCL 6 or PCL XL file, respectively. PCL 5 or below is based on ASCII text, so parsing for some commands which indicate a page switch is no problem. PCL 6 is a binary stream where the size of the commands and parameters is not fixed. How to parse this?
Does anybody know where I can find some information and some examples about PCL 6 and rules for building the binary steams?
Thanx a lot
Pascal Jost
University of Stuttgart
Germany
we want to count the pages in a PCL 6 or PCL XL file, respectively. PCL 5 or below is based on ASCII text, so parsing for some commands which indicate a page switch is no problem. PCL 6 is a binary stream where the size of the commands and parameters is not fixed. How to parse this?
Does anybody know where I can find some information and some examples about PCL 6 and rules for building the binary steams?
Thanx a lot
Pascal Jost
University of Stuttgart
Germany