Denna delen av 99 uppdateras inte längre utan har arkiverats inför framtiden som ett museum.
Här kan du läsa mer om varför.
Mac-nyheter hittar du på Macradion.com och forumet hittar du via Applebubblan.
Dick Different
  • Plats Nacka
  • Registrerad 2002-10-25
  • Senast aktiv 2012-10-18
  • Antal inlägg 122

Foruminlägg

De senaste inläggen Dick Different har skrivit i forumet.

Ok, så det här är ännu en grej som måste scriptas alltså. Å jag som hoppades att eftersom det är Abobe som är "avsändare" för båda programmet, att det fanns nått hemligt kommado som jag missat.

Kan man på samma sätt som i Photoshop match zoomning och plats, när man har flera dokument ordnade "Sida vid sida" ?

Jag jobbar med en katalog prod. 4 olika språk och när jag rättar korrektur lägger jag dokumenten sida vid sida för att lättare se ändringarna. Då vore det bra om alla dokumenten var "Anpassade till upplag", och inte som nu ett ett mischmasch av olika storlekar. I PS2 finns funktionen: Matcha zoomning och plats, som gör just detta. Och i Indesign ...?

Jag behöver montera ett 25 sid pdf dok. i Indesign. Kan man göra det med bibehållen sidordning eller måste jag först dela upp dokumentet i Acrobat, och i så fall finns det någon funktion i Acrobat som delar upp sidorna automatiskt.

Finns det något sätt att "stänga av" alla varningsrutor som dycker upp när man "Packar ihop" ett IDCS2 dokument. Sammanlagt måste man trycka RETURN ca 5 ggr och har man 200 dokument att samla ihop, ....många tangent tryckningar blir det

1)Preflight sammanfattning
2)Möjliga problem upptäcktes ...
3)UtskriftsInstruktioner
4)Skapa packningsmapp
5)Teckensnittsvarning
6)Dokumentstatus

puh!

Sedan vi uppdaterade till CS2 det en eviiiiiiiiiiiiiighet innan dokumentet släpper från skärmen när jag skriver ut (Canon 3220/EDOX ripp). På den goda gamla Quark tiden (OS9) fanns ju bakgrundsutskrift, så att man åtminstone kunde försätta jobba under tiden.

Vad kan man göra nu?

EasyWMA allows you to convert .wma, .asf and .wmv files to .mp3 or .m4a so that you can play your favorite songs in iTunes or any other player on your Mac.
http://www.macupdate.com/info.php/id/14645

Det finns ett program som heter Easy WMV Converter som nog kan lösa dina problem.

och gärna få en förhandvisning på hur sidan ser ut.

property done_foldername : "PDF Files"
property originals_foldername : "Original Indd Files"
property newimage_extension : "pdf"
-- the list of file types which will be processed
-- eg: {"PICT", "JPEG", "TIFF", "GIFf"}
property type_list : {"indd"}
-- since file types are optional in Mac OS X,
-- check the name extension if there is no file type
-- NOTE: do not use periods (.) with the items in the name extensions list
-- eg: {"txt", "text", "jpg", "jpeg"}, NOT: {".txt", ".text", ".jpg", ".jpeg"}
property extension_list : {"indd"}

on adding folder items to this_folder after receiving these_items
tell application "Finder"
if not (exists folder done_foldername of this_folder) then
make new folder at this_folder with properties {name:done_foldername}
end if
set the results_folder to (folder done_foldername of this_folder) as alias
if not (exists folder originals_foldername of this_folder) then
make new folder at this_folder with properties {name:originals_foldername}
set current view of container window of this_folder to list view
end if
set the originals_folder to folder originals_foldername of this_folder
end tell
try
repeat with i from 1 to number of items in these_items
set this_item to item i of these_items
set the item_info to the info for this_item
if (alias of the item_info is false and the file type of the item_info is in the type_list) or (the name extension of the item_info is in the extension_list) then
tell application "Finder"
my resolve_conflicts(this_item, originals_folder, "")
set the new_name to my resolve_conflicts(this_item, results_folder, newimage_extension)
set the source_file to (move this_item to the originals_folder with replacing) as alias
end tell
process_item(source_file, new_name, results_folder)
end if
end repeat
on error error_message number error_number
if the error_number is not -128 then
tell application "Finder"
activate
display dialog error_message buttons {"Cancel"} default button 1 giving up after 120
end tell
end if
end try
end adding folder items to

on resolve_conflicts(this_item, target_folder, new_extension)
tell application "Finder"
set the file_name to the name of this_item
set file_extension to the name extension of this_item
if the file_extension is "" then
set the trimmed_name to the file_name
else
set the trimmed_name to text 1 thru -((length of file_extension) + 2) of the file_name
end if
if the new_extension is "" then
set target_name to file_name
set target_extension to file_extension
else
set target_extension to new_extension
set target_name to (the trimmed_name & "." & target_extension) as string
end if
if (exists document file target_name of target_folder) then
set the name_increment to 1
repeat
set the new_name to (the trimmed_name & "." & (name_increment as string) & "." & target_extension) as string
if not (exists document file new_name of the target_folder) then
-- rename to conflicting file
set the name of document file target_name of the target_folder to the new_name
exit repeat
else
set the name_increment to the name_increment + 1
end if
end repeat
end if
end tell
return the target_name
end resolve_conflicts

-- this sub-routine processes files
on process_item(source_file, new_name, results_folder)
-- NOTE that the variable this_item is a file reference in alias format
-- FILE PROCESSING STATEMENTS GOES HERE
try
-- the target path is the destination folder and the new file name
set the target_path to ((results_folder as string) & new_name) as string
with timeout of 900 seconds
tell application "Adobe InDesign CS2"
launch -- always use with Folder Actions
set this_image to open file (source_file as string)
-- remove dashes to activate dialog hooks
--display dialog "Please choose format:" buttons {"Screen", "Print"}
export this_image format PDF type to target_path using "rowells" without showing options
close this_image saving no
end tell
end timeout
on error error_message
tell application "Finder"
activate
display dialog error_message buttons {"Cancel"} default button 1 giving up after 120
end tell
end try
end process_item

Ursprungligen av Peth:

Markera filen i Finder, tryck Äpple +i, under fliken "öppna med" väljer du sedan det program du vill öppna filen med, tryck "ändra alla", klart!

Är inte preview och förhandsvisning samma sak?

jag vill alltså se hur sidan ser ut, inte en förhandsvisningsikon.

Har lite svårt att förstå var någonstan jag ska lägga in: "set user interaction level to never interact"

Jag har ett Applescript som omvandlar Indesign dokument till pdf, men tyvärr så stannar hela proceduren så fort det saknas typsnitt/länkar i dokumentet.
Kan man stänga av varningsmedelandet med nån liten scriptkod.