Xpress template to document
Xpress template to document
- Subject: Xpress template to document
- From: "Michiel (werk)" <email@hidden>
- Date: Fri, 04 Oct 2002 09:12:27 +0200
I've tried to save it with the scriptmaster Xtension. This Xtension
generated the following script:
with template:
save document 1 in file "HD Michiel:Desktop Folder:Document1" with template
and include preview
without template:
save document 1 in file "HD Michiel:Desktop Folder:Document 2" with include
preview without template
I don't see much difference between this and your script. But you never
know......
Michiel de leeuw van Weenen.
Rick Norman wrote:
Yesterday, I posted a request for help which was responded to quickly and
helped immensely and I want to thank everyone again who responded.
That was the first part of a script that takes a number of folders dropped
onto the applet and converts some RGB JPEG files to CMYK files, resizes them
and resaves them. Then the script opens a QuarkXpress template and places
the photos onto the front and back pages of the 2 page document. After which
there is some text extracted from the data file and imported into the
document and formatted accordingly.
Below is the last two lines of the script which are my attempt save the
document as a document and not a template. I have tried other ways as well
as this one but can't seem to coerce the template to a document. I figure a
work around would be to re-save the templates as documents, since they are
being renamed this would not effect the original document, but I would
rather be able to have them save as documents. Is this possible?
Thanks in advance for any help,
Rick Norman
save document 1 in file ((a_folder as string) & (text 1 thru fileNameCnt of
theName)) with replacing and preview without template
close document 1 without saving
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.