Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

convert binary data to Text

Former Member
0 Likes
616

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.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
477

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