2007 Dec 21 7:17 AM
Hi Experts,
I am using FM "CONVERT_ABAPSPOOLJOB_2_PDF"
to convert a spool to PDF.
Its working perfectly all right
the issue is the Page in PDF is Landscape, but i want Portrait
Also the fond is very very small when i print the PDF
Is there any way to change it or any parameters in FM to do it.
Please let me know.
Thanks,
Vaibhav
2007 Dec 21 9:09 AM
use the FM 'SET_PRINT_PARAMETERS'
and pass LAYOUT = X_LANDSCAPE
The values for Layout can be found in the Table 'TSP1D'
Awrd Points if useful.
Bhupal
2007 Dec 21 8:50 AM
use the fm getprintpatameter
and set the value of layout & line-size..
may be its solved ur problem.
regards,
arpit
2007 Dec 21 9:09 AM
use the FM 'SET_PRINT_PARAMETERS'
and pass LAYOUT = X_LANDSCAPE
The values for Layout can be found in the Table 'TSP1D'
Awrd Points if useful.
Bhupal