cancel
Showing results for 
Search instead for 
Did you mean: 

how to embed attachments in interactive form?

junwu
Active Contributor
0 Kudos

Hi guys,

current, customer wants to embed files(doc, exl or something like that) in adobe form,

is it supported in interactive form? or which version of interactive form support?

does that need a lot of coding? any tutorial is available?

thanks

John

Accepted Solutions (0)

Answers (1)

Answers (1)

aditya_niyogi
Participant
0 Kudos

Hi,

The code for the attachment can be implemented by attaching the object using the following javascript method:

myDoc.importDataObject(); (I have used myDoc and Sfile for storing the parameters) . Then using the export method of the same class this can be displayed.

However these class methods do not work in Adobe Read - you will require Adobe Acrobat to use this.

Thanks,

Aditya.

OttoGold
Active Contributor
0 Kudos

Attachments

http://eslifeline.wordpress.com/2009/04/06/adding-attachments-to-pdf-form/

Attachments for WDA form

Regards Otto

p.s.: depends if you want the system to add/read/remove the attachments for you or you want the user to work with it, you can learn about both from the links above