2007 Jul 21 1:41 PM
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.
2007 Jul 21 1:57 PM
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>
2007 Jul 21 2:09 PM
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.
2007 Jul 21 2:55 PM
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