I'm creating a dynamic stamp in Acrobat to capture meta-data defined in the Document Properties/Custom Properties tab. Each reviewer can modify their portion of the meta-data, then when they use the dynamic stamp the data is 'captured' and displayed in the non-editable dynamic stamp. This stamp then travels with the PDF and is the visible and printable contract data used to place a printing order. There are approximately seven custom properties. I have been able to create the stamp, but don't know what to include in each form field's calculation to capture and display the meta-data. In English, I want the dynamic stamp to 1)get the named meta-data from the document's custom properties, 2) populate this form field with those text/numbers, 3) complete the dynamic stamp creation.
Using Adobe Acrobat DC in common workplace environment, primarily PC but some Mac. I've dug in to the ,JavaScript for Acrobat API Reference' which is a nice collection of ingredients and nearly no context for a non-programmer to accomplish much of anything. :-)
Expected result: When the reviewer applies the dynamic stamp, all seven form fields are populated with the custom property information within the PDF.