Hi Folks, we facing an issue with the spool conversion in pdf.
We are using the FM CONVERT_OTFSPOOLJOB_2_PDF and upload the file on an application server.
The pdf is opening correctly but we have noticed that after the %%EOF they are others characters and this avoid the destination system to process the file.
Is it normal having characters after the %%EOF?
Since it's a binary file how to remove these characters ( if it possible).?
After the conversion we upload it in an application server using
OPEN DATASET fullpath FOR OUTPUT IN BINARY MODE MESSAGE srvmsg ...
Regards.