Expand my Community achievements bar.

Image into pdf

Avatar

Level 1

Hi,

I have created a pdf form using acrobat 9 pro. I also have lifecycle designer es.

I am using fdf to import some data into the form before sending to client. This data is client specific. I also have some images which I want to import.

The location of the images and the name remains constant although the actual image does not - it gets generated by another application and sent to c temp.

I have put a image box which allows user to brows to where it is and include it that way, but since the name and location is constant i would prefer it if I could press a button and have them imported.

Once the image is imported I do not want the client to be able to tamper with it.

Is this possible?

Thanks in advance.

Will

2 Replies

Avatar

Former Community Member

Will,

I think making the image field readOnly should do the trick. For example, attach form1.page1.img.access = "readOnly"; to a button event or the click event of the ImageField itself.

Steve

Avatar

Level 1

Hi,

Sorry, how do I attach this code? Also, can I apply some script to import an image into the pdf?

Thanks,

Will