WhatTheyThink Acquires PrepressForums.com, Releases New Version of PrintPlanet

This site is a static archive, you are free to search, and view but no new posts or registrations are allowed.

Please visit printplanet.com for the new discussion groups

Prepress Forums  

Go Back   Prepress Forums > Applications > Quark
Googlemap ME Members List Calendar Search Today's Posts Mark Forums Read

» Site Navigation
 > FAQ
» Skyscraper

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-13-2004, 03:17 PM
harofreak00 harofreak00 is offline
Junior Member
 
Join Date: Dec 2004
Location: madelia, mn
Posts: 23
Send a message via MSN to harofreak00
Quark 5 to 4 backsaving - applescripting

hey guys,

joined this forum just for a single question, but ill probably end up having more.

i just started at a new printing business, and when i first got here, they were running a G4 and G3, with OS9. i helped them get somewhat up to date, and we have 1 G5 now, and another on the way. i am in love with it, and they are scared to death of it. (im 19, they are 40's). anywho, since they dont wanna do the switch, i have to do everything. so far my only issue is opening our archive of Quark files. we have backup of about 12,000 Quark 4 and 5 files, but i want to switch to InDesign CS. i have found that i can only convert Quark 4 files, and they have been saving as Quark 5 for over a year. I need to figure out a way to batch all the Quark 5 files back to version 4. im pretty sure i will need an applescript, but i dont really know what im doing with that. if i could have any pointers at all it would be greatly appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-19-2004, 03:21 AM
matmac matmac is offline
Member
 
Join Date: Feb 2004
Location: Australia
Posts: 92
Hi harofreak00,

Can't give you the applescript, but I would suggest you take a look at:

1. the Macscripter website. It has an extensive forum of AS users, one of which might be able to help you!

2. On the Quark applescript forum if found this post on back saving from v6 to v4.



matmac
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-19-2004, 11:10 PM
harofreak00 harofreak00 is offline
Junior Member
 
Join Date: Dec 2004
Location: madelia, mn
Posts: 23
Send a message via MSN to harofreak00
thank you very much...i will be researching both of those links
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-02-2005, 11:51 AM
Joe's Avatar
Joe Joe is offline
Senior Member
 
Join Date: Oct 2003
Location: Illinois, USA
Posts: 2,400
Re: Quark 5 to 4 backsaving - applescripting

Quote:
Originally Posted by harofreak00
and we have 1 G5 now, and another on the way. i am in love with it, and they are scared to death of it. (im 19, they are 40's).
WOW! In their 40's huh? :lol: Might I ask what they are scared to death of? I'm 49 and need to know if I should be scared of my G5.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-03-2005, 05:07 AM
clod's Avatar
clod clod is offline
Senior Member
 
Join Date: Jun 2003
Location: Kalamazoo, MI
Posts: 455
I searched all the applescript sites for the exact same thing a while back, and ended up writing my own (edited from an existing script). You can drag individual files or folders of files to the icon and it will open them in Quark 5 and resave them as version 4 . It runs fine on my Mac and several others, but on one Mac in particular it would stop after the first file and I have yet to figure out why.

Anyhoo, copy the text below into script editor, complie and save. You can edit this script to save version 5 files out of Quark 6 as well...the "QuarkXPress?" needs to be replaced with just "QuarkXPress" (as the name appears on the application icon) then change "Vers 40" to "Vers 50". Oh yeah, make sure you have only Quark 5 running before using it (or only Quark 6 if warranted) Let me know if it works for you...

Quark 5to4
______________


display dialog "Drag files or folders to be processed here"

on open these_items

repeat with i from 1 to the count of these_items
set this_item to (item i of these_items)
set the item_info to info for this_item
if folder of the item_info is true then
process_folder(this_item)
else if (alias of the item_info is false) then
my process_item(this_item)
end if
end repeat
end open


on process_folder(this_folder)
set these_items to list folder this_folder without invisibles
repeat with i from 1 to the count of these_items
set this_item to alias ((this_folder as text) & (item i of these_items))
set the item_info to info for this_item
if folder of the item_info is true then
process_folder(this_item)
else if (alias of the item_info is false) then
my process_item(this_item)
end if
end repeat
end process_folder


on process_item(this_item)
tell application "Finder"
open item this_item
end tell
tell application "QuarkXPress?"
activate
save document 1 version vers 40


close document 1 saving no

end tell

end process_item

beep
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-03-2005, 08:34 PM
gig0 gig0 is offline
Senior Member
 
Join Date: Aug 2004
Location: Cleveland, OH
Posts: 508
I have a question.

First of all, why would you save 12,000 documents to an older Quark version and run the risk of issues with formatting problems, text reflow and then compounding that risk by converting it to an entirely different page layout application? I'm pretty sure just about all of us have run into these types problems when saving back to an older version alone.

Why not just let the older files run their course of becoming obsolete and start the new department policy using fresh IDCS files, which will pay off in due time?

And by going through the effort of mass converting documents just because many of us prefer using a specific application while the original documents worked absolutely fine before is redundant.
Sorry, I just don't see the benefits outweighing the risk here.


And I had similar experiences a few times working with "older fellas" (heh) or "people set in their ways" and I can tell you that in all cases a gradual transition to newer software was a lot less stressful on them which also resulted in fewer errors. It made things easier for me too because I wasn't being bombarded with questions all at once. These people love IDCS now and prefer using that over Quark.


I guess that's more than one question but I'm just curious. We avoid 'back saving' documents like the plague over here and may do it only in odd circumstances.
__________________
Win2k/XP/OSX 10.4.10/Brisque 4.1/Lotem 400/Iris 4print & wide/Dolev/blah blah blah...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-04-2005, 04:49 AM
clod's Avatar
clod clod is offline
Senior Member
 
Join Date: Jun 2003
Location: Kalamazoo, MI
Posts: 455
In my case, the script was simply a way of allowing some of our operators working with Quark 4 to work on a file created created in Quark 6. One of our clients made the switch to OS10 and Quark 6 before all our operators could be upgraded the same. Quark 6 won't save back to vers 4, therefore I created two scripts, 6to5 and 5to4...couldn't make a single script that worked. Now that everyone here is working in Quark 6 or InD, we don't really have a need for the script anymore.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-04-2005, 08:45 AM
harofreak00 harofreak00 is offline
Junior Member
 
Join Date: Dec 2004
Location: madelia, mn
Posts: 23
Send a message via MSN to harofreak00
in response to gig0:

in the shop that i work for, we get 10 previous jobs to 1 new job. It is a super small town and new customers are hard to come by. quark 4 running on the G3 just isnt cutting it anymore. Yes, the problems could get ugly, but we have to start somewhere. Anyways, thats why I am a type setter, to change all that.

I am yet to use that script, but thank you VERY much for offering it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-04-2005, 09:37 AM
gig0 gig0 is offline
Senior Member
 
Join Date: Aug 2004
Location: Cleveland, OH
Posts: 508
just an fyi, you can run legacy apps in OSX on that G5 just as good as OS 9. Once you've resolved issues with the font libraries you should be good to go. We're running just about 100% OS X here and the only reason some old computers have OS 9 is because of adb hardware dongles.

I'm just trying to save you from an early retirement because of stress :wink:
__________________
Win2k/XP/OSX 10.4.10/Brisque 4.1/Lotem 400/Iris 4print & wide/Dolev/blah blah blah...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-04-2005, 05:10 PM
harofreak00 harofreak00 is offline
Junior Member
 
Join Date: Dec 2004
Location: madelia, mn
Posts: 23
Send a message via MSN to harofreak00
what do you mean by legacy?

i have the 9.2 disc on the way so i can play with classic
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Quark 7, RAM page and quark blends jv58 RAMpage 3 05-15-2007 01:40 PM
quark 6.5 and quark 7 open at same time pspdfppd Quark 5 11-14-2006 02:16 PM
Quark passport backsaving to normal quark Akuma Quark 1 06-16-2006 06:22 AM
Quark backsaving Risca Quark 3 02-15-2004 09:43 PM
Saving Quark 4 files in Quark 5 choneysett Quark 5 10-24-2003 07:42 AM


All times are GMT -8. The time now is 12:22 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
Powered by vBadvanced CMPS v3.0 RC1

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40