cancel
Showing results for 
Search instead for 
Did you mean: 

Form to Image

Former Member
0 Kudos

Hi,

I have a Adobe Interactive form. After filling in the form and saving it, is it possible to convert the form into an image and pass it into R/3.

Thanks,

Prasy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prasy,, ,

This is very much possible.

The Interactive adobe form gets converted into binary/ byte array type. (That is why we map the datasource property of the interactive form, to a context of type binary).

All you have to now do, is convert this byte array, into a IWDResource type variable.

Now pass this resource variable value, to a context of type iwdresource, which is inturn mapped to the resource property of a Image UI element..

I hope this helps,

Regards,

Hanoz

Former Member
0 Kudos

Hi Hanoz,

I tried this but the problem is the Image UI has only a source property and it is of type string.

So i'm still not able to convert it into an image.

Thanks,

Prasy

Former Member
0 Kudos

Hi prasy,

In that case, you need to save the form at runtime into your src/mimes..

Regards,

Hanoz