2012 Aug 22 1:47 PM
hi all good day,
my mission reading PDF DATA brought me to this que...
1. when i read my PDF FORM i get the BINARY DATA.
2. How can i convert the BINARY DATA TO TEXT?
Please dont tell me to use these function modules...
SCMS_BINARY_TO_FTEXT CMS: Text entpacken (Binär -> Text)
SCMS_BINARY_TO_STRING CMS: Text entpacken (Binär -> Text)
SCMS_BINARY_TO_TEXT
SCMS_BINARY_TO_XSTRING CMS: Text entpacken (Binär -> Text)
i have used them and they return JUNK.
ex :
%PDF-1.6#%âãÏÓ
1 0 obj xmlns:xap="http://ns.adobe.com/xap/1.0/">
please anyone advice me to go forward any help is HIGHLY APPRICIATED.
Thank you,
kata.
2012 Aug 22 1:59 PM
AFAIK there is no such tool in Abap. You could try to find a web service that allows you to execute this conversion and call it in your report.
Look via google, or http://en.wikipedia.org/wiki/List_of_PDF_software#Converters or PDF to Text format.
Regards,
Raymond