Skip to Content
2
Former Member
Jun 11, 2009 at 09:00 AM

GUI_Download PDF

6435 Views

Dear all

I use

CALL FUNCTION 'CONVERT_OTF'

EXPORTING

format = 'PDF'

IMPORTING

bin_filesize = w_binfilesize

bin_file = w_binfile

TABLES

otf = t_ofdata

lines = t_lines.

To create my PDF File.

Now I like to save this to my PC with GUI_Download.

Which is the data_tab I have to save? When I use t_ofdata, Acrobat Reader can't open the file. T_lines is empty.

Herbert