|
|
Question : Problem: Regarding Form Feed Character for HP Printer
|
|
Hi, We have a HP LaserJet Printer 4050 TN PCL6 connected to our Windows Server. Our requirment is as follows:
We need to embed a form feed character in our application just before a particualar symbol so that the printer throws a page whenever this symbol is encountered. We need the form feed character to be inserted before the symbol so that the printer can read the this character and throw the page.
For example
if we have a page containing three alphabets A, B and C like
A Form Feed character B Form Feed character C
The printer should print the above in three pages viz.
Page 1 contains only A, Page 2 contains only B and Page 3 contains only C.
|
Answer : Problem: Regarding Form Feed Character for HP Printer
|
|
What application would you be using. If it is DOS it would be as follows.
[ctrl+p+esc]&l0H
l = lowercase L 0 = Zero H= Must be in capitals
This would do a forced Form feed.
|
|
|