Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: How to create stamp with file path (scripted)?  (Read 7312 times)

kdrabik

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 1
How to create stamp with file path (scripted)?
« on: January 04, 2019, 03:13:10 AM »

Stamp that shows current file name and path would be a great help in my current task. I tried to make one by moddifying stamps from this guide: https://support.bluebeam.com/articles/how-can-i-create-interactive-stamps/
I managed to find some javascript code that autofills filepath in form fields:
    //file path field
    this.getField("FilePath").value = this.path;

Unfortunatelly when I place stamp on target document it shows filepath of stamp...
Any idea how to change it to show file path of target file?
File Path doesn't have to change dynamically.
Logged