OS X V10.7 Lion :: Automator Rar To PDF Name File

Jun 10, 2012

I'm working on an Automator Application which would expand a Rar-archive full of pictures, and turn those into a PDF.This I got working, but now I want the output PDF to be named as the rar-archive's filename that I use as Application input. I tried around with some variables, but just couldn't manage to get the Application working in the end.How do I get the Application to name the output PDF like the input?

Info:
MacBook, Mac OS X (10.7.4)

View 1 Replies


ADVERTISEMENT

OS X V10.7 Lion :: Possible To Use Automator To Move Files Based On The File Name?

Jun 21, 2012

I'm kind of new to Automator and I'm trying to come up with a sequence that will severely save me a few hours a day moving files from two larger folders into smaller folders. Basically the setup is that I have two folders, one constantly being populated with images and the other with video files. They each have file names starting with a two digit number (i.e. 12, 11, 10...) or "BG" and then a two digit number (i.e. BG12, BG11, BG10...) with the digits corresponding to a year. Essentially, I'd need to move the files into folders corresponding to the year (i.e. files starting with BG12 and 12 would be moved to 2012, files starting with BG11 and 11 would be moved to 2011, etc). As it stands now, I've only been able to get the 2012 folder populated.

Info:
Automator, Mac OS X (10.7.4)

View 3 Replies View Related

OS X V10.7 Lion :: Automator To Save Word / Excel File To Two Different Directories

Mar 22, 2012

I'm a new Mac user and was just reading about "Automator" My question is would it be possible to create a workflow etc, to save an excel or word file to two different locations or directories?

Info:
iMac, Mac OS X (10.7.2)

View 5 Replies View Related

OS X V10.7 Lion :: Automator Copy Finder Items - File Couldn't Be Saved Error

Jun 7, 2012

I have a simple automator sequence that suddenly stopped working for no apparent reason.  Copy Finder Items has started returning an error "the file xxx couldn't be saved to the folder yyy"  Happens for different files and folders. Can't see anythng that's changed. 

Info:
MacBook Pro (15-inch 2.4/2.2 GHz), Mac OS X (10.7.3), iPad, iOS 5

View 1 Replies View Related

OS X :: Automator - Creating A File With A Variable Name

Feb 9, 2010

I'm trying to make a little automator script that will upload an image and comment file to a little gallery.

View 1 Replies View Related

OS X :: Lost File Extension When Run Images Through Automator

Oct 17, 2008

I have a large collection of files that I'd like to run through Automator to batch edit some qualities of these pictures. However, these images have been submitted from multiple people, moved around, and just "existed" for long enough that some of the files have lost their file extensions. The problem occurs when I try to run them through Automator. Everything runs fine until it comes across a file without an extension, then it stops, and displays an error message. Does anyone know a way around this in Automator? Does an Applescript exist that would be able to add these file extensions back in?

View 1 Replies View Related

OS X :: How To Add Current Date To Automator Save File Name

Jun 23, 2010

I have an automator script I made myself that I use constantly. When I run the script one of the steps takes a screenshot and saves it as a PNG file. When I run the script again, it replaces the old PNG file with a new one. I would really like it to save the PNG file so that file name begins with the current date at the beginning of the name. Meaning the PNG file would be named something like "6/23/10 screenshot". Is this possible?

I'd be almost as happy if I could at least get it to simply make a new PNG with any random filename just so long as it doesn't overwrite the old version. That way I could simply look at the date created column in the finder and get the same info.

View 1 Replies View Related

OS X V10.6 Snow Leopard :: Automator Won't Do More Than One Sequential File Rename

Jun 18, 2012

I am very new to automator, but relatively savvy with macs and such. Having a strange problem where an Automator file action to rename a file with a sequential number is only working one time.  The second time a new file drops into the folder, nothing happens.  If I edit the Automator File Action, change the number to a new higher number, it will work one more time, and then not again.  The basic task is to rename a file with a new text and sequential number each time a file is dropped or saved to a folder.  I am using a slide scanner, and the default image file that is saved is called 'untitled' each time.  Having this work would let me automate the entire scanning process to one click... 

Info:
iMac, Mac OS X (10.6.8), 3.06 Intel Core 2 Duo

View 2 Replies View Related

OS X Mavericks :: Automator Batch Rename - Removing Type Of File With No Extension

Jun 25, 2014

I've set up an Automator to batch rename files. The renaming works fine. The problem arises when it renames a file which doesn't contain it's extension (a common MacOS practice). Is there some way to make sure it preserves the filetype? For instance, this works fine: 

Original:

Output:

 And this results in an error: 

Original:

Output (file type has been replaced with generic "document" type)

Automator logic, can be viewed here.

View 4 Replies View Related

OS X V10.7 Lion :: Automator Clean My Desktop?

Mar 25, 2012

On the App Store I saw an item CleanMyDesktop but folks complained it didn't get all file types. So I thought I'd try it with my modest Automator abilities: FIND, FILTER, MOVE TO FOLDER...BUT...but it only works if there are files of that type on the desktop, so if there happens to be no pics, the application stops right there, or if there are no docs, it stops there, etc.But if I put an item of each file type on the Desktop, sure enough it runs all the way to the conclusion. So how can I fix this?  Tell it to move on even if there are no items of that type of MOVE. 'Cause right now it ain't good. I tried this to clean my Desktop and now I'm tossing junk all over the Desktop so the app can finish.

Info:
Mac mini, Mac OS X (10.7.3), 4GB RAM; Wacom, Powermate, MagicTrackpad, iControl

View 2 Replies View Related

OS X V10.7 Lion :: How To Set Up Automator Folder Actions

May 8, 2012

I have set up and sucessfully tested a workflow which sends any file found in a particular folder to the "paperless" app, then moves all files to a different folder called "Archived attachments".HOWEVER as a folder action, nothing happens when a file is put into the folder. The file just sits there in the folder. To create a folder action I opened "new folder action" in Automator, then dragged and dropped the working workflow file into the workspace, then set "Folder Action recieves files and folders added to" the appropriate folder, let's call it "Attachments".Just to complicate things, the files are placed into the "Attachments" folder using an applescript that captures all pdf mail attachments. This applescript works succesfully. [code]

Info:
Mac OS X (10.7.1)

View 14 Replies View Related

OS X V10.7 Lion :: How To Change .dat Extension To .csv With Automator

May 28, 2012

I get datalogger files every night that come in the .dat format.I need to process them in OpenOffice.calc to show the results. OO.calc will not read a .dat file, but if I manually change the .dat to .csv it works fine.I don't know enough about Automator to write the script.Doing it by record doesn't work. 


Info:
MacBookPro, Mac OS X (10.7.3), I7, 8GB, 750GB, Lion

View 2 Replies View Related

OS X V10.7 Lion :: Automator Does Not Work On Loop Automatically

Mar 20, 2012

I've got an Automator loop that is stopping at the first iteration while set on "loop automatically" but if I set it on "ask to continue" it prompts me every time but continues to loop correctly if I have selected multiple items in Finder.

Info:
MacBook Pro, Mac OS X (10.7.3)

View 1 Replies View Related

OS X V10.7 Lion :: Automator Speak Text Action

Mar 22, 2012

whenever I try the "Speak Text" action to speak out some text I receive the Automator error message: "Another application is already speaking" and no words are spoken.At the same time I can run a "run shell script" action with a "say some words" which is executed as expected.Any idea what's blocking my Speak Text action?

Info:
Logic Studio, Mac OS X (10.7.3)

View 3 Replies View Related

OS X V10.7 Lion :: Save A Workflow To Automator Library?

Mar 28, 2012

I have a workflow that I use often. Is there a way to add it to the library? I added a folder called My Workflows, but can't save any of them to that folder.

Info:MacBook Pro, Mac OS X (10.5.8)

View 2 Replies View Related

OS X V10.7 Lion :: Add Media Browser To Finder With Automator?

May 23, 2012

Since I tried basic steps in automator but can't make it work.

Info:MacBookPro, Mac OS X (10.7.3)

View 2 Replies View Related

OS X V10.7 Lion :: Accidentally Deleted Automator - Getting It Back Without Formatting?

May 16, 2012

I accidentally deleted automator, is there anyway to get it back? without formatting?

Info:
MacBook Pro, Mac OS X (10.7.4)

View 1 Replies View Related

OS X V10.7 Lion :: Delete A Folder Action Made In Automator?

Jun 11, 2012

I created a folder action in Automator and can't find it to edit it or delete it.  I've looked everywhere I could think of and ran a spotlight search but I can't find the .workflow document.  All I want to do is delete the workflow. 

Info:
MacBook Pro, Mac OS X (10.7.4)

View 4 Replies View Related

OS X Technologies :: Older Automator Script Won't Work In Lion

Jun 20, 2012

i have an Automator "application" that i made with the help of people on this very board that worked flawlessly on Snow Leopard and previous OSs but doesn't work in Lion anymore.i was hoping if someone could look at the file (link below) and either tell me what needs to be changed, or go right in and change it for me! (i don't really have much experience with scripting). i have a txt file with a list of filenames. the script references this list, goes to the folder that contains these files (but the folder also has other files in it too) and copies the referenced files into a new folder. url...

View 14 Replies View Related

OS X V10.7 Lion :: Automator: How To Check If An Image Exists Before Downloading

Jul 5, 2012

I have an Automator workflow working correctly that: Get Specified URLs (Media RSS feed with images)Get Image URLs from Articles (Get URLs of images linked from teh articles)Download URLs (to a folder on my desktop) 

This is working great, though it redownloads every image each time I run the workflow. Is there a way that I can have Automator check to see if the image exists in the folder prior to download and only downloading if it doesn't? This would save a lot of time and be much more efficient for me. 

Info:
MacBook Pro, Mac OS X (10.7.4)

View 1 Replies View Related

OS X V10.7 Lion :: Automator Message - Data Couldn't Be Read Because It Has Been Corrupted

Mar 20, 2012

Every time I sign into my Macbook, I get an error message from Automator; "The data couldn't be read because it has been corrupted.". I have never created an Automator workflow. How do I find out what Automator is trying to run and stop it?

Info:
MacBook Pro, Mac OS X (10.7)

View 3 Replies View Related

OS X V10.7 Lion :: Automator Workflow With Create Package Action: Launch Path Not Accessible

Apr 5, 2012

I am using this action in a workflow.  I have downloaded the Auxiliary Tools and put PackageMaker in /bin.  When I run the workflow, it barfs on this action.  The error message is "launch path not accessible."

Info:
Mac OS X (10.7), iMacs, MacBook, and iPhone 4

View 1 Replies View Related

OS X V10.7 Lion :: The Selected File Does Not Appear To Be A Valid Comma Separated Values (csv) File

Jun 28, 2012

The selected file does not appear to be a valid comma separated values (csv) file or a valid tab delimited file. Choose a different file.

View 1 Replies View Related

OS X V10.7 Lion :: Why Does File Icon Change When Copying File To Another Mac

May 21, 2012

I have a disk image .dmg file, and chage the icon by highlighting the file in Finder, then press Command-I.  Then I'll copy and past a new icon in the file information dialog box.  I can then see the new icon in the finder, and also the icon for this file in the dock changes.  Great.  Then I'll rsync the .dmg file from one Mac to another, and the icon reverts to the default icon for .dmg files. Is there any way to make the icon change stick, when copying the file to another Mac? 

Info:
MacBook Pro

View 2 Replies View Related

OS X Mountain Lion :: Convert MOV File Into DMG File To Burn DVD

Jun 3, 2014

how do I take a .mov file, make it into a dmg file and burn a dvd

Info:
MacBook, Mac OS X (10.7.5)

View 1 Replies View Related

OS X V10.7 Lion :: How To Convert A .Std File To A Jpeg File

Mar 28, 2012

This was a file i had on my old PC computer.....It will not open on my Mac.

Info:
iMac (27-inch Mid 2011), Mac OS X (10.7.3)

View 7 Replies View Related

OS X V10.7 Lion :: Add A Password To Either A Zipped File Or A M4v File?

Apr 29, 2012

Either using the apps that are included or any FREE app?

Info:
MacBook Pro, Mac OS X (10.7)

View 14 Replies View Related

OS X :: How To Use Automator

Apr 25, 2009

I've been playing around with Automator today and I'm just curious how other people use it.

The only thing I've done with it so far is to get it to connect to a NAS server at startup for Time Machine to backup to.

View 19 Replies View Related

OS X :: Mac Automator Using - Every App Take To Automator?

Jun 25, 2009

I'm having a bit of a problem with automator. I dont actually need to use it, but i've just installed a new application and when i try to run it, it takes me to the automator instead of just running the program. any ideas how to stop this from happening?

View 4 Replies View Related

OS X :: Automator - How To Create A Pdf

Nov 26, 2010

When I want to create a pdf, I click print > .pdf > save as PDF. Everything works fine.

Here's the problem though... when I click print > .pdf > Mail PDF... I get the following popup error. "The action "new Mail Message" could not be loaded because it could not be located. Try reinstalling the action."

Im pretty sure these are issues related to Automator, but through my hours of trolling the web, I havn't found anyplace to download automator actions.

Is there a way to restore automator actions and/or filters?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved