Need an extension for indesign cs2 that exports latest version of pdfs

we're using ID CS2, no plans to go to a more recent version.  Currently latest version of pdf that it will export to is pdf 7.  current versions of web browsers don't display properly, i imagine because they're expecting a more recent version pdf.  is there an add-on for CS2 that will generate current pdf version ?

You can search http://www.adobe.com/cfusion/exchange/index.cfm.

Similar Messages

  • Need plugin updates for InDesign CS2

    I purchased CS2 back in 2011. I use Photoshop, Acrobat and iIllustrator, but have never cracked open InDesign. And never had the need to upgrade to newer versions. (Semi retired) So someone sends me a file actually created in InDesign CS2 to edit and I think I'm good because I did load it onto my computer. But then I get a message saying I can't open the file until I upgrade the plugins. And of course Adobe doesn't keep them available for download any longer. Am not in a position to shell out a bunch of money upgrading to newer versions. Is there any way to get these plugins?

    2011? CS2 was released in 2003 I believe and has not been available through legitimate channels for about 10 years.
    There is no way to save a file from anything other than CS3 back to CS2.

  • How much does it cost to update InDesign (CS2) to the current version?

    I need to update my InDesign (CS2) to the current version. I have a file created by a version of InDesign that I can not open without installing many plug ins or updating the whole program. How much does this cost per licence?

    I am sorry the upgrade is available for  CS 3 and above version.
    Now CS 2 is an free application.
    You may purchase InDesign CC 2014 single app subscription , it will cost you $19.99
    Please refer below link :
    https://creative.adobe.com/plans

  • When trying to install an extension for InDesign CC 2014 I get an error message saying that the extension only works with version 7.0 or greater. My version is 10.0.0.7 x64 Build I was using this extension fine with InDesign CC

    When trying to install an extension for InDesign CC 2014 I get an error message saying that the extension only works with version 7.0 or greater. My version is 10.0.0.7 x64 Build I was using this extension fine with InDesign CCError message with InDesign CC 2014

    Used the 64bit version before CC 2014 as well so don't think that's the issue. Here is the text in the .mxi file if I have missed something:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <macromedia-extension id="PrintUI Tools" name="PrintUI Tools" requires-restart="true" version="3.0.0">
      <author name="PrintUI.com"/>
      <description/>
      <license-agreement/>
      <products>
        <product maxversion="" name="InDesign" primary="true" version="7.0"/>
      </products>
      <files>
        <file destination="" file-type="CSXS" products="" source="PrintUIManagement.zxp"/>
      </files>
      <update url="http://printui.com/public/downloads/updates/printui_tools_update.xml"/>
    </macromedia-extension>

  • Script exe for indesign cs2 is possible?

         i wrote a javascript for indesign cs2 application, user move that to script folder and run it.
    sometimes they edit the script for their own, it makes some problem.
    is it possible to make the script in exe format.
    by using Extend toolkit2 if i make it as binary format indesign cs3 accepts it, but the script not view in cs2 palette...
    how to solve it?
    thanks
    subha

    the scripts for Indesign can be exported as a binary format using the ExtendScript toolKit..
    This might prevent users from modifying them.
    However this jsxbin format can only be used in CS3 and CS4.
    Mayb u may consider upgrading to CS3 / CS4..
    hope this helps..

  • Saving InDesign CS4 files for InDesign CS2

    I'm about to upgrade from CS3 to CS4 but have a client who needs to open documents I create InDesign CS2. I've been saving files for this clients in CS3's interchange (.inx) format, which has worked fine. But CS4 .inx files will only open in CS3. One work around I found was on TUAW (http://www.tuaw.com/2009/05/08/tuaw-tip-saving-indesign-cs4-files-for-indesign-cs2/), which suggests opening the .inx file in a text editor and changing the version number. The resulting file should then open in CS4. I was wondering if anyone has tried this (with or without success) or has any advice on saving CS4 docs for CS2? Thanks very much!

    I'll go with option 3 since I no longer have CS2 on my machine and my
    client won't be upgrading anytime soon. Thanks for the help and great
    advice.
    I'd never use this workflow if I couldn't test it on CS2 before sending it off to the client. Don't know what to tell you here... good luck?
    Me, harsh? Is that my rep?
    Oh, come on. I can say it another way:
    "Peter's going to be way too nice about this... DON'T DO IT."

  • The list of extensions for InDesign now have a yellow triangle warning symbol in front of a good many of the extensions and when moused over i get one of two messages:  "Extensions may not function properly because it does not meet the dependency conditio

    The list of extensions for InDesign now have a yellow triangle warning symbol in front of a good many of the extensions and when moused over i get one of two messages:
    "Extensions may not function properly because it does not meet the dependency condition."
    OR
    Extension Status is not consistent with extension set configuration."
    The reason I opened the Extension Manager in the first place was to check to see if I had installed a third party extension.  And I was presented with these warning symbols.  I haven't added anything, I haven't done anything that would cause this.
    Does anyone know how to fix this???
    I am running OSX 10.9.5; Indesign CS6 version 8.0.2 And Adobe Extension Manager version  6.0.8.28.
    Thanks in advance!
    Nina

    Many InDesign pre-installed extensions (Those extensions you have immediately after InDesign installation) define dependency rules in their mxi files. Dependency means that one extension works well only if one or more other extensions are installed and enabled. If this condition is not met, the yellow triangle warning will be shown.
    You can select an extension with warning, click "Advanced" tag page in the lower right panel. You will see "This extension has dependency on: <extension name> ...". Check whether every extensions listed here are available and enabled. If not, enable them. Repeat these steps for all the extensions which have warning.

  • Load webpage in Flex extension for InDesign

    Hi All,
    I am implementing an extension for InDesign CS6 and CC using Flash Builder 4.6, Ext Builder 2.1.
    The panel reads a text file which contains the url of a webpage and renders it in an HTML control.. It is working with most urls..
    But sometimes it stops loading the page midway. I get the urls from my client.
    Here is the code I am using,
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
      layout="absolute"
      creationComplete="livepreview_creationCompleteHandler(event)">
    <mx:Script>
    protected function livepreview_creationCompleteHandler(event:FlexEvent):void
      var livePreviewFile:File = File.desktopDirectory.resolvePath("LivePreviewUrl.txt");
      if(livePreviewFile.exists)
           var fileStream:FileStream = new FileStream();
           fileStream.open(livePreviewFile, FileMode.READ);
           var livePreviewUrl:String = fileStream.readUTFBytes(fileStream.bytesAvailable);
           if(livePreviewUrl != "")
                livepreview.location = livePreviewUrl;
      else
      //TODO
      //Get some error error html url from server and use its value for location
      //livepreview.location = some error/hard coded url from server.;
    </mx:Script>
    <mx:VBox height="100%" width="100%" verticalAlign="middle" horizontalAlign="center">
      <mx:HTML id="livepreview" x="0" y="0" width="100%" height="100%"/>
    </mx:VBox>
    Is it possibe that background scripts executing in the webpage might be getting blocked by Flex causing the improper load?
    Any way to overcome this?

    If some property isn't available in Extension Builder environment, I think there is less that we can do. Perhaps there is any other control that might help me achieve what I want.
    Any ideas?

  • If I click 'clear now' in 'offline storage', do I need to wait for an acknowledgement that it has cleared or does it clear instantly?

    Lately, Firefox will not let me reply, forward, or open 'action' when in AOL mail. AOL works fine on Safari. Do I need to clear cache? If so, do I need to wait for an acknowledgment that the cache has cleared before moving from that screen?

    You do not get any acknowledgment if you click Clear Now to clear the cache. It will be done and shouldn't take much time. You can check the about:cache page via the location bar to see if it has worked if you want to be sure.

  • How do I enable plug-ins for InDesign CS2 - files won't open

    How do I enable plug-ins for InDesign CS2 - files won't open.
    I own CS2.
    I shouldn't have to buy CS6 InDesign.
    How do I open CS 2 files and get the plug ins again.

    Asking the same question over and over will not change the answer.

  • I need an application for my iPad that is compatible with excel.  I appreciate there is a number of options, However i need to be able filter columns! is this possible

    I need an application for my iPad that is compatible with excel.  I appreciate there is a number of options, However i need to be able filter columns! is this possible.

    Note that I have not tested either of these and they will not be supported by Microsoft. 
    1. Copy your new version of Silverlight.exe to C:\Program Files\Microsoft Configuration Manager\Client\i386
    (you'll have to re-distribute the client package after this).
    OR
    2. You could edit the ccmsetup.xml file with an alternative location for silverlight.exe
    </Item>
     <Item FileName="i386/Silverlight.exe" FileHash="417B442E128D821119008ACEEEE6CDC2A41224377A829B6EC52BABA2724F0151">
      <Applicability Platform="ALL" OS="ALL">
       <Skip>Embedded</Skip>
      </Applicability>
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • I need an extension for my iphone earphones with Microphone capability, where are they?

    I need an extension for my iphone earphones with Microphone capability, where are they?  need with a 3.5mm and male and female ends

    ebay has a couple, but when asked the seller will state it will not work for mic on the phone..  thoughts?

  • Want to create a InDesign document that is Interactive as a PDF

    I want to create an InDesign form that is made into a PDF that can be filled out (populated with their answers) and returned via email to someone.
    Can I make the document in InDesign or do I have to do it in Acrobat? I am running CS2.
    If you can point me into the right direction I would greatly appreciate it.
    Thanks
    Barb

    Just started doing interactive PDFs so I'm learning as I go. Been using Sandee's VQS and Scott Citron's Professional Design Techniques to learn the mechanics. Scott's book is my current favorite. Sure hope he gets well soon.
    I rushed through most of the books to get the first issue out but I have a week or so to smooth out my template. Main concern is navigation. I don't want page numbers on the pages but I do want people to click on nav guide and be taken to a specific page. Here's an example of what I mean (note how the page you're on is indicated in red):
    layout template
    I can't upload the entire PDF since it's proprietary material. Not even sure there is still an Adobe magazine. Is that now called Layers?
    Reading up on bookmarks, buttons and hyperlinks this morning. If I complete my template today, I'll put it up later.

  • I keep getting the message when I open Muse CC, that the latest version is here and that i need to download it... But when i click "Download Latest Version" and it takes me to the applications manager it tell me that Muse is "Up to date"..... I also downl

    I keep getting the message when I open Muse CC, that the latest version is here and that i need to download it... But when i click "Download Latest Version" and it takes me to the applications manager it tell me that Muse is "Up to date"..... I also downloaded a template from Muse and it tells me when I open it that i also need the latest version... Can anyone explain why Iam getting this message and Why I can not up date?... Much appreciated

    Download the creative cloud desktop app using the below link:-
    Download Adobe Creative Cloud apps | Free Adobe CC trial
    And then check if you get install Button for Muse CC 2014.3
    Regards,
    Neha

  • Why won't Adobe open a Pdf? Why do I pay for a service that will not open a pdf?

    Why won't Adobe open a Pdf? Why do I pay for a service that will not open a pdf?

    Maybe you could supply us with more details about what exactly you are doing, how you are doing and what you are using to do it.
    The reason I say this is because you are in the forum for Adobe Reader which is a FREE application and not a service.

Maybe you are looking for