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

Can we call a web service in our Indesign script

Guest
Jul 06, 2015 Jul 06, 2015

Can we call a web service in our Indesign script, if yes how?

TOPICS
Scripting
795
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
Advisor ,
Jul 06, 2015 Jul 06, 2015

In theory, yes, it is possible, by using ExtendScript's native Socket object.

In practice, however, you will find it is extremely difficult because the Socket object is not only very slow, but also very very primitive. For more details on the Socket object please see page 194 of the "Javascript Tools Guide" pdf that comes with ExtendScript Toolkit.

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
Engaged ,
Jul 07, 2015 Jul 07, 2015
LATEST
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