Este contenido no está disponible en el idioma seleccionado.
18.4. Fill-in-forms
If you have a complex, pre-generated PDF with named fields, you can easily populate it with values from your application and present it to the user.
<p:form>
|
Description
Defines a form template to populate.
Attributes
|
<p:field>
|
Description
Connects a field name to its value.
Attributes
|
<p:form
xmlns:p="http://jboss.com/products/seam/pdf"
URL="http://localhost/Concept/form.pdf">
<p:field name="person.name" value="Me, myself and I"/>
</p:form>