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 boot
champions league europa league 2 euros world cup balon d'or top three, multiple golden boots, record-breaking transfer. don't make laugh. had no hand in winning trophies , has poor record spain. great liverpool that's it. Forums Mac Community Community Discussion iPhone Mac OS & System Software iPad Apple Watch Notebooks iTunes Apple ID iCloud Desktop Computers Apple Music Professional Applications iPod iWork Apple TV iLife Wireless
hi, have attempted created new sfott usb key on macpro 1,1 running os x 10.7 lion using tiamo's sfott.app. trying install mavericks on machine. the usb key not bootable. i looked @ script , found these errors: [replace boot.efi] check if tiamo's boot.efi there no (graphic) boot.efi found in working directory downloading boot efi file macrumors http://forums.macrumors.com/attachment.php?attachmentid=449242 credits tiamo http://forums.macrumors.com/member.php?u=460956 [|] unzip archive working directory ditto: couldn't read pkzip signature ls: /tmp/sixtyfouronthirtytwo/tiamobootefig/boot.efi: no such file or directory no (verbose) boot.efi found in working directory downloading boot efi file macrumors http://forums.macrumors.com/attachment.php?attachmentid=449107 credits tiamo http://forums.macrumors.com/member.php?u=460956 unzip archive working directory ditto: couldn't read pkzip signature ls: /tmp/sixtyfour
Comments
Post a Comment