Interactive stamps

Stamps in Revu are more than simple annotations—they're mini PDF files that can contain form fields and JavaScript. When you apply a stamp to a document, Revu executes any calculation scripts within the stamp, allowing for dynamic behavior and user interaction.

Summary

Interactive stamps provide a powerful way to standardize data collection in your PDF workflows. Remember:

  • Field names must match exactly between JavaScript and PDF

  • Use event.source.source to access the target document

  • The document-level script is what users customize

  • Test thoroughly before deployment

Resources

Revu 21

Revu JavaScript

JavaScript

Review the JavaScript use case on interactive stamps.