Skip to main content
Participant
January 25, 2020
Answered

Recognise mouse down/up event in pdf

  • January 25, 2020
  • 1 reply
  • 1427 views

Hi

 

Is it possible to recognize mouse up event by clicking anywhere on pdf .

Thanks

This topic has been closed for replies.
Correct answer try67

No, only if that click is on top of a form field or link. You can create a transparent button field that covers the entire surface of a page, though...

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
January 25, 2020

No, only if that click is on top of a form field or link. You can create a transparent button field that covers the entire surface of a page, though...

Sid JainAuthor
Participant
March 18, 2020

Hi

Is to possible to assign image to form field button using hex code

Thom Parker
Community Expert
Community Expert
March 18, 2020

Unfortunately, the image data needed for a form field button is different from the raw hex image data used on toolbar buttons and dialogs in Acrobat. But there is a way to create custom image data for button.

See the "2D Matrix Calculator" example here:

https://www.pdfscripting.com/public/Free-Sample-PDF-Files-with-scripts.cfm

   

 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often