Quote:
Originally Posted by Jellby
Simple: by forcing it
First, with the compressed size, you calculate the number of pages. Now the number of pages is fixed, and you place the pagebreaks in the uncompressed file so that you get the fixed number. There's no specification on the page length here, they'll be as long as needed to get the number of pages you calculated before.
|
Thanks for that. So they don't really use the count of actual characters at all. Only the byte count of the compressed file. Seems like they are fooling themselves.
Dale