Avatar

Level 3

Thanks for responding.

Well, I have developed a small workflow based on PDF forms and LiveCycle LC.

The mechanics are as follows:

1 - Designer: Create and XDP forms related to the workflow.


2 - User: Click a link that (server side) generates a request to LC Forms (renderXDPForm, on the fly) and request the PDF form.

/ * Not used ReaderExtensions * /

3 - User: The PDF form is opened in Reader, it completes the form and finally the XML data is sent to servifor (workflow).

/ * The user can reopen the form, your data modifcar ... many times as desired * /

4 - User: When the user has finished filling out the PDF form, it is necessary to show a flat copy (and for this I use Adobe LC Assembler, to flatten PDF forms).

It is a requirement at this point that PDF forms are a simple PDF planes.

The process now I have implemented with two calls:


1. LC Forms (for the PDF form).
2. LC Assembler (for the flat version of the PDF form).

The scheme is the sigueintes:

1) myForm.xdp -> LC Forms.renderXDP ... -> myForm.pdf
2) myForm.pdf -> LC Assembler.invoke ... -> myFlattenForm.pdf

Clarify that by the time I do not use ReaderExtension.

Any other ideas? Why the message is not displayed in Reader 9.1.x or earlier? How is it possible that the message says you need a version higher than the most current available?