‎2009 Jul 24 10:08 AM
Hi Experts,
I am converting a smartform to pdf. That is, if I press print button in smartform, I have to store the pdf file in presentation server.
This I have done. If I press preview button, pdf preview I should see. I used the FM "YSSFCOMP_PDF_PREVIEW". But preview window is small and font also becomes small. Is there any other FM to have pdf preview with bigger font. Here I should not change the font in smartform style.
Thanks and regards,
Venkat
‎2009 Jul 24 10:24 AM
you can download the PDF (gui_downlaod) and show it with GUI_RUN.
‎2009 Jul 24 10:24 AM
you can download the PDF (gui_downlaod) and show it with GUI_RUN.
‎2009 Jul 24 10:25 AM
Hi,
Please refer the following link for Sending the Smart form in PDF format via Email.
https://wiki.sdn.sap.com/wiki/display/ABAP/SmartformSendvia+Email
Hope this helps you.
Thanks & Regards,
Tarun
‎2009 Jul 24 10:29 AM
Hello
Use SSFCOMP_PDF_PREVIEW
It download PDF file into TEMP folder on local station and run Acrobat for preview.
‎2009 Jul 24 10:30 AM
Hi
In u r FM YSSFCOMP_PDF_PREVIEW
change coordinates to u r requirement in the following statement
call screen 0300 starting at 1 1
it will display the preview in big font.
Regards,
Janakirama raju