Hello, I'm new to LiveCycle and I'm developing my first application
using some services. The form I produced is provided of four digital
signature fields. At first I merge the XDP form file with a XML data
file to generate a PDF document using the renderPDFForm service.
Afterwards, at any step (in my workflow) I need to retrieve the PDF
document with only certain fields rendered and made visible to the user,
depending on the user level. The user fill in the form and submit the
entire PDF to a se...