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: 

send MAIL

Former Member
0 Kudos

HI

i have a pdf attachment to be made for a report output.now the report is of lengthly.so cant attach this file.it is getting truncated and attached....now how to get horizontal scroll in pdf..

1 ACCEPTED SOLUTION

madan_ullasa
Contributor
0 Kudos

Hi,

I am not sure if you can output a length greater than 255..... So you would have to split each line to less than this size and make it more than a single line....

regards,

Madan..

4 REPLIES 4

madan_ullasa
Contributor
0 Kudos

Hi,

I am not sure if you can output a length greater than 255..... So you would have to split each line to less than this size and make it more than a single line....

regards,

Madan..

Former Member
0 Kudos

Hi r u using SO_NEW_DOCUMENT_ATT_SEND_API1?

If so the length is controlled with 255. so make chunks of 255 and append.

former_member188685
Active Contributor
0 Kudos

see the comments of Thomas jung in the below weblog.

using carrage return you can contrl that i believe

Former Member
0 Kudos

pls people reply back