Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Miguel516

3 Comments

Sorted by latest first Latest Oldest Best

 

@Nickens508

Of course, it's possible, and not very hard. All you have to do is to learn how to use variables. It sounds a bit tricky at the start, but it's dead easy. At work I use it to print 100-2000 labels at a time with different names for trophies/medallions etc. You only need to know what XML files are and how to create one.

it's tricky to say it in words so it's best to see it in a video. It briefly talks about XML files too: >>Link<<

10% popularity Vote Up Vote Down


 

@Frith110

I had the same issue on how to use a sequence of numbers for any kind of usage and ginally today I found the solution. I will demonstrate my steps because it was more complicated (you can see the attachement). So, I had to create a solo page for printing in a plotter that should contain 4000 different QRcodes (1000X4) with their number underneath. In my project I use 20 qrcodes in one line to fit about 1m of plotter sticker paper vinyl.


STEP 1. I have created the frames that the qrcodes have to be
centered to each one.
STEP 2. I have inserted the 4000 qrcodes (it is easy but it takes
time).
STEP 3. Now, the tricky part. How the hell should I import 1000
different numbers and each number must have 3 more clones to
reach the total of 4000? Well, pay attention.
STEP 3.1. Create a text box that can fit only the number so you can
see it e.g. C001 in my project.
STEP 3.2. Press ENTER inside the text box so you are able to see
the red cross indicating that you have overset text.
STEP 3.3. duplicate that text box as many times to fit the width
of the paper (in my project I need 20 in a line)
STEP 3.4. Link first text box to second, second to third etc.
STEP 3.5. After finishing that line duplicate all text boxes
underneath so now I have 40 text boxes
STEP 3.6. Since copying a text box preserves the links between
text boxes you only have to link the last text box from the above
line to the first one of the botoom line.
STEP 3.7 Select all boxes and duplicate beneath so you have 80.
STEP 3.8 Repeat STEP 3.6
STEP 3.9 Repeat STEP 3.6 so now you have 160 boxes
STEP 3.10 Repeat the procceedure until you reach the number of
boxes you need.
STEP 4. Open EXCEL or familiar and write on first cell C001.
STEP 5. Copy that properties until number 1000 or whatever is your
needs so in cell 1000 I have C1000
STEP 6. To create 3 more clones of that sequence copy all cells
from 1 to 1000 and paste them 3 times after cell number 1001
STEP 7. To have them in order select sort from A to Z and now you
have C001 4times, after that C002 4times etc.
STEP 8. Copy all cells from 1 to 4000 and paste them in the first
text box in illustrator (preferable use the command key "select
all" in case you have text inside text boxes to replace it)


FINAL STEP. Go out and drink some beers.

Hope this was helpfull

10% popularity Vote Up Vote Down


 

@Merenda852

Someone can correct me if I'm wrong, but I don't think Illustrator is meant for that sort of thing. But, as someone who likes to use Illustrator all the time, it's good to see if we can find a solution in it!

You can probably make a script. Illustrator's Document object has a print() method that lets you set print options. If you're not familiar with scripting Illustrator, check out the ExtendScript Toolkit's Object Model Viewer to explore, or check out their PDF guides.

So, you'd have a text frame that you could start with 0 (not sure if it'd be hard to do 0000) and loop up to whatever you need, printing each time. I don't know if you can avoid a print dialog, but if you can that should make this pretty seamless.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme