Hi again,
I searched my documents and found one functionstone which might be able to fix it, because you can choose your destination for converting.
CALL FUNCTION 'SX_OBJECT_CONVERT_OTF_PDF' "
EXPORTING
format_src = " sx_format Current format
format_dst = " sx_format Required format
* addr_type = " sx_addr_type Transmission method
* devtype = " sx_devtype SAPscript device type for conversion
* funcpara = " sx_funcpar Optional function parameter
CHANGING
transfer_bin = " sx_boolean
content_txt = " soli_tab
content_bin = " solix_tab
objhead = " soli_tab Object header
len = " so_obj_len
EXCEPTIONS
ERR_CONV_FAILED = 1 " Conversion could not be executed
. " SX_OBJECT_CONVERT_OTF_PDF
Maybe you can give it a try...
Additional to that, I know there is some customizing available for the converting, but I forgot to make me a node about it. Perhaps you can dig for it using the functiongroup. I'm away for the next few days so if you do not find anything let me know and I will try to remember it when back in town.
~Florian