‎2013 Mar 26 5:42 PM
Hi,
I've searched all around and didn't find any answer to this question.
Is there any way to split a multipage tif file into single images, using ABAP?
Actually, I have the content of that image in xstring format. I doubt, but even thought if there's some way to identify the page break commands inside this xstring.
Tks.
Regards,
Flavio.
‎2013 Mar 27 8:43 PM
For ABAP image is just sort of a stream of binary data and there is not much you can do with it. The only thing I can imagine - and it's a stretch, really - maybe calling some utility via external command would do the trick?
Well, at least this is an interesting question.