Skip to main content
발간실
Participant
June 15, 2017
Question

How can I make a javascripts of tel ?

  • June 15, 2017
  • 1 reply
  • 272 views

I have many phone-number lists(about 1,000) of my company.

How can I make a javascripts of click-tel ? => I use acrobat pro XI.

I've aready knew a method " tel:000-000-000" when it's  several.

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
June 15, 2017

Use the app.launchURL method, like this:

app.launchURL("tel:000000000");

I actually developed a tool that will automatically convert all telephone numbers in a file to clickable links with this command. You can find it here: Custom-made Adobe Scripts: Acrobat -- Create Skype Links