Quantcast
Channel: Adobe Community : Discussion List - LiveCycle Reader Extensions
Viewing all 174 articles
Browse latest View live

Server Backup

$
0
0

Hello,

 

Is there a tool in LiveCycle to run server state backups, namely the Certificate status?

 

Thank you for any ideas.

 

Marcos


Minimum requirements

$
0
0

My organization has a need to allow the general public to download and save fillable various PDF's from our existing public facing website.  Obviously the general public most likely has Adobe Reader and can't save without us unlocking the form.  Since it will likely be over 500 users, Adobe Professional buys me nothing.  I don't have the need to collect the data entered in the forms electronically or have then submitted on-line or need digital signatures.  What is the abse minimum infrastructure I would need to allow multiple users in the organization to create forms that are savable in Reader by the end user and post those forms on our existing website?

Annotations and Attachments

$
0
0

Just as some background: At a high level, we are trying to allow users with Adobe Reader the ability to add attachments and have them sent across via a form button submit to a well known URL/server. We have determined (thanks to your engineering folks and our own investigation) that attachments or any extra data is sent when you use the XDP payload submit type. However, at the first glance you would think that simply adding the EF.* group of permissions (relating to attachments) would suffice. But it would appear that attachments need to be sent via annotations.

 

So in order to do this, we are setting the Annot.* usage rights on the document. The problem is when we open the document in Adobe Reader X (10.1.1) or Adobe Reader 8.1.0, annotations or comments are not permitted despite us inspecting the PDF and confirming the proper permissions are set (via PDFBox's PDFDebugger tool).

 

As a side note, the only Annot permission that appears to cause us problems during setting is Annot.Online. We get the following exception: IDL:com/adobe/document/pdf/NotAllowedByCredential:1.0. Is this permission required to be able to annotate documents properly? We've been referring to the Developer's Guide and API and nothing indicates dependencies between usage rights.

 

Our code base is quite old (5 years old) and we are using Adobe LiveCycle Version 7.0 with Reader Extensions.

 

Any insights would be great.

Reader-extended form and expiry question

$
0
0

Hi,

 

I have a question about reader-extended forms and expiry.

Will the following scenario exist?

 

Current Reader Extension License Expiry Date : 1st April 2012

Template reader extended on : 31st Dec 2011 with the above license

User opens form on 1st June 2012. Is the form still reader-extended at this point?


Do note that we do not reader-extend (as an activity in our process) each time the form is rendered. We instead reader-extend the template and place it in as an asset in our LCA.

 

Thanks,

Bernard

XML data empty after reader extending form

$
0
0

Hi,

 

I'm having a strange problem with Workspace and Process Management after reader extending a form.  The form is bound to a schema, and on an unextended form, the data passes from task to task with all entered information in tact. But as soon as I reader extend the form and deploy it into my application, after the initial submission all I have is a set of empty data:

 

<xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/">

    <xfa:datasets xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">

        <xfa:data>

            </ServiceRequestForm>

        </xfa:data>

    </xfa:datasets>

</xdp:xdp>

 

In the unextended version, ServiceRequestForm is full of data as passes from task to task.

 

My workspace start point Action Profile uses '/Process Management (system)/1.0/Submit PDF Form.process' to submit the form.  On the unextended form the Submit PDF Form process runs, but after extending the form it never runs (confirmed by the fact that it does not record the process on an extended form).  Unfortunately I cannot extend the form in the Action Profile itself.

 

Does anyone know why this might be happening, and what I can do to fix it?

 

Thanks,

K

Installation of Adobe LiveCycle Reader Extensions ES2

$
0
0

Hi,

 

Adobe has informed us that we need to use Adobe LiveCycle Reader Extensions ES2 in stead of Adobe LiveCycle Designer ES 8.2. We had some doubts about the reason why, but that's a different issue.

 

Now, when we want to order Adobe LiveCycle Reader Extensions ES2 we need to indicate on what application server we will install (IBM WebSphere / Oracle WebLogic / JBoss). However, I want to install it on a desktop pc. Can anybody explain me which of the 3 options I need to order? What is the difference?

 

Thanks in advance!

 

Erik

Reader Extensions ES WebApp

$
0
0

Hi all,

 

I have a problem when I try to reader extend a form using Reader Extensions webapp (http://[host]:[port]/ReaderExtensions).

I can upload the form, select the rights and then when I click "Apply", the progress / waiting bar "Download" keep running and nothing happens.

 

Did anyone ever encoutered this issue ?

Is there a solution ?

 

Regards,

 

Thomas

The document has been changed since it was created and use of extended features is no longer availab

$
0
0

Hi.

 

I have a new and clean Windows 2008 Server which I installed Adobe Livecycle ES3 on with Reader Extensions. I did apply the credential file which Adobe supplied, but noticed that the pfx file is from 2009(Could this cause a problem). The server is new and nothing else was installed on it.

 

When reader extending a form, I get:
The document has been changed since it was created and use of extended features is no longer available.

 

On a new clean server??????
We are also on the latest version of everything.(ES3, Adobe Reader X, Acrobat Pro X)

 

 

 

What can cause this?


Saving a form

$
0
0

I have a form which is reader extended,when the user click save and rename the form,and then click next button,It opens a new form with the old name it was using before it was renamed and the user will be having two forms opened ,Does anyone have any idea how i can stop this .thanks

How to upgrade database sqlserver for LiveCycle Reader Extensions

$
0
0

I have to upgrade from sqlserver 2005 to sqlserver 2008 my LiveCyle Reader Extensions.

What is the best way to do it?

 

I have export de data base 2005 to a new one in sqlserver 2008 with the same name and same user of LiveCycle.

 

Change these 3 files:

 

Adobe\Adobe LiveCycle ES2\jboss\server\lc_turnkey\deploy\adobe-ds.xml

Adobe\Adobe LiveCycle ES2\jboss\server\lc_turnkey\deploy\mssql-ds.xml

Adobe\Adobe LiveCycle ES2\jboss\server\lc_turnkey\conf\login-config.xml

 

Restart Jboss and i get this error:

 

2012-05-23 12:01:01,048 WARN  [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] UserM:GENERIC_WARNING: [Thread Hashcode: 17004889] The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

2012-05-23 12:01:01,048 ERROR [com.adobe.idp.config.AdobePreferenceFactory] UserM:GENERIC_ERROR: [Thread Hashcode: 17004889] Problem with system rootcom.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12293 errorCodeHEX:0x3005 message:The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.

 

Any ideia?

 

 

Thanks

CG

Reader Extending Removes Certification

$
0
0

Hi All,

 

I am seeing an issue with LiveCycle Reader Extensions 10.0.0.0 that when I try to reader extend a certified PDF XFA Form it removes the certification.

 

The certificate I am using is not a CDS cert so I was wondering if this is causing the issue?

 

Kind Regards

 

Kev

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

Calling Reader Extensions from a Java application

$
0
0

Hello there!

 

A client would like to invoke Reader Extensions from a Java application and get the extended PDFs back...

Their software generates course certificates and they want to be able to apply digital signatures using Adobe Reader.

 

So I've got two questions:

 

1. Is it possible to extend a PDF document created by a non Adobe software? This software was developed by the client (an Univesity IT team).

 

2. IF answer to question 1 is YES, is it possible to call Reader Extensions from a Java application and get the resulting PDF back automaticaly, without using the Web interface?

 

I imagine this will require a process in Workbench, right? If so, will they need any additional module other than Reader Extensions?

 

Thank you for any ideas!!

 

Marcos

Stop users saving completed PDFs from their browsers.

$
0
0

Hi,

 

We are rendering PDF eforms in a browser using LiveCycle and submitting user-entered data back to the server. We have set the Reader Extensions 'Basic form fill-in' option in the LiveCycle WorkBench orchestration so they can fill in the fields but have discovered that if they Ctrl-S they can save a copy locally which includes their filled in data.  We do not want them to be able to do this.

 

How can we allow users to fill in forms in their browser and submit but not save locally?

 

Thanks,

 

Kieran

Adobe Reader Extension Server Installation

$
0
0

Hi Everybody

 

I want to know about the installation of Adobe Reader Extension Server. I have Adobe LiveCycle ES2 service pack installed into my machine. Now, i want to install Adobe Reader Extension ES3 into my machine.

 

I want to know, will it be work with my machine? Will Reader Extension ES3  be compatible with LiveCycle ES2 service pack?  Is there any way to use Reader Extension as trial version?

 

Please help me in this regard.

 

Thank you

Manjeet


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

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

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

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?

Merge pdf page

$
0
0

Hi everyone !

 

I would like to merge pdf documents : I have a client who wants to send a PDF to several people. Each person puts his annotations (like comments) into the document.

Then, I get all pdf (always the same, with several comments) and merge it in one PDF with all comments.

 

I thought I was able to do it with a simple DDX file, but I can't find a way to do it !

 

How can I do it ?

 

Thank's for your help !

 

FYI, the configuration is : LiveCycle ES + Reader Extensions (I don't think that's help).

(I hope I post in the right place to ask this.)

Viewing all 174 articles
Browse latest View live


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