cancel
Showing results for 
Search instead for 
Did you mean: 

Saving the interactive adobe for as readonly or non-interactive form

Former Member
0 Kudos

Hi,

I want to save the interactive form in the final submission as non ineractive or readonly.Though i could able to save the form as pdf but the form is editable.Can any one suggest solutions for this.

Thanks in advance.

Dev

Accepted Solutions (0)

Answers (1)

Answers (1)

amolgupta
Active Contributor
0 Kudos

hi Deb,

GOTO...

interactive form ->properties

SET

enabled=false

your interactive form will become read only.

regards,

-ag.

Former Member
0 Kudos

Hi Amol,

Thanks for your reply..

But my requirement is like ;we will be filling the online interactive form and the data will go to the datasource and also we are keeping the pdf as an archive which need to be read only.Need to change the property dynamically...

Can i set this property to false in the implementaion of the submit button.

Regards,

Deb

amolgupta
Active Contributor
0 Kudos

hi,

that should be easy.

make a Context attribute <xxx> of type "boolean"

GOTO

interactive form->properties ->enabled

there instead of choosing "true" or "false", you can bind it to a context attribute.(click on ...)

By default make the context "true" so that it is enabled.

at some particular event when you want it to be disabled. set the bound context to "false".

this should help.

regards,

-ag.

Former Member
0 Kudos

Hi Amol,

I have tried the way you have said,but it does't work.The saved form in the local drive is still interactive.Please tell if i am doing anything wrrng.

Regards,

Debasis Nayak

amolgupta
Active Contributor
0 Kudos

hi,

let me check it myself...

i'll revert back.

keep trying on your part.

regards,

-ag.

Former Member
0 Kudos

Thanks a lot amol.

Though i could make the form non-interactive while viewing the it online but not while saving the form as an archive.I have tried all means but was not successfully.Please help me out .

Regards,

Debasis Nayak

amolgupta
Active Contributor
0 Kudos

hi

are u using Adobe Reader 7.0 Standard or Adobe Reader 7.0 Professional.

<b>when i save my enable="false" , read only form, it remains read only.</b>

but when i was saving the form onto the filesystem...

a message flashed... something like...

"this form will not let you save data unless u r using Adobe Reader 7.0 Standard/Professional"

thats why i asked ....

regards,

-ag.

Former Member
0 Kudos

Hi,

I am using 7.09 adobe version.When i say enable=false ,i could make it read only in some condition while viewing that form online.But i need to send the pdf as non interactive though email which is not happening.I hope you understand what my requirement is.Also i am able to save the form in the application server but as interactive form(need to save it as non interactive).

Regards,

Deb

amolgupta
Active Contributor
0 Kudos

hi Deb,

when i make the form Read Only by setting enabled="false" the form remains read only.

i.e. after i made it read only, in the online scenario.

then i saved it, manually, on the file system.

then i opened that pdf by Adobe Reader.... it was still READ ONLY.

regards,

-ag.