programmatically set Acrobat Export JPEGoptions (JPEG maximum, 600 dpi, RGB)

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

  1. #1

    Default programmatically set Acrobat Export JPEGoptions (JPEG maximum, 600 dpi, RGB)

    I am trying to create jpegs from a PDF file with 600 dpi and 300 dpi sometimes. Issue is I have to do it manually
    Edit Preferences - Convert from PDF - JPEG - Edit Settings...

    I need to do it programatically using C# / VB.NET just on my local computer. so if i click a button the acrobbat settings will convert the PDF to JPEGS with 600 dpi and sometimes with 300 dpi. Is there an XML or settings file that i can change directly. Can I have 2 versions of acrobat with the different settings on it and call one for each? Pls help.
    jai_shankar@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Can't Export To Jpeg Format
      Help!!!!!!!!!! When I try to export files to jpeg format, a dialog box indicates that "due to insufficient memory it cannot be completed". I work...
    2. Export As JPEG
      In CS2 - i have a flat colour: C0/M100/Y79/K20 After exporting as jpeg and coverting in Photoshop i get no black value so the red is quite...
    3. sprite to jpeg export
      Hello, I've made an application where users can position 3D objects on a background. Does anybody how to export the 3D sprite (not the stage) as...
    4. Export to 200 dpi jpeg?
      What would be a good way to approach this problem: I have some bumper sticker designs that are layed out as 60p3 wide by 18p3 high. I need to export...
    5. Can Flash Player export jpeg (ie screenshot of Animation)?
      Hi folks, It was suggested to me by a fellow Flasher that MX movies can be made to export a screenshot of the animation, ie 'Build Your Own...
  3. #2

    Default Re: programmatically set Acrobat Export JPEGoptions (JPEG maximum, 600 dpi, RGB)

    Those settings are only controllable from a plugin when it calls the export function directly. There are no APIs for .NET

    Adobe does not support the installation of multiple versions of the software on the same computer (outside of virtual environments) - and even if we did, they would share the registry for settings.
    Leonard_Rosenthol@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