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

Discuss Illustrator API changes in CS-Next

Guest
Apr 06, 2009 Apr 06, 2009

This topic will be presented at the Creative Suite Developer Summit on May 11th through the 15th. Use this thread to discuss that presentation.

Details are here...

TOPICS
SDK
5.6K
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 ,
Apr 07, 2009 Apr 07, 2009

Public/Private  Coordinate System:

Most functions in the SDK use the public system of page coordinates, but some use the internal artboard coordinates.

Could all functions in the sdk use the public and "only" public system of pages coordinates. It would be easier and less complex.

We won't have to wonder if we have to "harden" or to "soften" point or matrix depends on AIArtHandle type and property.

thx.

Thomas

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
Enthusiast ,
Apr 16, 2009 Apr 16, 2009

Waht about managed code for windows platform?

Is it planned or will must write plugin in c++?

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
Community Beginner ,
May 02, 2009 May 02, 2009

Hello Mark,

it seems, that there are no functions that can change artboard sizes. In the Illustrator GUI it is possible to move them around and change their sizes but I can't find any similar functions in the API. If I'm wrong please point me to the right directen, if not please change the API 🙂

So we neet

a) Count artboards

b) a List of every artboard with it's lower left and upper right corner in the global coordinates

c) the current artboard on wich the user has worked last (active artboard?)

d) set the current/active artboard

e) set lower left and upper right corner of artboard

e) Get/Set other needfull values for artboard n

And if changing sizes or moving an artboard there should be an option that elements on this artbourd are moved or not.

best regards

Michael

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
New Here ,
May 04, 2009 May 04, 2009

Illustrator CS4 SDK provides ability for developers to access and manipulate Artboard properties and attributes. You need to use the Crop Area suite to get access to the artboard properties and information. As the Artboard functionality is based on the original Crop Area functionality, maybe you are confused and looking for this information with reference to Artboard.

Thanks,

Devshi.

Adobe Systems, Inc.

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
Enthusiast ,
May 04, 2009 May 04, 2009

more sample codes.

May be a small sample foreach method.

And a better support from Adobe!

Would it possible to have answers from Adobe for questions

we asked.

Best Regards,

Thomas

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
Community Beginner ,
May 05, 2009 May 05, 2009

Hello Devshi,

thanks for your advise. I just tested a few things with CS4 and it seems that it would do what I need.

But how can I cange the Artboard in CS3. A new document has no cropArea and creating one with sAICropArea->AddNew adds one as expected but won't change the Artboardsize itself 😞

In AIDocument is also some stuff wich deals with a CropBox. But without trying around the only promising is SetDocumentSetup which is described only working "when reading a document". Whatever this means...

So do you know how to change the artboardsize in CS3

best regards

Michael Slomski

PS.: Are there some developer licences available? My trial will expire in a few days :-((((((((

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 Employee ,
May 05, 2009 May 05, 2009

Hi Michael,

Unfortunately this is not possible in CS3. There is no way you can reset Artboard size in CS3.

Sanjay Kumar

Engineering Manager,

Adobe Illustrator.

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
Community Beginner ,
May 05, 2009 May 05, 2009

Hello Sanjay;

😞

but looks like a definitive statement (Engineering Manager, Adobe

Illustrator) so there is no further need to look around for a workaround

Michael

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 Employee ,
May 05, 2009 May 05, 2009

Hi Michael,

Yeah, but you may be able to do much more with CS4 and CS-Next SDK.

Sanjay Kumar

Engineering Manager,

Adobe Illustrator.

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 ,
May 07, 2009 May 07, 2009

Looking forward to hearing about CS-Next

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
New Here ,
May 19, 2009 May 19, 2009

in illustrator, I have found the gradient mesh tool too clumsy to use.  Notice that it is impossible to select a column or row of mesh paths.  Also, mesh anchors should be an independent input.  That way they don't alter or warp the intended shape.  

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
Community Beginner ,
May 27, 2009 May 27, 2009
LATEST

Hello Adobe

can anyone from Adobe please check the thread http://forums.adobe.com/message/1990425 or tell me where and how bugs in Illustrator can reported?

Adding a gradient color to the swatches palette does not preserve some values of the gradient. The thread above shows that this could be done and that the "add color" of the swatches palette ignore the angle of the linear gradient and perhapsother stuff. Adobe should check what is really ongoing :-()

best regards

Michael Slomski

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