Hi
I just wondered if anyone knows how to copy to the clipboard with InDesign scripting?
Surely this must be possible - I just can't seem to find any way of doing this
Kind regards
Duncan
Kind Regards
Duncan
Thank you Eugene
This is what i have managed so far:
var mydoc = app.activeDocument;
var concat = "Duncan => InDesign / javascript automation project\n";
for( var p = 0; p < mydoc.pages.length; p++ ) {
for (var j=0; j < mydoc.pages[p].textFrames.length; j++) {
var X = parseInt(...
Hi
I wondered whether anyone could help me do the following:
I need to write a Javascript script to iterate through all the text frames of all the pages of the active document
i.e.
for (p=0; p < app.activeDocument.pages; p++) {
for (t=0; t < app.activeDocument.pages.textFrames) {...
This will build a hash of the Prinergy Updates - and they will store the dates they were installed
#!/usr/bin/perl
s/([A-Z]{1}[a-z]{2} [A-Z]{1}[a-z]{2} \d+ \d+:\d+:\d+ \d{4}).*{(.*)}/$PRINVER{$2} = $1/e while <DATA>;
while (($key, $value) = each %PRINVER) {
print "$key => $value\n";
}...
How about this?
#!/usr/bin/perl
s/^([^-]+)-(\d+)/$mostRecent{$1} = $2 if $2 > $mostRecent{$1}/e while <DATA>;
print "$key => $value\n" while (($key, $value) = each %mostRecent);
__DATA__
xxxxxxxx-01.ext
xxxxxxxx-03.ext
yyyyyyyy-23.ext
yyyyyyyy-24.ext
aaaaaaaa-01.ext
aaaaaaaa-09.ext...
Can you not just create the database in FileMaker Pro (for example), create calculated fields that wrap XPress Tags around the fields, then export the data as an ASCII file. Then import into Quark and all the formatting should be done. This way it is simple to make changes to the original data -...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.