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

Hook into the "save" or "save as"

Guest
Oct 07, 2012 Oct 07, 2012

Hi All,

Is it possible to hook into Adobe Illustrator "Save" and "Save As" (Any one od these).

I want my code to be executes when a usre click any of these button .

I am working on a plugin application and have added a custom Save button to the file menu of it. .. . . but now I want this code to be execute when a user click on Save /Save As button of illustrator.

Thanks

Harsh

TOPICS
SDK
1.2K
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
Adobe
Enthusiast ,
Oct 08, 2012 Oct 08, 2012

Have you tried to use the Notification suite?

So you could be notify when a document is about to be saved.

You do not want to use Illustrator SaveDialog anymore?

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
Guest
Oct 08, 2012 Oct 08, 2012

Hi Toto,

I didn't try Notification Suit. ..

I don't want to use SaveDialog anymore in this application .

I want my code to  to run when user click Save/Save As. .. .

How will it be possible . .. or how can i use Notification Suit please tell me with some detail.

Thanks

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
Guest
Oct 10, 2012 Oct 10, 2012

Hi,

I am not able to Hook  into Save/Save AS.. . till now..

can you please help me.. . what should I do.. .

Thanks

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
Guide ,
Oct 10, 2012 Oct 10, 2012
LATEST

You can respond to the Save & Save As notifications from AI, but you definitely cannot replace the built-in application response using the SDK. You'd have to hack it, and I'm not sure that's something Adobe would like anyone doing

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