pdf2swf using MAC OS Batch command or Apple script
        Posted  
        
            by Garth Humphreys
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Garth Humphreys
        
        
        
        Published on 2010-05-07T17:06:19Z
        Indexed on 
            2010/05/07
            17:08 UTC
        
        
        Read the original article
        Hit count: 470
        
How do I write a batch process on the Mac for pdf2swf, I want to convert all pdfs in a folder into swf. But pdf2swf doesn't have a option to convert a folder of pdfs to swfs, you have to do it one at a time. I'm not sure how if I should use a Apple script or a Shell script, either one I'm not sure how to get or assign a file name variable.
pdf2swf file_name_variable.pdf -o file_name_variable.swf -T 9 -f
Thanks
© Stack Overflow or respective owner