SDK to run Optimizer

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default SDK to run Optimizer

    I'm using SDK 7.0.5 with VS 2005. I'm new to the SDK. Is it possible to interface with the PDF Optimizer programmatically? I don't want UI. So far I haven't found any methods or documentation related to it.

    I'm also looking for a way to SaveAs() a PostScript file without UI and would appreciate any pointers or code samples people know of (like can I do this without UI)?

    Brian
    Brian_Steele@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Accessing Optimizer from VB or C# .NET
      Is there any way to save an optimized version of the pdf using any of the mentioned languages?
    2. sdk and pdf optimizer
      In acrobat 6.0 professional there is an option under the advanced menu called 'pdf optimizer'. We have repositories full of pdfs and we've tested...
    3. Image optimizer
      Does anyone use additional image optimization, other than Fireworks ? Got any recomendations ? Cheers, Rosco
    4. about zend optimizer
      is zend optimizer any good?
    5. zend optimizer for 4.3.2
      Does anyone know when Zend Optimizer will support up to PHP version 4.3.2? Currently it only supports up to 4.3.0. Sincerely, Michael Rubin
  3. #2

    Default Re: SDK to run Optimizer

    PDF Optimizer, don't think so.

    Save as PostScript is really printing to file; see
    AVDocPrintWithParams.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  4. #3

    Default Re: SDK to run Optimizer

    Aandi,

    I couldn't find anything on it either. Apparently the optimizer works similiar to a plugin.

    Maybe something will show up in the next couple of versions.

    Brian
    Brian_Steele@adobeforums.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139