Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with resolution in printing graphics in SAPScript

Former Member
0 Kudos

Hello,

I want to print grey scale pictures in SAPScript at a low resolution. But in this case I get a very rough resolution with dots. When I print with the same low resolution out of windows I get grey scale without any rough resolutions and dots. Has anybody an Idee where this difference in printing from windows and printing from SAP comes and how you can solve this problem?

Thanks, Lars.

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

the IMAGE attributes are maintained in table STXBITMAPS.

if you have any problem with resolution they you can modify the attributes of the image in this table

resolution,height,width...

regards

vijay

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

I think you can change the Image Resolution in SE78, in Atributes there is an option but i am not sure you can do that. but you can upload the image with the resolution which you want to be in script..

regards

vijay.

0 Kudos

Hello,

thanks for your comment, but I had already this information. I want a good grey scale print with a low resolution because if you make the resolution high the file archives become quite big which costs money for hardware.

My personal impression is, that you can't solve this problem because it is problem of the printing drivers that SAP uses. So one has to look for better third party solutions or wait until SAP has better printing drivers.

Regards, Lars.

former_member188685
Active Contributor
0 Kudos

the IMAGE attributes are maintained in table STXBITMAPS.

if you have any problem with resolution they you can modify the attributes of the image in this table

resolution,height,width...

regards

vijay

0 Kudos

Thanks Vijay,

Regards, Lars