for parent folder "untitled folder" on desktop, there many sub-folders inside. each sub-folder has 1-2 .docx files
ultimate goal combine documents single pdf (ordering not matter)
for each document, insert page break before inserting next document otherwise not readable easily
for each document, @ top of insert, insert filename of document know next few pages on until next filename shows up
here's have far: automator: specified finder items folder contents (repeat each subfolder found checked) combine word documents save word documents pdf
works; however, unable filename of each document before insert , unable page break.
apple script: found code online , tried manipulating it, had absolutely no luck. change made add .docx it. same problems above when runs.
can assist or point me in right direction?
here's code:
code:
on open thefiles tell application "microsoft word" set combodoc make new document repeat 1 (count thefiles) set thefile item of thefiles set filepath thefile unicode text tell application "finder" set {creatype, filetype} {creator type, file type} of thefile set ext name extension of thefile set filename name of thefile end tell if (creatype "mswd" , {filetype} in {"bina", "w8bn", "s8bn", "w6bn", "s6bn", "rtf "}) or ext = "docx" tell application "microsoft word" set comborange text object of combodoc set collapsedrange collapse range comborange direction collapse end insert file file name filepath @ collapsedrange end tell end if end repeat tell application "microsoft word" activate end open
there insert break command in microsoft word dictionary.
os x el capitan (10.11) on unsupported macs macos extractor , macpostfactor apps guide through patching , installing os x el capitan (10.11), yosemite (10.10), mavericks (10.9), or mountain lion (10.8) on older mac. thread focuses on os x el capitan. macpostfactor works mountain lion, mavericks, yosemite, , el capitan. please note older gpu (gma 950, x3100, x1600, x1300, x1900, 7300gt, etc.) graphics acceleration on mavericks, yosemite, , el capitan not supported yet. installing on these models may cause them have graphical issues stated in these pages. kexts provided little bit. macos extractor more advanced users , should only used alternative macpostfactor. thread consists of members prominent in these patches can solve issues. please not hesitate post if have questions. apple history os x 10.6 snow leopard first os x version optional support 64-bit kernel, allowing booting either 32-bit or 64-bit kernel. however, apple did not support...
i use 2 things safari: fastscripts cmd-# shortcuts tabs in safari firefox/chrome (which not necessary in el capitan, thankfully), , safari keyword search keyword searching in bar (e.g., "wp spokane" searches wikipedia article spokane , goes if/when possible). latter: safari keyword search abandonware. creator has nothing on home page nor github in years. there little bug where, inexplicably, dumps saved keywords, requiring manual reimports. i've tried omnikey , don't based on how can't handle encoding of spaces in search strings, how stores saved entries. keysearch: don't know how handles spaces in searches. may abandonware, has not had major update since updated safari 6 years ago. glims: don't know if still around. overkill anyway. have other suggestions on minimalist, still-supported utility keyword searching in address bar? nice able "wp" , "i" , "a" wikipedia / google image / ama...
hey everyone, friend of mine trying install .pkg file , somehow unarchiver became default app use. told him uninstall unarchiver , tried locate installer.app set default, unable locate in mac hd/system/library/core services. running yosemite running mountain lion , assume that's should located. so, test, copied installer.app , told him place in folder. .pkg file recognized installer, not opened (see pic below) i'm assuming crashed because yosemite version won't run on mountain lion (maybe can confirm this). if that's case: 1) can tell me version runs on ml (maybe can check version have)? 2) since i'm not running ml, installer.app lion work (i have friend running lion on mac)? 3) noticed "system" has permissions use installer. have set same permission? if so, how do (can't add system via gui)? side note, told him long ago needs hd use time machine backup hasn't gotten around it. think situation motivate...
Comments
Post a Comment