Reasoning for my question:
Using VB6 (the programming language I'm familiar with), I want to use a print function to send a page of text to various monochrome laser printers on 8.5 x 11 paper. The amount of text to be printed on the page needs to be 5% coverage + or - 0.5% tolerance in a 8 x 10 print area. The text also will basically be a page full of the letter "E" and the E's need to space throughout the print area equally distanced as possible and each line staggered.
Problem:
With all the common laser printers, HP and lexmark mainly it takes a different amount of E's to produce my desired 5% page coverage. Some E pages may be the same for more than one model it seems.
My question:
What attribute(s) of these laser printers cause this difference? Is it soley the drivers? Would it be different on the same model whether using a PCL or Postscript Driver? Is there a way to calculate how many "E's" would be needed for a particular printer or its driver?
If I can figure a way then I can have in my program an option to select different models even maybe ask the user if a PCL or Postscript driver is being used and then the appropriate E page will be printed. I actually own most of the monochrome laser printers in existance especially the HP and Lexmark ones.
Using VB6 (the programming language I'm familiar with), I want to use a print function to send a page of text to various monochrome laser printers on 8.5 x 11 paper. The amount of text to be printed on the page needs to be 5% coverage + or - 0.5% tolerance in a 8 x 10 print area. The text also will basically be a page full of the letter "E" and the E's need to space throughout the print area equally distanced as possible and each line staggered.
Problem:
With all the common laser printers, HP and lexmark mainly it takes a different amount of E's to produce my desired 5% page coverage. Some E pages may be the same for more than one model it seems.
My question:
What attribute(s) of these laser printers cause this difference? Is it soley the drivers? Would it be different on the same model whether using a PCL or Postscript Driver? Is there a way to calculate how many "E's" would be needed for a particular printer or its driver?
If I can figure a way then I can have in my program an option to select different models even maybe ask the user if a PCL or Postscript driver is being used and then the appropriate E page will be printed. I actually own most of the monochrome laser printers in existance especially the HP and Lexmark ones.
