Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to have a stamp stick to cursor before placing? Like when selecting stamps from acrobat stamps toolbutton.

Explorer ,
Jun 07, 2017 Jun 07, 2017

The issue is that I want my custom-made Tool Button to allow the user to select where he wants to place his stamp. The stamp I made for him.

This functionality exists with the stamps given by Adobe Acrobat. There, when you select a stamp, your cursor turns into the stamp and you can choose where it lands. Is this something I can code or is it not possible?

Thank you in advance!

TOPICS
Acrobat SDK and JavaScript
1.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 07, 2017 Jun 07, 2017

It should work like that with any stamp. If it's not then maybe there's

something wrong with your code.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 07, 2017 Jun 07, 2017

Add the stamp to the Custom Stamps.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 08, 2017 Jun 08, 2017

try67​ Bernd Alheit​

The issue is I'm doing this from the web view. I'm well aware of that when clicking stamps and then custom stamps you can select the stamp there and then hover before placing it but in this case it is not an option.

I would ideally want that this (hover before placing) can also happen with my custom made button.

1. Click on "my" button.

2. Cursor turns into stamp.

3. Hover.

4. Place.

I'm getting the feeling that this might not be possible to do but any code or methods that involve moving stamps and so on would be appreciated.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 08, 2017 Jun 08, 2017

Not sure what you mean by "web view"... Or what your code does, exactly.

Is it just adding a stamp annotation at a specific point? If so, after that the user should be able to drag it around to the desired location, just like with any other stamp. But you can't attach the stamp to the mouse cursor like it does when you use the built-in Stamp tool, if that's what you mean.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 08, 2017 Jun 08, 2017

My code is just a button that adds a dynamic stamp with some user data. Nothing fancy.

This is the web view. In this case a Plug-In for Internet Explorer. It's made by Adobe.

It is even more restricted in capabilities and functionalities than the reader. You can not place a single thing in there. You can not move a single piece of the document in there. I found out that my Add-on Tools still seem to function in there. Issue is that even though I can place my stamp, due to restrictions of the web viewer, I can not move it if its placement is inconvenient.

If I have a document that needs to be stamped then I have my button for that but every document is different and I need to be able to choose where to place it at times. If this can't be done then that answers my question.

adobe ask.PNG

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 08, 2017 Jun 08, 2017

It can't be done.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 09, 2017 Jun 09, 2017

Why can I edit Stamp PDF's in browser?

Found out Stamp files are completely editable in browser.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 09, 2017 Jun 09, 2017

Not sure how it's related, but OK...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 09, 2017 Jun 09, 2017
LATEST

If it is fully editable then I can use the buttons from acrobat to place my stamp and get the desired "stamp-on-cursor" effect. And the need for my buttons also falls. I just need to provide the stamps that way

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines