Application Development 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: 

regarding datasets........urgent plz...

Former Member
0 Kudos
96

Hi,

Is there any FM to convert pdf to text format?

the output what i want is the pdf file in text format.that is when i open the pdf file with notepad we will get pdf string like some %pdf -1.3.....so on.you can try it by opening some pdf file with notepad.

so i want that as output.is there any FM for that.....

Regards,

Sharma.

3 REPLIES 3

Former Member
0 Kudos
56

SX_OBJECT_CONVERT_OTF_PDF Conversion From OTF to PDF (SAPScript conversion)

OTF_CONVERT wraps several other function modules. Will convert OTF to ASCII or PDF

CONVERT_OTFSPOOLJOB_2_PDF converts a OTF spool to PDF (i.e. Sapscript document)

regards,

srinivas

<b>*reward for useful answers*</b>

0 Kudos
56

Hi srinivas,

my requirement is i have some smartform data in otf format.so i am converting it into pdf format by using fm CONVERT_OTF .so as we know the output from that fm is pdf table .but it contains some junk data (like japanese characters).i want this pdf string there...so how to do that....

thanks,

sharma.

Former Member
0 Kudos
56

CONVERT_OTF_MEMORY - SAPscript: Convert OTF from memory into text format

CONVERT_OTF - Convert OTF format to various formats (TLINE table)

CONVERT_OTF_2_PDF - Convert OTF to PDF (TLINE table). OTF can be filled used archivelink. Calls CONVERT_OTF.

CONVERT_OTF_2_PDF_ARCHIVELINK - Convert OTF to PDF (TLINE table). Calls CONVERT_OTF. Looks like the function names for these two functions are mixed up

Regards,

Pavan