Form Feed

How can I prevent the Form Feed ( FF, 0x0C ) command in the end of
graphics printing by Pp.escp2 driver?

Thank you.

For Form Feed I use function PpPrintNewPage in this context:


if( PpPrintStart( pc ) ) {
PtDamageWidget( PrintWidget );
PpPrintNewPage( pc );
PtFlush();
PpPrintStop( pc );
}

But this don’t need work right. This depend on version Pp.escp2, your type of printer and
Photon version.
You can try it.

Majo.

Leonid Khait <lhait@diaspro.com> wrote:

How can I prevent the Form Feed ( FF, 0x0C ) command in the end of
graphics printing by Pp.escp2 driver?

Thank you.

But I need reverse: I have FF command already. My problem is how to prevent
( delete, cansel ) this
command after graph Pp.escp2 print?

Marian Oklapek <majo@microstep-mis.sk> ÚÁÐÉÓÁÎÏ × ÓÔÁÔØÀ
<ac4upt$rai$1@charon.microstep-mis.sk>…

For Form Feed I use function PpPrintNewPage in this context:


if( PpPrintStart( pc ) ) {
PtDamageWidget( PrintWidget );
PpPrintNewPage( pc );
PtFlush();
PpPrintStop( pc );
}

But this don’t need work right. This depend on version Pp.escp2, your
type of printer and
Photon version.
You can try it.

Majo.

Leonid Khait <> lhait@diaspro.com> > wrote:
How can I prevent the Form Feed ( FF, 0x0C ) command in the end of
graphics printing by Pp.escp2 driver?

Thank you.