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

Illustrator export into my own format?

New Here ,
Jan 09, 2008 Jan 09, 2008
Hi,
I saw nice plugin to export into DXFExport.aip
Is tha possible to write custom plugin for export into my own format ?
Is there any samples of such plugin available ?
TOPICS
SDK
1.4K
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 ,
Feb 25, 2008 Feb 25, 2008
Up! ^^
it is exactly what i would like to do. From an Ai file, i would like to export this to my own extension. So, first of all, i would like to serialize the visualtree of the based file (Ai.), and the back-up it in my own business model.

After, take a look here, i did not find what i wanted (for sure, my search was wrongly exprimed), so is there a way to do that, and if it is possible, how could i do that? how could i develop a plugin?

i find an great example of what i would like to do, but there is no source codes, explications.

Any help will be appreciated.
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
New Here ,
Mar 19, 2008 Mar 19, 2008
Have you looked at the TextFileFormat plugin on the SDK - http://www.adobe.com/devnet/illustrator/sdk/

This plug-in adds a new file format to the open and save as dialogs, is this any help?
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 01, 2008 Apr 01, 2008
yes, it is exactly what i have done. it has helped me a lot. :)
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 ,
Jun 03, 2008 Jun 03, 2008
My export plug-in is almost finished. All kind of AIArtHandle are handled (except kTextFrameArt and kMeshArt still in progress).

Layers and Groups: Illustrator layer and groups are exported as individual Graphic Model element.

Path: Exports arbitrarily complex path (open/closed, fill or not).

Placed Art: Exports placed art as an attached file (an png file) in the working directory.

Raster Art: Export raster art as an attached file in the working directory.

Compound Shapes: Exports compound shapes with non-zero and even odd fill rules.

Masks: Supports illustrator clipping mask.

Color: Rgb is the default space color.
Color Management: Adobe's color management system is used to convert between Illustrator and my own model color space.

Pattern Fills: Illustrator supports pattern fills, these are currently exported, fully supported. (Export as vector structure (recursive tree walk, or rasterize the pattern and export as an attached file).

Gradients: Supports both linear and gradients with any number of stops, Illustrator supports customizable mid-points that are not yet converted to extra stops.

Blends: depends on which blend is used.

Multi view for any ArtHandle( vector, raster and more).

Export file: xml file generated, used by a tierce apps.
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 ,
Aug 22, 2017 Aug 22, 2017
LATEST

Dear Friend.

   How to export the Arts in the .ai File(Current Document) to our own New dxf file using Adobe Illustrator API.

   please give your suggestions.

Thank You Friend,

Nathan.

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