7 Replies Latest reply: Oct 22, 2008 9:45 PM by (Leonard_Rosenthol) RSS

    Is it possible to utilize Acrobat PDF Optimizier preset during save?

    andrejusc Community Member
      Hi,

      My freind told me that in Illustrator through his script code he could do things like this:

      var NamePreset = 'Acr 6 bleed 2 300';
      var saveOptions = new PDFSaveOptions();
      saveOptions.pDFPreset = NamePreset;
      doc.saveAs( saveName, saveOptions );

      Is it possible the same with Acrobat SDK in C code? I.e. if I have defined some settings under the name 'Test1' - how could I use that during file save from inside my C code?

      Any help would be appreciated.