cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Interactive Forms

Former Member
0 Kudos

Hi Experts,

When my Adobe Interactive Form is displayed, I get the following message.

'This document contained certain rights to enable special features in Adobe Reader. The document has changed since it was created and these rights are no longer valid. Please contact the author for the original version of this document.'

I checked up the corresponding SAP Note # 937460

I have Adobe Reader 7.0.8, but still the message appears.

Regards

Abdullah

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

1)Goto J2EE Sever Engine Console

2)Login

3)Services

4)Document Service Configuration

5)Check your Credintial in above section. if you do not have,

Credinatial alise should be "ReaderRights".

6) Goto Deply in Services

7)Goto PDFObject in Deploy and restart it.

i hope it will work. if you have any problem you can download ADSconfiguration guide this site

If you have any quation, e-mail me back, if you need configuration guide e-mail me:

raviinuk@gmail.com. i will send you.

Thanks and Regards

Ravi Golla

Answers (1)

Answers (1)

Former Member
0 Kudos

Abdullah,

Check SAP Note: 917773. If that doesn't solve your problem, then try to forcibly set the reader rights for the form using PDFObject API.

IWDPDFObject pdfObject = WDPDFObjectFactory.getPDFObject();
pdfObject.setTemplate(<"templateStream">);
pdfObject.setUsageRights(null, PDFObject.getAllUsageRights());
pdfObject.setInteractive(true);

In fact, a good document that you can refer to start with this API is available <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1bbc91c3-0401-0010-91bc-a25b2a3dff19">here</a>

Bala

Former Member
0 Kudos

Hi Bala,

I am unable to use PDFObject API. I am not able to import

com.sap.tc.webdynpro.pdfobject.api

Regards

Abdullah

Former Member
0 Kudos

Hi Abdullah,

Check ur user rights,it may be Reader rights or any right.Your user has to be assigned to ADSCallers group.In case ue rights got expired,u have to add PKCS file in AdobeDocumentServices in Visual Admin.I hope it should solve the problem.

Regards

Sumit