Hi,
Extracting the following response from @ChanakaAmarasekara which seems to apply to this issue as well.
- If this is direct print or preview and print check the settings of the printer. Note the following is an example and the actual path will change from printer to printer and drivers.
Eg: - General Tab > Preferences… > Layout tab >Orientation
- Advanced Tab > Printing Defaults… > Layout Tab >Orientation
- Device Settings > Orientation
- Have a look at the link https://docs.ifs.com/techdocs/Foundation1/040_administration/250_operational_reporting/200_overriding_printer_settings/default.htm and see if you can override the settings when direct printing (setPageSize, rotateAndCenter, rotate etc.)
- In addition test with the .net Print Agent and see if the issue is the same.
Thanks,
Kasun
Kasun, thanks for the quick reply, I will test it in the next few days.
Greetings Peter
I have tested with the following parameters (I tried it with true and false values), in the printer driver I have set portrait and landscape, the result is always the same. Only a section of the label is printed rotated by 90°.
<PRINTER_MAPPING>
<LOGICAL>PRT13</LOGICAL>
<PHYSICAL>PRT13</PHYSICAL>
<printparams>
<property name="ShrinkToFit" value="true"/>
<property name="rotateAndCenter" value="true"/>
</printparams>
</PRINTER_MAPPING>
Does anyone else have an idea what this could be?