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

Split multipage tif image

Former Member
0 Likes
516

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.

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
466

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.