cancel
Showing results for 
Search instead for 
Did you mean: 

Sapscript to PDF conversion - Issue on FontSize

Former Member
0 Kudos

Hi all,

I have a sapscript which when I display it in screen looks perfect, but when I convert to pdf (and send by e-mail) the font appears bigger.

I'm using CALL FUNCTION 'CONVERT_OTF', them SX_TABLE_LINE_WIDTH_CHANGE, and SO_NEW_DOCUMENT_ATT_SEND_API1.

The only issue that I have is when I got the mail and open the pdf attached the font is bigger

I tryed to check in ossnotes, I got some notes like 141901, 121862, I've tryed to check something here in forum...but as the issue is not exatly the mine, each answer say something diferent...change the device on open form, goes to SE73 and do something not clear, etc.

Can someone help me ?

Many thanks, best regards,

Gabriel

Accepted Solutions (0)

Answers (1)

Answers (1)

david_liu1
Advisor
Advisor
0 Kudos

Hello,

Review the following SAP note:

190669 Sending lists via SAPconnect

From note 190669:

The report in the version for 6.10 and higher contains important changes

from the 4.* versions:

1. Instead of SO_NEW_DOCUMENT_ATT_SEND_API1, you should use the module

SO_DOCUMENT_SEND_API1. The interface is the same.

Regards,

David

Former Member
0 Kudos

same issu

Former Member
0 Kudos

HI,

Try to get the Binary Data from the FM CONVERT_OTF and use the BCS classes to send the mail.

May help .

UmaS.