Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: JavaScript stamp issues... still  (Read 5014 times)

Chromagon

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 3
JavaScript stamp issues... still
« on: June 26, 2019, 09:01:06 AM »

I've found an official BlueBeam PDF stamp that accomplishes what I want my stamp to do, and have replicated the code in my stamp, but it still isn't working. So clearly it's something I have setup incorrectly but I have no clue. Attached are both stamps, the JavaScript example being the BlueBeam stamp that works and the other being mine that doesn't. If someone more knowledgeable in JavaScript could take a look and help me identify the issue I'd be incredibly grateful. Thanks!


JavaScript example: https://drive.google.com/open?id=10SmgxNgo59aiyWgysQjb4Ki-vb0Of_JV
My stamp: https://drive.google.com/file/d/1oUHfbZwsqcECGHWyx8qyHEsCdP_O_jRm/view?usp=sharing
Logged

Scott

  • Newbie
  • *
  • Karma: +1/-0
  • Posts: 26
Re: JavaScript stamp issues... still
« Reply #1 on: June 27, 2019, 06:47:06 PM »

I struggled with this as well. Check the "Global Scripts" make sure you created this as well. There is likely something in there that needs a bit of a tweak with how you made your stamp, maybe.

I can only say it was a learning curve for me, and I wonder how I what I was trying to get working actually working.
Logged