![]() |
I am new to PDF development with Adobe LiveCycle Designer ES and do not understand the difference in the terminology between a "static" PDF and a "dynamic" PDF. Isn't a "static" PDF just a regular PDF that is downloaded and printed? |
One of the first things I want to make sure is clear is that a "static" PDF document can still provide interactive fields to a user that has downloaded a PDF and has opened it with the free Adobe Reader or Adobe Acrobat. Calculations can occur and a great deal of interaction can take place between the user and the PDF form. Although it can be, it is not limited to the constraints of a document that is simply downloaded and printed or simply viewed. In the LiveCycle Designer world we typically call a non-interactive print & view document a "flat" PDF. The difference lies with the actual look and feel of the form. With a static form the fields of the form remain in the same position and look the same way. The number of pages also remains the same. If you opened PDF that had 30 fields and 5 pages, when you submit it electronically or print it out, it will still have 30 fields and 5 pages. A dynamic form on the other hand, may have fields that change in number, appearance, size, color, any number of aspects. Entire sections of the form can appear, disappear, or repeat any number of times. The dynamic form you submit electronically or print out, may look entirely different from the document you started with. A document with 30 fields and 5 pages may turn into a document with 10 fields and 1 page or 300 fields and 50 pages depending on the logic encoded into the form. Where people usually run into difficulty and end up with a little less hair at the end of the day is with the "Save As" part of the Design process. If you save a PDF form as an "Adobe Static PDF Form (*.pdf)" the appearance of the form will not change regardless of your code. Of course, if you save your form as an "Adobe Dynamic XML Form (*.pdf)" and there's no code in your form that would cause it to change then it simply won't change.
|
Recently in Questions Category
![]() |
We have no problems with a PDF form within Workspace when starting a process but when opening a new task assigned to a user we receive either the following 404 message inside Workspace or a message that says "Acrobat could not open 'filename' because it is either not a supported file type or because the file has been damaged...". How can we resolve this issue?
|
||
This usually occurs when you have a Document Form type variable in your process and in the Advanced Options of the variable you have selected the "Call the render service only once" checkbox.
While there are no issues associated directly with rendering only once, you need to ensure that you are passing a rendered PDF document to the next user in your process. To ensure that this is the case, open your form template (the XDP associated to this variable) and look for a hidden button with the name "FSSUBMIT_". This hidden button is part of the Process Fields set of form fields you should have placed on your form initially. By default the form will only submit the XML Data Package (XDP) of the form and not the PDF itself.
If the task assignment step in your process uses the Document Form type variable that is configured to only be rendered once then the user attempting to view the assigned task will not be able to view the PDF as it has not been properly rendered. To correct this problem change the Submit As parameter of the "FSSUBMIT_" hidden button on your form to "PDF". This will ensure that the entire PDF itself is returned to your process and not just the data. Once this is corrected, re-save your form and start your process again. This will not correct any tasks that have already been assigned but new tasks should work well.
If you'd like to take a look at a working sample of this concept, feel free to download this sample. |
![]() |
When do I need to license Adobe® LiveCycle® Barcoded Forms ES software? |
If you add a Paper Forms Barcode object to a fill-and-print PDF form using either Designer or Acrobat and the value of the barcode will change while opened within the free Adobe Reader then the PDF form you are distributing needs to be licensed with an Adobe® LiveCycle® Barcoded Forms ES license. Here are a couple of scenario's that may help you understand this concept further: Scenario 1:
Scenario 2:
*Take note that the encryption mechanism used in Reader 7.x is not a "feature" that can be turned on or off. It is a licensing mechanism only. Encrypted barcodes cannot be read by the Adobe Decoder. Scenario 3:
Scenario 4:
If you are still not sure of the concept, take a look at these samples and be certain you test your forms with the free Adobe Reader prior to distributing them to ensure that they have been properly licensed.
This first sample only contains "//" in the form1.#subform[0].PaperFormsBarcode1::calculate - (JavaScript, client) event and this.rawValue="123456789101112131415"; in the form1.#subform[0].PaperFormsBarcode1::initialize - (JavaScript, client) event. The barcode value will not change at runtime and if printed using the free Adobe Reader, the Barcode will still render correctly. adobe_livecycle_barcoded_forms_no_license_initialize_only
This sample has not been properly licensed and the barcode contains the default auto-generated script to include all contents of the PDF form at runtime. Because the form is not licensed properly and the barcode value changes at runtime the barcode will either encrypt itself in Reader 7.x or become hidden in Reader 8.x or higher. |






