I am writting in extended javascript to convert .ai document into HTML/CSS. for Placed image item i want to wirte css data. but the url of image path i am getting from the placedItem is : '~/Desktop/AdobeIllustrator/home.jpg' when the same path i am using in my css like :
Script which would convert the layers in a document to artboards? At present I have a lot of documents with a couple of hundred layers on each of them, but I've decided to change the way that I organise my workflow and started using artboards instead. I don't really have the time to spend moving them individually from a layer over on to an artboard as there are a lot.
Is it possible to script the menu item Object/Path/Outline Stroke?I need to cycle through all the Path items in the document and convert them to Outlines.
I need publishing a PDF from a Word document full of diagrams created with Adobe Illustrator CS6. My diagrams are all vector. I am free to export them anyway I like. My Word doc has many cross-references, footnotes and Endnote references and a large table of contents. It is a few hundred pages long, with around 50 diagrams. I would like to preserve the original quality of the vector art and the intra-document clickable links.
Each step in the process has multiple possible paths, and each path often many options. There are 3 steps:
1) Export from Illustrator to: .ai, .pdf, .eps, .wmf, .emf optional 1b) Convert (eg. use Acrobat to convert .ai to .doc, .eps or .ps)
2) Import to Word: drap and drop, file cut and paste, insert picture, insert object, insert object linked to file, PDF Reflow (Word 2013). I tried them all.
3) Publish to PDF from Word. Many different paths... - Print to PDF: I have AdobePDF, PDFCreator, NovaPDF printers installed - Save as... : Save as->AdobePDF or Save as->PDF or XPS - Plugin toolbars: Acrobat->CreatePDF, NovaPDF->Save as PDF, PDF Architect->Convert or - Save as .doc and convert with Adobe Acrobat.
I have tried many different permutations. There are 4 possible errors: E1 - The diagrams are converted into bitmaps. E2 - The diagrams are 'linearised' - curves are converted into chains of linear sections E3 - The diagrams are corrupted - text missing, characters changed, dotted lines become solid lines etc. E4 - Hyperlinks are lost.
Here are some results of my tests. I see no difference so far between Word 2007 and Word 2013. Results below stand for both.There is no difference between Word->Acrobat->CreatePDF and Acrobat->Convert Word to PDF.Illustrator -> AI -> Acrobat -> Word almost works, but diagrams are corrupted in various ways (eg. dashed lines become solid).When export from Illustrator as EPS level 2, EPS level 3, EMF, WMF and PDF and get different results depending on the path to PDF:
No links preserved: Word->Print to AdobePDF: Good: eps2, eps3, emf Bad: PDF (E1), wmf (E2) Word->Print to PDFArchitect: Good: eps2, eps3, emf Bad: PDF (E1), wmf (E2) Word->Print to PDFCreator: Good: eps2, eps3, emf Bad: PDF (E1), wmf (E2) Word->Print to NovaPDF: Good: - Bad: eps2 (E2), eps3 (E2/E3), emf (E3), PDF (E1), wmf (E2) Word->Toolbar->PDFArchitect: Simply prints with current postscript printer. One of above.
So, only the "Word->Print to PDF" pathways provide good quality vector diagrams, but none of these preserve intra-document links.
I have: - Adobe Creative Cloud CS6 (Illustrator, Acrobat etc. all latest versions) - Word 2007 (latest version (SP3 12.0.6683.5002)) - Word 2013 (Office 365 latest version) - Access to a Mac with Word 2011.
I inherited a document (yes, you heard correctly) that was designed in Adobe Illustrator (I have the CC version). This is a 10 page document with a lot of text and fake tables. Why the original author used AI for this document but now, I wish to convert this document into a more appropriate tool.
I don't know, perhaps I shouldn't be surprized that AI doesn't have much in the way of text based exports (except PDF and pure text)... PDF isn't ideal because it outputs blocks that are out of order, making it difficult to copy and paste into another editor.
Ideally, my preference is either HTML, MS Word, FrameMaker, Robohelp, CHM, or Dita. Is there a super-secret method to export an AI document into one of those formats?
I've designed a logo for a client using Illustrator CS6. There is the 4-color version in CMYK .eps as well as 1-color, 2-color, and KO versions. Everything looks and acts as it should and will no doubt be perfect for offset printing (my main area of experience). However, once delivered to the client they were anxious to put them into use and immediately dropped the 4-color version into a word document and made a pdf for email distribution. When I received it I had to groan, the colors had shifted to the obscene.
My guess is that what the client needs is a set of the logos that are converted to RGB. I'm also thinking that since the logos might be re-sized for various uses, keeping the art in the .eps format (as opposed to a raster format) makes sense. Is that true?
Is there an easy way to convert the original CMYK eps files to RGB within Illustrator?
I'd like to export certain properties from an ai-document to XML. The XML will be post-processed using XSLT. Secretly, I'm hoping that I can invoke the Reflection-system (as mentioned brifely, I might add) in the ExtendedScript Toolkit CS6 Core JavaScript Classes.
How to get reflection working for JavaScript objects (both built-in and the ones I've created in code my self)? Are there any guides that are relevant in my case? (Try googling "illustrator script reflection" and you get a bunch of flip object scripts ...)
Is there a way to write a script to copy a selected/chosen artboard (and it's contents) to another opened document, placing it in exactly the same place on the global x/y coordinates? I'm either unable to find this feature built in to Illustrator, or it's simply missing.
As I understand it, TextFonts is a collection of all fonts available to Illustraot. Is there a collection of all fonts used in the open document? Or would I have to step through every textFrame an create that list myself?
It does almost what I need it to do. except that it also copies the ".ai" in to the layer name. Is there some way to modify this script to have it exclude or delete the file extension?
I am working on a plugin application, in that saving Image files on a specific location by using JSX file.I have done with that but it works only with local drive.I want to save that file on my Network Share by using JSX.
I'm a designer and i know nothing about scripting. But actually i would like to remove a bunch of text. I am working on a map, and i need to get rid of all text in parenthesis (the parenthesis included in). I know there will be a faster and efficient way to do it by scripting, but i don't know how to get to that.
in an open PDF File i press 'Ctrl+A' to select all Items in the document, then i choose Edit/Transform/rotate ... 90 degree.now i'd like to do the same with an vbscript.
the best thing i could find is:
rotate(90) Sub rotate (degree) Dim appRef, argument, element Dim changePositions, changeFillPatterns, changeFillGradients, changeStrokePattern, rotateAbout Set appRef = CreateObject("Illustrator.Application")
[code]....
not all, but all elements i am interested in are rotated - it would be better if really all elements would be rotated the elements are rotated around 'aiTransformDocumentOrigin' ... i would prefer if they are rotated around 'middle of document'.
I need to generate an overview of the colors used in a document.
For that, I would like to cycle through several rectangles of which I know the exact size. The rectangles are filled with a color from the swatch palette.
What I try to achieve is that the swatch name of the rectangle's fill color is written to a text field directly above the rectangle. But I could not find a possibility to 'extract' the fillcolor from a pageItem into a pastable string.
Is there a way to do this with Illustrator and Javascript?
I'm trying to inverse all gradients within a document using Javascript. I can't find the property to call to inverse them in any of the PDF's I have, and I'm having trouble calling gradients in general I can't even rename them at the moment.
I'd like to create a script that checks the current document's color profile and checks it against a string, for example "sRGB IEC61966-2.1". My studio has a script that performs various functions to make sure that all the layers are visible/unlocked, checks for stray points, etc., and we'd like to add a check to the color profile because we handle a large number of files and this setting is overlooked a lot.
It's alright if this value isn't writable through script (we can just pop up an alert letting the user know that they need to change it), but I can't find where to actually read this setting! We're currently working on Macs and with JavaScript, but any nudge in the right direction.
I'm trying to select every object with the color "CutContour" So far I've been trying:
myDoc.selection = myDoc.spots.getByName("CutContour"); I guess this obviouslly wouldn't work though because myDoc.selection is looking for an array of objects. However, I can't figure out how to loop through all the objects in the document and check to see if they contain the SpotColor.
I want to use the Select > Same > Stroke Color , but I heard that using that in Javascript isn't available unless you have CS6 (which I currently don't). Is it true that accessing menu items through scripting is a feature in CS6?
I'm trying to hide all items in a document (and store each items original visibility state), iterate user pre-selected items and perform an export for each item in selection (I've got this part covered), and finally restore the visibility state of each item again (here's where the storing of original visibility state is needed).
I've found that I can iterate all items in the document using app.activeDocument.pageItems[i] where i is the page item identified by the i-th index in the pageItems collection.
What is not clear, however, is how to get the visibility state of this page item. Indeed, there is a property visbilityVariable associated with page items, but when I try to "inspect" its content using an alert message, I get "undefined".
Are there better ways to iterate all items in a document? Ideally, I'd like to access all items regardless of wether they're path items, group items, text frame items or what have you. I need this collection to read/write the visibility state of each individual item.
I want to open a doc, run a script that selects all paths of a color, say 255,0,0 or 50,0,20,4 and changes that color to black or another color I specify and also changes the stroke. Is this possible? I can't see how i would do it?
Is it possible to find out how bright is an color? I need to find the darkest color in document's swatches. My solution would be to convert (script internally, without actually making any changes in document) swatches to grayscale, compare them and pick the darkest. But how to convert swatch defined in undefined mode (they might be in lab or cmyk) to grayscale?
I found in 'js scriping reference' a method "convertSampleColor", but I have no idea how to use it. Any examples?
When I open the .AI I noticed that the reference to the visuals is under a %DocumentFiles section: %%DocumentFiles:/Volumes/Storage/Projects/Client/AAA001/visuals/retouc hed.psd %%+/Volumes/Storage/Projects/Client/AAA001/visuals/flattened.jpg
I need to replace "/Volumes/Storage/Projects" with "/Volumes/Projects". (There are some more complex replacements I need, but let's start here.)