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