Maximum PCL/Postscript page length
I'm working in a company that has a Java printing server,
which parses PCL files by it self and looks for a Page-Separator (and some other things, like tray commands) in the files and so on...
I've encountered a problem with a certain Pcl file that has 24 pages separators but it's actually 26 pages (cause the offset is big enough in 2 pages to pass to a next page when it's actually printed!)
So what I want to do, is to check the length of a Pcl file (for each page) and see if it passes a certain value to say it's a next page (even without having the Page-separator command)
... what is the maximum side of A4 page in Pcl?? (I mean byte size of course :p )
can anybody help??
E.D
ALPHA-CSP Software Engineer