Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Batch AI to PDF

  1. #1
    Kido's Avatar
    Kido is offline Junior Member
    Join Date
    Nov 2008
    Posts
    25

    Default Batch AI to PDF

    Hello


    We have many customers delivering their files as illustrator, but non-pdf-compatible.
    Is there a way to batch an AI to PDF conversion?

    I would like a hotfolder-based the most, but is it realistic?
    So not, are there other possibilities to automate?



    Many thx

  2. #2
    mordygolding is offline Junior Member
    Join Date
    Nov 2007
    Posts
    2

    Default Create an action

    You could easily create an action that will open and resave each file with the PDF option checked (or perhaps even better, open the file and save it as a PDF/X-1a file). Once you've recorded the Action, you can use the Batch command to perform the action on an entire folder of files.

    Mordy

  3. #3
    Colorblind's Avatar
    Colorblind is offline Senior Member
    Join Date
    Aug 2007
    Location
    Montreal, Qc, Canada
    Posts
    331

    Default

    I may be wrong but I think that whatever you do, your files will have to be opened first to ensure they are OK (missing fonts, missing links, wrong color space...) before performing a batch PDF conversion.
    Better train people and risk they leave - than do nothing and risk they stay.

  4. #4
    Shawn is offline Senior Member
    Join Date
    Aug 2007
    Location
    Topsham, Maine
    Posts
    192

    Default

    Have you checked out the sample scripts that Adobe supplies in the Illustrator folder under "Scripting/Sample Scripts/" ?

    We've used the Save as PDF script here to batch save Illustrator files as PDFs. It's not quite a hotfolder based script, but still works pretty well. As colorblind mentioned, you still need to make sure that all fonts and images are linked.

    You also may need to edit slightly to have it use specific PDF settings for your workflow. You can either change the settings within the script or to change it to use specific presets. To use your presets, delete most of the final section that starts with getPDFOptions and make it match the text below, replacing the type [your joboptions here] with the exact name of your standard joboptions.

    Shawn


    -----

    function getPDFOptions()
    {
    // Create the PDFSaveOptions object to set the PDF options
    var pdfSaveOpts = new PDFSaveOptions();

    // Setting PDFSaveOptions properties. Please see the JavaScript Reference
    // for a description of these properties.
    // Add more properties here if you like
    pdfSaveOpts.pDFPreset = '[your joboptions here]';


    // uncomment to view the pdfs after conversion.
    // pdfSaveOpts.viewAfterSaving = true;


    return pdfSaveOpts;
    }

  5. #5
    leonardr's Avatar
    leonardr is offline Senior Member
    Join Date
    Sep 2007
    Posts
    451

    Default

    Quote Originally Posted by Kido View Post
    We have many customers delivering their files as illustrator, but non-pdf-compatible.
    Given that Adobe Illustrator files _ARE_ PDF files and have been since AI 10 - unless your customers are using VERY old versions of Illustrator, that's simply not possible.

    Can you post an example document or explain further??

    Is there a way to batch an AI to PDF conversion?
    You can use the Actions feature of Illustrator to do this.

  6. #6
    MGB_LE's Avatar
    MGB_LE is offline Junior Member
    Join Date
    Sep 2007
    Posts
    7

    Default

    Have you tried a simple batch rename to .pdf, since as leonardr posted, AI is PDF format, under the hood?

  7. #7
    phantasm is offline Member
    Join Date
    Apr 2008
    Location
    Hereford, England
    Posts
    43

    Default

    Quote Originally Posted by leonardr View Post
    Given that Adobe Illustrator files _ARE_ PDF files and have been since AI 10 - unless your customers are using VERY old versions of Illustrator, that's simply not possible.
    There is an option to make Ai files PDF compatible or not when saving. I sometimes turn off this option for very large files as save times can increase hugely - and the file size doubles as you are effectively saving two files (the Ai artwork and the PDF) within a wrapper.

    But I would have expected users who are sending final artwork to printers to re-enable this option.

    Regardless, Actions are an obvious way forward. But as Colorblind mentioned and Shawn confirmed, a certain amount of checking is advised. However, and I've never used this particular feature personally, if you open the Ai Actions (panel pull-down menu) > Batch... window, you will notice at the bottom the options to "Stop for Errors" or "Log Errors to File". I presume that Ai will flag an error in batch mode if, say, a font is missing. Still not sure I'd trust this fully, though...

    Good luck!

  8. #8
    CHM
    CHM is offline Senior Member
    Join Date
    May 2008
    Posts
    171

    Default

    Quote Originally Posted by leonardr View Post
    Given that Adobe Illustrator files _ARE_ PDF files and have been since.

    This is new for me leonard, as long you dont save your Illustrator with compatible pdf, there is no pdf there. Or am I wrong?

  9. #9
    davec is offline Junior Member
    Join Date
    Dec 2008
    Location
    Edinburgh, UK
    Posts
    18

    Default

    Have you tried creating a hot folder that Distiller watches?

  10. #10
    leonardr's Avatar
    leonardr is offline Senior Member
    Join Date
    Sep 2007
    Posts
    451

    Default

    Quote Originally Posted by CHM View Post
    This is new for me leonard, as long you dont save your Illustrator with compatible pdf, there is no pdf there. Or am I wrong?
    You are wrong...

    What it does is create a PDF file _BUT_ instead of creating actual PDF page content that matches the Illustrator page content, it just puts some instructional text on the page.

    Drag one on Acrobat to see....


Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Sponsors

Esko Sponsored Content