Skip to content

Illustrator (Desktop) SDK/Scripting Issues

27 results found

  1. accented charaters bug?

    Hi

    (Illustrator 2015-3, mac)

    I try to put this text in a frame.

    &éèçà€ù~©®πRUNNING

    Before insertAfter, the text ( as a char *) is correct

    After the insertAfter, it is also correct ( via getContents).

    But garbage is displayed as seen in the screen capture.

    Dropbox - Capture d'écran 2018-04-25 05.39.42.png

    I'm stuck.

    Thanks for any help.

    He re is some code I use.

    // get contents

    TextFrameRef textFrameRef = NULL;

    AIErr result = sAITextFrame->GetATETextFrame(bloc, &textFrameRef);

    ATE::ITextFrame textFrame(textFrameRef);

    ATE::ITextRange textRange = textFrame.GetTextRange();

    // textRange.Select();

    //debug

    int longueur = textRange.GetContents(s, 255);

    // set contents to contenu

    // Set the contents of…

    2 votes
    1 comment  ·  C++ SDK  ·  Admin →
    How important is this to you?
  2. AIArtStyleParser->CreateNewStyle not working in Illustrator 28.7 with SDK Build 130 and 709

    AIArtStyleParser->CreateNewStyle return 0 (no error) but also the pointer to the new AIArtStyleHandle is invalid.
    Also AIArtStyleParser->NewPaintFieldStroke doesn't work.

    It worked in previous Illustrator Beta releases with SDK Build 130 (April 2024)

    1 vote
    0 comments  ·  C++ SDK  ·  Admin →
    How important is this to you?
  3. Change Adobe PDF settings without creating a PDF file

    Does anyone know if there is a way to change Adobe PDF settings without saving the current file into a PDF file? More specifically, is there a way to turn on/off the "Preserve Illustrator Editing Capabilities" option using C++ SDK?

    1 vote
    0 comments  ·  C++ SDK  ·  Admin →
    How important is this to you?
  4. 1 vote
    2 comments  ·  C++ SDK  ·  Admin →
    How important is this to you?
  5. Add ability to retrieve text on path options via C++ API

    Currently, it is not clear or not possible how we can get the current text on the corve element's baseline and effect settings.
    Make them accessible via some API.

    1 vote
    0 comments  ·  C++ SDK  ·  Admin →
    How important is this to you?
  6. Add documentation for exporting Windows Metafile (WMF)

    There's currently a hidden parameter 'parm' that is required to export as WMF in kAIExportDocumentAction. Please document what this is for and what value is required.

    1 vote
    0 comments  ·  C++ SDK  ·  Admin →
    How important is this to you?
  7. Close swatch library

    Would it be possible to add the ability to close a swatch library panel through some sort of handle?

    There are cases where we have multiple swatch libraries open and would like to close one/some of them upon some event.

    1 vote
    0 comments  ·  C++ SDK  ·  Admin →
    How important is this to you?
2 Next →
  • Don't see your idea?

Illustrator (Desktop) SDK/Scripting Issues

Categories

Feedback and Knowledge Base