Illustrator :: Relink Images Using Replace() String Method?
Oct 23, 2012
I have a script using the dynamic content plugin from illustrator which takes and XML file and replaces it with a new one. All linked text/symbol/image links have their paths updated or text content updated.
The problem I have is I have background images which are not dynamic so I need to relink these based on their file path.
We have two shares, an OPI & an FPO, because of the size of backgrounf images we keep the FPO links in whilst artworking.
What I'd like to do is relink all images if they contain FPO in their file path, I'm in CS5.1. I had a look and found CS6 has a .relink method but obviosuly this is no use to me in CS5.1
View 4 Replies
ADVERTISEMENT
Mar 21, 2014
I am creating a script on illustrator CS6 that will loop through all the images and relink these images to there current location, it is used to update all of the links in the file. However sometimes when i run this script i will get the error 376('x ') i have searched for the meaning of this and cannot find it anywhere. It is being written in extendscript, the code i am using is shown below:
// execute the main function
main();
// Construct the main function
function main() {
var retVal = "OK";
[code]....
View 2 Replies
View Related
Aug 2, 2010
I manage a design department where we're constantly working with documents that have multiple placed and embedded images in each. As an example, we often have 10 instances each of 4 different images in a given document. These links are constantly changing and being updated on a per-client basis. My concern is that my designers waste a lot of time relinking these embedded graphics as the software prompts the user to relink each one individually. If the designer needs to replace 10 of the linked graphics with, say, "Royal Mahogany", they have to select all 10, select the relink option and specify the file they want to replace the graphic with by clicking on and placing the selected file for each instance of the graphic. So if they're replacing the links of 10 images, they have to select and place the desired file 10 times. Is there any way to select multiple placed images and replace them all at once? Note that the images we place into the file are stored in multiple locations on server, subdivided by material, manufacturer, color, finish etc.
My team is using CS3 mac version currently but we'll be upgrading to CS5 soon. This is a huge time-waster for my company.
View 6 Replies
View Related
Aug 8, 2012
I have been working with some illustrator files for a while and all of a sudden I cannot open them anymore. I do not even get an error message. I tried opening them on another computer. They open, but then when I order to re-link the images, the file just shuts down. The files are quite large, but even when I make them smaller (smaller then when they were before this problem started), I still cannot open them. I thought it might be related to the images, but also older files with no new images have the same problem.
View 5 Replies
View Related
Jan 31, 2013
We have thousands of files that contain linked images. These files exist in multiple locations and are kept in sync by dfs replication. Since illustrator uses unc path for links, the links that were created are slow to open for users at other locations and we would like to batch relink these files to a dfs namespace or unc path that better serves more users. I have already tested replacing the path in the files via find and replace using notepad but the link does not change when actually opened.
View 1 Replies
View Related
Dec 15, 2011
I know you can in InDesign but doesn't look like it in Illustrator.
View 12 Replies
View Related
Jan 21, 2014
I have been looking for a solution to automate a printing and ordering process. I have a design template with 2 pages both 8.5x11 in size. One page represents the front and other the back for double sided printing. I have 6 different images per sheet so in my links panel I have 12 total links, 2 of each. I was wondering if there is a script to update all the links with the same filename with other image? Currently I have to search through all the images and update each one.
I have 6 artboards dividing the 8.5x11 sheet proportionatly. Each artboard represents a different order. Is there a script to write the linked filename to the bottom corner of each artboard?
View 5 Replies
View Related
Sep 12, 2011
There is a lisp function to replace all occurrences of a character within a string?
In short, as the Replace command in Visual Basic
For example, to replace all "x" to "*":
"34x59+60x3" -> "34*59+60*3
View 6 Replies
View Related
Dec 11, 2012
how I could open an external .CSV file which is assigned to a variable called INFOFILE and scan line by line and replace each instance of the string "WIDGETTE" with the string "WIDGET"? I assume the function vl-string-subst woud be involved.
View 9 Replies
View Related
Aug 21, 2012
In InDesign if i move my folder with images just by re-linking one image of the folder ALL will be linke at once by their names. In Illustrator i have to re-link manually one by one. Am i doing something wrong? Should i have some command selected? Can i do it through a plugin?
View 1 Replies
View Related
Jul 25, 2013
I'm using Illustrator CS6. I have an artboard with 200 of the same placed file. I now want to use this same layout for 30 other views, they are the same size, but different images. If I relink them I have to click through each one. I tried using a script I found on here by Carlos:
#target Illustrator
// script.name = relinkAllSelected.jsx;
// script.description = relinks all selected placed images at once;
// script.required = select at least one linked image before running;
// script.parent = CarlosCanto // 7/12/11;
// script.elegant = false;
[code].....
and I get an
error 25: Expected: }.
Line:10
-> p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 12.0px Times}
I'm on a mac, os x 10.6.8. and I copied the script into the script preset folder so its starting from the drop down menu. Don't think I'm leaving anything out. I'm swapping 1 placed(linked) PDF for another.
View 5 Replies
View Related
Jul 2, 2013
I have just started to try something using video in CS6. I have 82 sequential images and I am trying to string them together as a sort of stop motion film (think the intro to the Monkeys). I have done the following:
1. Opened Bridge and selected all of the images
2. From the tools menu I selected the Photoshop sub-menu and then selected load as separate layers in Photoshop.
3. This (unsurprisingly) opened the files as a single .psd with all the images on different layers - with the newest image being at the bottom.
4. I clicked on Timeline and then selected Create video timeline which put all of the clips into the same 5 second space on my time line.
5. I selected all of the images and then by clicking on the small filmstrip icon I selected "New Video group from clips"
So What I am left with is a sequence of all 82 images but with the following problems.
1. All of the clips are 5 seconds long and I want them to be about 1/10 of a second.
2. For some reason the files in the video clip show the most recent first and the oldest last - I would like them the other way round.
I know that I can select all of the clips and then move the play head to approx 1/10 of a second and split the clips. This works except I have to go through and manually delete the bits I don't want which is tedious enough for a video with 82 images but I am planning on longer projects, doing it manually would be a nightmare. Also I could probably re-order the images manually but I am sure that there must be an easier.
View 2 Replies
View Related
Nov 16, 2012
i failed to find one which would change string of a text to other for all types of objects. I mean it was usually either only multitext, or only text, dimensions or attributes.creating one which would change in abt 200 drawings:
-001
-002
-003
to:
-00001
-00002
-00003
in attributes, text, multittext, leaders, multileaders, dimensions..... at the same moment?
It is meant to be used in ScriptPro (by loading lisp in script).
If not possible, then can also open each file and run the lisp in each of them - still would save lot of time.
View 4 Replies
View Related
Mar 21, 2013
I'm getting this messsage when I try to open an Illustrator file: "Acrobat PDF file format is having difficulties. Non-hex character in a string."
I', using illustrator CS6 and I need my file opened..!
View 1 Replies
View Related
Jun 21, 2013
How I can create "string art design" in AI CS6 with "Blend" technique? I did it accidentally [with line and a point] and can't remember how did that!
Like this link: [URL] .....
View 6 Replies
View Related
Apr 28, 2013
I'm looking for a brush or preferably a set of brushes that look like string or rope. I'm using CS5 for Mac.
View 7 Replies
View Related
Oct 3, 2011
I've been looking for a solution to remove the unit string ie Lbs, g, kg from the value given from a 'Mass' value in a text string.
As you may all know, creating text and having a 'physical property - mass' value...the unit string is there...
Lots of people on here have the problem...no-one has got a solution.
Until now...
Basically...open the part you need to get the mass property of in your text string.
Follow the instructions on this webpage...this is the first part...
[URL]
Basically, this creates a Mass property value in the parameters table that you can call on as a text parameter.
It's similar to the custom iproperty model - mass but NOT the same.
Once you have done this, you can go to the drawing of the part and create a text string in the drawing and call it up as shown in this procedure. BUT it still has the unit string.
Here's the best bit that you want to know...
To get RID of the unit string...open up the part again from the drawing...click on the parameter icon...find the user parameter...in the Nominal value column, right click on the value and you get a pop-up that gives you 3 options...
Custom Property Format, Make Multi Value & Delete Parameter.
Click on Custom Property Format.
The pop-up window comes up...showing you the property type...in my case...the 4 left columns read Text, g (grams), Format & Precision...
On the right hand side I have a Preview of the text...then 3 check boxes...Units string, Leading Zero's, Trailing Zero's.
Units string is checked.
Uncheck it.
Close it...Save your part...go back to the drawing and hey presto!...the text now shows the weight you require as a straight value...no units!
View 9 Replies
View Related
Feb 18, 2012
I'm new to illustrator, how to I put a text string on a document.
View 4 Replies
View Related
Apr 13, 2013
I have a world map with a text layer for country names. I hide the country names as needed by clicking on the 'eye' icon for Toggle Visibility in the Layers panel. I've inadvertently hidden one name and I need to know how to find it in the Text panel so I can make it visible again. How do I seatrch for a name in the Text panel?
View 3 Replies
View Related
Sep 13, 2012
My workplace works with both Digital and Print work and I wanted to know if how we're adding Pantone swatches is correct.
I'm using CS6 and I open the Pantone+ Swatchbook and add the Swatch from there. The Swatch is in the LAB Colour mode and I have "Use Lab values..." selected in the Spot Color Options Dialog.
My colleague, using CS5, opens her Swatches panel and selects New Swatch > inputs the CMYK Colour values from the Pantone+ printed book > selects Spot Color from the drop-down.
We're both working on the same documents, so when I open up her file, her colours look off to me. Specifically, Pantone 497 C - my brown is looking a red compared to her brown which is darker. When I open up my Swatch and change my Colour mode to CMYK, the values are completely different.
We'd like to understand which one of us is doing it wrong and which way we should go to streamline the colours to ensure that we're using the correct Pantone?
View 2 Replies
View Related
Jan 24, 2011
Running Xara Designer Pro 6.6.6.63205 on win7 64 bit
How to handle this scenario:
I have several photoshop images loaded into xara and trying to make a sensible 4 way arrangement of 4 images. Imagine that one image is outsized compared to the others and needs to be cropped.
I open the original image in photoshop and make the edit, now what is the most expeditious way to refresh/replace/reload... etc the newer state into xara.
I don't see any replace/reload sort of menu item anywhere and have just been deleting the the bad image and reimporting the newer one.
View 9 Replies
View Related
Jan 1, 2013
Is there a quick way to replace/update images in Edge animate? It was simple to do in Flash but I haven't seen the same function in Edge.
View 4 Replies
View Related
Jan 12, 2011
I was wondering if there is a way that AutoCad can edit one text string and the same change can affect another text string, instead of editing the same thing twice.
View 9 Replies
View Related
Mar 25, 2013
I am trying to create list item and SetNotifyProc to a method. In this method, I am trying to get selected list item entry and display the text somewhere else. But AI is crashing when retrieving the entry. What is the proper way to retrieve selected entry?
Here is my code
void ListItemNotifyProc(ADMItemRef inItem, ADMNotifierRef inNotifier)
{
IADMList list = sADMItem->GetList(inItem); // <-- is this correct?
IADMEntry entry=list.GetActiveEntry(); // <-- is this correct?
ADMUnicode *outStr=new ADMUnicode();
sADMEntry6->GetTextW(entry, outStr, 5);
}
View 2 Replies
View Related
Oct 2, 2013
I have hundreds of images that all have the same watermark (more or less but not exactly in the same place). It can easily be removed with the paint bucket with the default settings, the watermark is light grey, the pictures (JPGs) are black and white (a scanned book). But the sheer number of images makes it a gigantic effort to do it by hand.
View 6 Replies
View Related
Jul 19, 2012
Is there a way when finding and replacing a text string to style the block of copy. My problem is that I have some color codes given by the customer that now need to be converted to our internal color matches on our production drawings.
The original string of text looks like this:
Holder: P1 (Metallic Silver)
What I’m getting when I go to replace this string is:
Holder: Natural Satin
What I want is:
Holder: Natural Satin
I do not want the replaced text to be italicized. I'm thinking since the original string ends with an italic style that the replacement string is also italicized. There are about 50 pages of drawings with about 10 colors on the job and some pages have them entered in more than one place. So that's a minimum of 500 entries and defititely more considereing the multiple places these are called out. I'd really rather not have to copy and paste all of these by hand. I'm use to FreeHand, which would respect the font styling of pasted text in the find and replace diaglog.
View 6 Replies
View Related
Jan 17, 2013
What I want is this:
1)While selecting multiple objects,
2)a certain script is run. it has an option to input the range of the number of objects that are going to be deselected.
3)The number within the range I inputted is chosen, and the same number of objects are deselected randomly.
Is there any script similar to this?
View 2 Replies
View Related
Jun 8, 2012
Is there a quick method for turning a 13 page Ai file into 13 separate Ai files? I need to resave or RIP them as normalized PDF files, and I need to start with single-page ai files.
View 7 Replies
View Related
Feb 20, 2013
When memory errors are occuring, which is the preferred method for repetitive objects: placing linked images or placing symbol instances? I'm using Windows XP and Illustrator CS5. I'm considering whether to create symbols for several of the often recurring placed images.
View 5 Replies
View Related
Jul 16, 2013
I can't seem to figure out a simple/direct method to identify the index of the selected item in a list box.
I feel like I'm missing something, but I can't seem to figure which (if any) property returns an index number if you use it with the .onChange callback for a ListBox.
The following code accomplishes what I need but isn't particularly efficient or elegant and can get muddled if you introduce multiple lists to check.
Any way to duplicate this same behavior with better code
var res = "palette {text: 'Example List', properties:{resizeable:true}
pnl: Panel{orientation: 'row',preferredSize: [400,600],
list1: ListBox{preferredSize: [400,550], properties:{multiselect:true,numberOfColumns:2, showHeaders:true,columnTitles: ['List 1', 'Subitem 0']}},
}}"
[Code]...
View 4 Replies
View Related
Feb 23, 2012
i have a csv file that has 6 columns, PNEZD and a 6th column which is my notes..i type a star in the data collector after my code, make my note, and then find/replace after i export it and replace star with a column..that gives the desired 6th column in excel that my boss wants....problem is he also wants to see that next to the Full Description in Civil 3d 2012...i tried adding a Point File Format with a 6th Column, User Defined, String for type...named the column Notes...but if i go to edit the point there is no 6th column in the Tool Palette.
View 1 Replies
View Related