Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle Reader Extensions
Viewing all 16271 articles
Browse latest View live

Trial Reader Extensions credentials error

$
0
0

Hello experts

 

I have just installed Windows x64 turnkey version of LC server.

I got some errors during installation (admittedly I should have make a note of these, sadly I havent) however these were not particulary descriptive so I have decided to continue and see if I will be able to fix these later.

At the moment I only had a look at admin console (seems to work fine) and I tried to launch Reader Extensions module but latter does not want to start. After logging in I am presented with following message:

 

Application alert

A fault occured while trying to access the list of Reader Extensions credentials

 

and subsequently I am being logged off.

 

I tried to find the cause of that issue in Trust Store to no avail.

 

Can anyone help?

 

Regards

Michael


Full save option

$
0
0

Hello,

 

In a flash application http://livecycleserver:8080/ReaderExtensions, when reader extending document, there is a "full save" checkbox.

 

When using ReaderExtensionsService -> Apply Usage Rights in LC process, there is not "full save" option. This option is also not documented

in ReaderExtensionsOptionSpec : http://help.adobe.com/en_US/livecycle/9.0/workbenchHelp/help.htm?content=001075.html

 

It seems, that ReaderExtensionsService works by default in the non-full-save mode.

 

Is it somehow possible to configure service operation Apply Usage Rights that it would work the same way as works flash application when Full save is selected ?

 

Thanks.

Reader extend through web service in VB.net

$
0
0

Hello all,

 

I've managed to add a Reader Extensions web service reference to my LiveCycle server in Visual Studio. I'd like to Reader extend a PDF but the only documentation I've been able to find uses C# and I'm working in Visual Basic.

 

Instead of spending too much time 'translating' I thought maybe someone here might be able to point me in the right direction to some documentation that uses Visual Basic as an example for adding Reader extensions through a web service.

 

Thanks in advance.

 

Kyle

Major issue with reader extended error message

$
0
0

Good morning everyone,

 

I've encountered a new problem last couple of days with my PDF forms that were all reader extended either via Server or Acrobat 10 & 11.

All my clients are reporting the following error message:

"This document enabled extended features in adobe reader. The use of the extended features has expired....."

 

Now my question is that what causes this to pop up? I did research a bit and it does reference a date/time issue, but im getting this issue, my clients are getting this issue.

 

Is there something else that could trigger this?

 

Now, to fix it right now, i can re-apply the extended reader function to the document, but that just feels like a band-aid solution as i will no doubt be hit with this problem again in the future.

 

Are there any other ways to fix this permenently as i do have hundreds of these suckers that will need fixing?

 

Thank you very much,

 

Patrick

Adobe LiveCycle Reader Extensions ES Version 8 - res problem

$
0
0

We have been using Adobe LiveCycle Reader Extensions ES Version 8 to create forms that are used internally within the business, but also externally for customers to complete and email back to us.

We haven't created new forms for a while, but now when we log into the LiveCycle Reader Extensions Server User Interface and try to res a form, it just times out.

It gets to the process status, and then just stalls and says that it's downloading, but nothing actually happens. Any ideas on a fix?

 

Webservice: method GET to WSDL url is OK - DocumentError: HTTP 405 on method PUT

$
0
0

Hi Folks

 

I just installed the "LiveCycle ES" Trial  VMWare-image for ESX-Server (which uses JBoss) and tried to call the  ReaderExtensionsServiceClient webservice using the java sample and  always get this exception:

...

Caused by: com.adobe.idp.DocumentError: 405: HTTP method PUT is not supported by this URL

...

 

I sticked to the adobe webservice client sample as shown in the source below. The sniplet does not show the real IP address.

The WSDL-url works fine for GET in the browser:http://server-ip-address:8080/soap/services/ReaderExtensionsService?wsdl&lc_version=9.0.0

The  services are all activated in the Trial VMWare-image. I did not import  ReaderExtensions credentials, as I was unable to find the view for this  in the AdminUI, but the Trial VMWare-image should have some  ReaderExtensions credentials preinstalled.

 

Any hints welcome what to change to get this working.

best regards

irgei

 

 

  Properties connectionProps = new Properties();
   connectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAUL T_SOAP_ENDPOINT, "http://server-ip-address:8080");
   connectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSP ORT_PROTOCOL,
      ServiceClientFactoryProperties.DSC_SOAP_PROTOCOL);
   connectionProps.setProperty(ServiceClientFactoryProperties.DSC_SERVER _TYPE,
      ServiceClientFactoryProperties.DSC_JBOSS_SERVER_TYPE);
   connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDEN TIAL_USERNAME, "Administrator");
   connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDEN TIAL_PASSWORD, "password");

   UsageRights usageRights = new UsageRights();
   usageRights.setEnabledComments(true);
          
   ReaderExtensionsOptionSpec options = new ReaderExtensionsOptionSpec(usageRights, "my usage rights message");


   ServiceClientFactory factory = ServiceClientFactory.createInstance(connectionProps);
    ReaderExtensionsServiceClient service = new ReaderExtensionsServiceClient(factory);
   Document inDocument = new Document(new File(testBaseDir, "test-input.pdf"), false);

   Document rightsApplied = service.applyUsageRights(inDocument, "", "", options);
   rightsApplied.copyToFile(new File(testBaseDir, "test-output.pdf"));

Adding extended rights to third party PDF document & licence

$
0
0

Hi dear support team,

 

We have the following workflow that should be supported:

 

1. Person A generates a PDF document within our java application (third party library). The document should contain the editable fields. Some of them are filled with our application.

2. Person A sends the generated document to person B, who fills in the required fields, saves it and sends back to person A.

3. Person A loads the filled document back to our application (optional).

 

There will be about 0-5 such documents every day.

 

We have the following questions:

 

1. PDF document should contain the reader extentions so that person B could save it. What product do you recommend in order to add the extended rights to the third-party PDF document within the java aplication?

2. What licence is suitable in our case? (We already have Acrobat Licence)

3. What costs we'll face?

 

Thank you very much in advance for your answer.

Adobe LiveCycle Reader Extensions issue

$
0
0

Hi all,

 

I have an issue about ARES. When I create a PDF file and use password to secure the document and “Changes Allowed” is set as “Commenting, filling in form fields, and signing existing signature fields”, the commenting doesn’t work and display the error as below:

 

Warning: JavaScript Window-

This document is not enabled for review in Adobe Reader. You must use Adobe Acrobat to review this document.

 

Other documents which is not set password security can be commented normally. Please give me some advices.

 

Any idea will be appreciated!

 

Regards,

 

Ryan


Can use adobe livecycle reader extensions es to compile adobe livecycle designer ES3 file?

$
0
0

Hi ,

 

I am using livecycle designer ES and livecycle reader extensions es to create some PDF files. I want to use the new feature action builder, so I downloaded the designer ES3. After creating some new files, I tried to use livecycle reader extensions es (old version) to convert the file to add the saving function to adobe reader. It could not convert the file successfully and stuck at downloading the file page as the attached screen. Does that mean I have to upgrade livecycle reader extensions es to es3? Thanks in advance.

New Bitmap Image.jpg

 

Regards,

 

Craig

TRIM, LiveCycle and PDF forms

$
0
0

Hi,

 

I am using LiveCycle Designer ES3 to produce a form to which I then applied reader extensions through Adobe Acrobat Pro XI. The users of the form have been using Adobe Reader 9 to fill out and save the form. The form is loaded into TRIM (a records management system. See http://www8.hp.com/au/en/software-solutions/software.html?compURI=1173707) and via a TRIM workflow various users fill it out as required. This was working okay in TRIM until a recent network changeover and this is where the explanation gets complicated.

 

The form hasn't changed but some users are now on a different network from the TRIM server and these users are also using Reader XI. When trying to get the form out of TRIM to work on it they get a message "This document enabled features in Adobe Reader. The document has been changed since it was created and use of extended features is no longer available. Please contact the author for the original version of this document.". Upon opening the form they find it locked down and they cannot make any changes, let alone save them. The thing is the document has not been changed. What has changed is that the document is in TRIM. TRIM is on a different network and the users have to log into it to access it.

 

I sent a Reader XI user a form via email and they were able to edit and save it. When the user uploaded it to TRIM and tried to open it they received the errror message and were unable to edit the document at all.

 

Any suggestions or thoughts are much appreciated.

 

Thanks,

Greig

What replaces Adobe LiveCycle Reader Extensions ES4?

$
0
0

I'm currently using Adobe LiveCycle Reader Extensions ES4.  We use this to extend our PDF acroforms so they can be run in Reader and execute the JavaScript.  As I understand it this product is reaching end of life. What is Adobe LiveCycle Reader Extensions ES4 being replaced with?  I've read several posts regarding this issue but there seems to be some confusion regarding LiveCycle Reader Extensions versus LiveCycle Designer.  I am not using LiveCycle Designer.

How do you programmatically "enable for commenting"?

$
0
0

I have seen a million forum posts where people want to programmatically enable their pdfs for commenting, and the answer is: use LiveCycle.  We are considering buying LiveCycle for our server JUST for this purpose, since there doesn't seem to be any other way to do it.  Before we do, I want to know how it would work.  Since I don't have livecylce, I can't very well poke around and figure it out, and I don't see any free trial downloads.  Can anyone explain how you would go about this task?  On the other hand, isn't the pdf an open document standard?  Is there any way to modify the pdf "under the hood" to enable it for commenting, without using the Acrobat menu item?

Purchase Only liveCycle Reader Extension ES

$
0
0

I want to run only LiveCycle Reader Extension ES. Is it possible?

 

If possible, are there any scope to purchase liveCycle Reader Extension ES software?

Trial Reader Extensions credentials error

$
0
0

Hello experts

 

I have just installed Windows x64 turnkey version of LC server.

I got some errors during installation (admittedly I should have make a note of these, sadly I havent) however these were not particulary descriptive so I have decided to continue and see if I will be able to fix these later.

At the moment I only had a look at admin console (seems to work fine) and I tried to launch Reader Extensions module but latter does not want to start. After logging in I am presented with following message:

 

Application alert

A fault occured while trying to access the list of Reader Extensions credentials

 

and subsequently I am being logged off.

 

I tried to find the cause of that issue in Trust Store to no avail.

 

Can anyone help?

 

Regards

Michael

Licensing of LC Reader Extensions ES3

$
0
0

Dear All,

 

We need guidance on how the Reader Extensions ES is licensed. We know that it is licensed "Per Recipient" or "Per Document". We will be glad if someone gives some guidance on how this module is licensed.

Regards,
Haluk Cavusoglu

Innovatech


Reader Extensions ES2 Credential file

$
0
0

Can anybody tell how the credential file is obtained ?

 

I tried to configure reader extentions in LiveCycle ES2, but it requires credential file, password and user-specified name. I could not find it.

 

Rudi

opening the form will remove usage rights?

$
0
0

Hi everyone,

 

 

  I reader extended a form in my trial version. After that, when I try to open the form in livecycle designer, I see a message box saying that

 

" Some usage rights have been applied to the form you want to open. Opening the form will remove usage rights. Do you want to continue? "

 

Why is this message appearing? why is it removing the usage rights when I open the form?

 

Thanks in advance,

kc

Custom PHP Script to Post to Reader Extender

$
0
0

Hello all,

 

What APIs are available to post data using an HTTP request to the reader extensions server and then have a response back of the PDF that is extended? Is there any documentation?

How to make a PDF LiveCycle Reader Extended?

$
0
0

Hi Everybody

 

I have installed Adobe LiveCycle Reader Extension Server into my machine. But i don't know how to use this to make a pdf reader extended. Please Help me in this regard.

 

Thanks,

Manjeet

What is this error about? Caused By: Number in document is either greater than 2,147,483,647 OR les

$
0
0

Greetings,

I am using ES3 to generate a PDF from and XFA assembly.

It is Reader Extended, has form fill-in and Digital Signature enabled - and a Document Open password.

 

On occasion, when I recieve one of these documents back - instead of being able to remove the Usage Rights in my LiveCycle process, I get the error above.

 

Removing Usage Rights, Removing Password, Get Signature Fields all fail similarly.

Unlocking Document does not error out.

 

 

Any Idea what is 'wrong' with the document?

Acrobat X Pro has no issues opening and accessing the document

 

Thanks

Mark

Viewing all 16271 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>