I try to print a label with this printer. Because a client has still windows 98 systems i programmed a label print in two versions. Once with VPE6 and once with vpe3.5
Size of the label. Width 10,5 cm length 15 cm
With VPE 6. The preview looks perfect.
If i start the printer dialogue i can see, that in the printer the sizes of the label are not the upper values. Width is shown 0.10 cm length 64 cm. Even if i correct them, the label is not printed, but minimum 20 blan labels.
The same programm with VPE35 and without the commands
- Code: Select all
poVPE.UnitTransformation = VUNIT_FACTOR_MM10
poVPE.EngineRenderMode = VENGINE_RENDER_MODE_VER3
prints perfect.
What can i do.