Plugins de In Design 4.0.5

¿Cómo puedo actualizar los Plugins de in design 4.0.5?

Ines
Los plug-ins de InDesign CS2 (4.0) estan "al día" al actualizar (proceder a instalar el archivo de actualización descargado de la web de Adobe) el programa a su revisión final v.4.05.
No existe ninguna revisión o actualización posterior para InDesign CS2.
Estás acaso recibiendo algun mensaje que indique lo contrario? En qué situación?
Cuando se intenta abrir archivos creados en InDesign CS3 o CS4, obviamente aparecen mensajes de plug-ins no actualizados o ausentes.
Para poder abrir un archivo de InDesign CS3 o CS4 en la CS2 o CS3 hay que EXPORTAR (no guardar) el archivo, usando el formato: Formato de Intercambio de InDesign (.inx)

Similar Messages

  • Plugin Architecture / Modular Design

    I'm trying to find some more information on creating a plugin capable program architecture. I would like to learn how to design a program so that it can later be extended/enhanced by plugins/modules. I would like for a compiled version of my program to be able to access these plugins.
    Has anyone completed a similar task with Java? Can anyone point me in the right direction to start learning more?
    Thank you for your help!
    DesQuite

    To be more explicit, the typical method of creating a "plugin architecture" is to use a combination of interfaces and reflection. For example, if I want to allow developers to create a forum plugin that displays a special footer, I might create an interface that looks like this:
    * A plugin interface. Developers should implement
    * this interface, and register their class.
    public interface ForumFooterWriter {
    * Writes the footer contents to the stream.
    public void writeFooter( PrintStream stream );
    Then you provide a means for the developers to 'register' their plugin. This can be as simple as them editing a properties/xml file and creating an entry with their class name. For example,
    --- Begin plugin.properties
    footerPlugin=com.foo.MyFooterPlugin
    --- End plugin.properties
    Then, you can read the file, and instantiate the plugins. For example,
    /** Your code.
    void writeFooter( PrintStream out ) {
    Properties p = new Properties();
    p.load( "plugin.properties" );
    String footerPlugin = p.getProperty( "footerPlugin" );
    Class footerPluginClass = Class.forName( "footerPlugin" );
    ForumFooterWriter ffw = ( ForumFooterWriter ) footerPluginClass.newInstance();
    ffw.writeFooter( out );
    Note, that if you want people to be able to change which plugins are registered, or just be able to re-compile a plugin and have the effect take place without restarting your app, you'll have to add some more complexity to the above (for example, using your own custom class loader), but this ought to be enough to get you started.
    God bless,
    -Toby Reyelts

  • How can I remove the Facebook Exporter Plugin (32-bit) designed for AP2?

    Now that I have A3 which has native ability to export to Facebook, I wanted to delete this plugin I have used and downloaded from the plugin page.
    This plugin does not create/provide a plugin that is supposed to reside in the Library/Application Support/Aperture/Plug-ins instead there is a package file and an installer; the developer who created this (and who according to post on his site) no longer is actively developing it.
    So it isn't an easy case of just removing the plugin from that directory.
    For those who use this plugin does anyone know how to remove it?

    Yes, it's stil in the export menu. I also had the flickr exporter that was developed by another developer and initially that was in the export menu as well in Aperture 3. I went to the plugins folder and removed the plugin then when I restarted Aperture the flickr plugin was removed (as expected).
    But this Facebook plugin never created a "plugin" per se (a spotlight search indicated some files with the extension ".h" in the Library/Frameworks folder but I'm not sure what that means...).
    Consequently there never was a plugin in the Plugin folder to delete, hence my dilemma.

  • DS SDK: How to check if plugin is called in "design mode" or in browser?

    Dear SDK experts,
    I just created a simple world-/europe map plugin based on Datamaps (http://datamaps.github.io/) which works fine when the dashboard is executed in the browser but crashs, when I drag my plugin into the design area (maybe it's called different) of design studio. As I found no easy way to debug my created js code directly in design studio, is there is simple check so I can call the "real" plugin code only when my dashboard is executed in the browser and for example display only a static image when it's called inside design studio?
    This check would also help a lot in my other plugins and I am sure, I already saw some coding somewhere -hopefully you remember where.
    Thank you very much in advance for answering my very first question here on SCN.
    Best regards,
    Oliver

    Hi Oliver,
    The approach for determining design mode is documented in this thread: SDK - how to control other objects
    Specifically, the code is:
    if (window.sap && sap.zen && sap.zen.designmode) {
    // Design time only code...
    Hope that helps.
    Regards,
    Mustafa.

  • Adding a date and a time to create one channel in a data plugin

    I would like to preface this question with the fact that I am new to VBS programming.  What I want to do is create a plugin. Most of it is done but I am having a problem with adding two times to make one.  I have a text file that stores the date and time separated by a tab.  This file format was design for excel.  When I bring it in both the date and time are in different channels and I can't figure out a way to add the two and either replace one of them or even place it into a separate variable.  Below is an example. 
    Chan(1) contains the date, Chan (2) contains the time.  This statement that places the data into the channel is:     
    Set StandChannels(0).Values(k) = Chan(1).Values(i)
    I have tried:
    Set StandChannels(0).Values(k) = Chan(1).Values(i)+Chan(2).Values(i)
    error: Object doesn't support this property or method
    or
    Chan(1).Values(i) = Chan(1).Values(i)+Chan(2).Values(i)
    error: Object doesn't support this property or method
    I have tried many other iterations and have not had any success.  This seems to be an easy task I am probably missing something simple.
    Solved!
    Go to Solution.

    Chris and Brad,
    Sorry I didn't respond sooner.  I tried the suggestion on the code and it made sense seeing it but I could not get it to work within the code.  I am enclosing the code and the file.  I would like to explain that the plugin is currently design to accept two different file versions.  I have sent you the newer file version.  I received an initial plugin from a coworker that I believe came from NI and which accounts for the frame work and I modified it a great deal to get it to this point.  I appreciate your help; it has been somewhat frustrating not completely understanding the different types of channels, how to access the information needed, and finding examples of what I wanted done.
    Elias
    Attachments:
    MSN#19 Mon, Oct 18, 2010 1-29 PM_NI Version.log ‏11 KB
    log_data_plugin_101510.txt ‏48 KB

  • Finding good plugin settings

    After purchasing Logic Pro, I was surprised the setting choices that came with plugins (EQ, Space Designer, etc...) were not very realistic. A Piano in a Space Designer "Piano Concert Hall" sounds more like it's in outer space. The EQ setting for piano also sounds muffled and unrealistic. I've been able to play around with the settings to make them more realistic, but I was wondering if there is a forum somewhere where people post their plugin settings. It would be nice to share in all the hard work it takes to fine-tune these settings.
    Anyone know what I'm talking about?

    We have never sent an email to any of our registered members unless contacted first by the member. No spam here.
    I did take the time to visit the spamgourmet site and have to say it really sounds like a great idea!
    But anyway yes, we welcome all of your Logic presets: plug-ins, channel strips, Environments or song templates... and we already have about 40 of those files posted by members. I'd actually like to hear your enhanced piano sound preset.
    David.
    G5 Dual 1.8GHz - Logic Pro 7.1   Mac OS X (10.3.5)  

  • How to integrate new Facebook social plugins with a Flash website?

    Facebook has just released a suite of social plugins which are supposed to be very simple to implement (one line of HTML is the promise, in the form of an iframe).
    However this approach is not compatible with a full flash website. The iframe will not display. Any ideas how best to implement one of these plugins?

    If the plugin is not designed for use with Flash and needs to be in an html page, then that's what needs to happen.  Normally there is no such thing as a full Flash site.  Most Flash sites are staged in an html web page, so it is possibly you can add the plugin on the same page, just not within the Flash portion.

  • Using a plugin that only works with CS3 (how to downgrade CS4 to CS3)

    I work for a company that sells HP Indigo Presses
    HP have produced a plugin called Smartstream Designer which is used to create varible data jobs for the press
    Unfortunately at the moment, this plugin only works with Indesign CS3
    I have a number of customers who have recently purchased new Apple macintosh computers and the latest version of Indesign (ie CS4)
    (1) Is there any way for them to downgrade their copy of Indesign so they can use this plugin
    At some time in the future the plugin will be updated to work with CS4 and when that happens they will need to upgrade
    (2) will there be any problem performing this upgrade at a later date?
    thanks for your help

    The only way to downgrade would be to find a CS3 license on the open market, an iffy proposition as authorized resellers no longer have older versions available. The CS4 license would still be fine in the future.
    Peter

  • Problem in installing BPEL Designer 2.2 for eclipse

    Hi,
    As I said it in the topic, when I want to install the plugin "Oracle BPEL Designer 2.2" for eclipse, I got an error message
    " The version of the eclipse platforms installed in C:\Program Files\eclipse must be at least 3.0 (release)"
    My problem is that I have installed eclipse 3.1 ...
    If you have any idea...
    Thanks in advance,
    Rardo

    oups...
    sorry, I have just seen that there is the same topic here : More eclipse designer install problems

  • AE Effects Error Unable to load plugin

    Hi,
    Can anybody help with the following error - AE Effects Error, Unable to load "Misfire Vignette, Bundle"
    Verify filter parameters. I have a project sent to me and we both have FCP7. I can see in my application support folder that the plugins for misfire are grey scaled but they don't activate when unlocked. Can i install from somewhere or is there any easy solution here??
    Appreciate any help out there, thanks Paul

    Hi Paul,
    if all you need is a vignette, which you can customize in many ways and you prefer to stick with FCP there are many free options and plugins that are designed for such purpose or can be used for creating a vignette.
    Photoshop if you have it, [Andy Mees's RB|http://web.me.com/andymees/Freeand_Easy/main/Entries/2008/3/19_Andy%E2%80%99s_Region_Blur3.html], [Mine|http://www.videonline.co.uk/LucasVignetteCombo.htm], [Alex4D's|http://alex4d.wordpress.com/2009/01/05/final-cut-free-vignette-filter > there re even more out there.
    Most offer more controls than the FCP standard vignette.
    Luca
    |
    |
    “I may receive some form of compensation, financial or otherwise, from my recommendation or link.”

  • How to create a custom panel in the right way (without having an empty panel in the file info) ?

    Hi Everyone
    My name is Daté.
    I'm working in the fashion industry as a designer and Design consultant to help fashion brands improving the design workflow by using Adobe softwares and especially Illustrator.
    I'm not a developper, but i'm very interested about the possibility to introduce xmp technology to provide more DAM workflows in the fashion industry.
    Fashion designers produce a lot of graphical objects in illustrator or Photoshop. Unfortunately they are faced to a big challenge which is about how to manage, search, classify and get this files faster. Of course PDM system or PLM system are used in the Fashion industry to manage data, but for many companies, implemanting this kind of database is very complex.
    When i look at what you can do with xmp, it seems to be an interesting way of managing design files, then i started to follow Adobe instruction to try to build a custom panel.
    The main idea is to (Theory) :
    create custom panels used by fashion designers to classify their design files.
    Use Adobe Bridge to search files, create smart collection to make basic reports in pdf and slideshows
    Find someone to make a script able to export metadata in xml files
    Use indesign and the xml file to generate automatically catalogues or technical sheets based on xmp values
    I have created a custom panel by using the generic panel provided by Adobe and i have modified the fields to feet with the terms used in the fashion industry and it works well.
    But unfortunately, when i try to create my own custom panel from scratch with Flashbuilder (4.6) and the Adobe CSExtensionBuilder_2 (Trial version), it doesn't work!
    Here is the process :
    I have installed flashbuilder 4.6
    I have download the XMP Fileinfo SDK 5.1 and placed the com.adobe.xmp.sdk.fileinfo_fb4_1.1.0.jar in C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.6\eclipse\plugins
    In Flashbuilder, i have created a new project and select xmp Custom panel
    The new project is created in flashbuilder with a field with A BASIC Description Field
    To generate the panel, right click the project folder and select xmp / Publish Custom Panel
    The panel is automatically generated in the following folder : C:\Users\AppData\Roaming\Adobe\XMP\custom file info panels\3.0\panels
      Go to illustrator, Open the file Info
    The panel appears empty
    The others panel are also empty
    The panel is created and automatically placed in the right folder, but when you open it in Illustrator by selecting the File Info option in the File Menu, this custom panel appears empty!!! (only the title of the tab is displayed). This panel also prevent the other panels to be displayed.
    When you delete this custom panels from the folder C:\Users\AppData\Roaming\Adobe\XMP\custom file info panels\3.0\panels and go back to the File Info, the other panels display their content properly.
    I also try to use the plugin XMP Namespace designer to create my own namespace. this plugin is also able to generate a custom panel, but this one also appears empty in AI or Photoshop.
    I try to follow the process described in Adobe xmp documentation many times, but it didn't works.
    It seems that many peaople have this issue, but i dodn't find a solution in the forum.
    I try to create a trust file (cfg), but it didn't work.
    It would be so kind if you can help me to understand why i can't create a custom panel normally and how to do it in the right way.
    Thanks a lot for your help,
    Best regards,
    Daté 

    Hi Sunil,
    After many trial, i realize the problem was not coming from the trust file, but from the way i have created the custom panel.
    There is 2 different ways, the first described below is not working whereas the second is fine :
    METHOD 1 :
    I have downloaded the XMP-Fileinfo-SDK-CS6
    In the XMP-Fileinfo-SDK-CS6 folder, i copied the com.adobe.xmp.sdk.fileinfo_fb4x_1.2.0.jar plugin from the Tools folder and i pasted it in the plugind folder of Flashbuilder 4.6
    The plugin install an XMP project
    In Flashbuilder 4.6 i have created a new project (File / New /Project /XMP/XMP Custom Panel)
    A new xmp project is created in flashbuilder.
    You can publish this project by right clicking the root folder and selecting XMP / Publish Custom Panel
    The custom file info panel is automatically published in the right location which is on Mac : /Users/UserName/Library/Application Support/Adobe/XMP/Custom File Info Panels/3.0 or /Users/UserName/Library/Application Support/Adobe/XMP/Custom File Info Panels/4.0
    Despite the publication of the custom file info panel and the creation of a trust file in the following location : "/Library/Application Support/Macromedia/FlashPlayerTrust", the panel is blank in Illustrator.
    I try this way several times, with no good results.
    METHOD 2 :
    I have installed Adobe CSExtensionBuilder 2.1 in Flash Builder
    In FlashBuilder i have created a new project (File / New /Project /Adobe Creative Suite Extension Builder/XMP Fileinfo Panel Project)
    As the system display a warning about the version of the sdk to use to create correctly a custom file info, I changed the sdk to sdk3.5A
    The warning message is : "XMP FileInfo Panel Projects must be built with Flex 3.3, 3.4 or 3.5 SDK. Building with Flex 4.6.0 SDK may result in runtime errors"
    When i publish this File info panel project (right click the root folder and select Run as / Adobe illustrator), the panel is published correctly.
    The last step is to create the trust file to display the fields in the panel and everything is working fine in Illustrator.
    The second method seems to be the right way.
    For sure something is missing in the first method, and i don't understand the difference between the XMP Custom Panel Project and the XMP Fileinfo Panel Project. Maybe you can explain it to me.
    So what is the best solution ? the right sdk to use acording to the creative suite (the system asks to use 3.3 or 3.5 sdk for custom panels, so why ?)
    I'm agree with Pedro, a step by step tutorial about this will help a lot of peaople, because it's not so easy to understand!!!
    Sunil, as you belong to the staff team, can you tell me if there is  :
    A plugin or a software capable to extract the XMP from llustrator files to generate XML workflows in Indesign to create catalogues
    A plugin to allow indesign to get custom XMP in live caption
    A plugin to allow Bridge to get custom XMP in the Outputmode to make pdf or web galeries from a smart collection
    How can you print the XMP data with the thumbnail of the file ?
    Thanks a lot for your reply.
    Best Regards
    Daté

  • How can i create a slideshow with the newest version of dreamweaver?

    I am trying to figure out how to create a slideshow but i cannot find any explanations for the new version of Dreamweaver. Can anyone help?

    DW doesn't make slideshows.  You'll need to use a jQuery plugin or a 3rd party commercial Extension.
    Do a web search for:
    jQuery Cycle2
    jQuery WOW Slider
    jQuery Fancybox2
    Primer for using jQuery Plugins
    Alt-Web Design & Publishing: Primer for Using jQuery Plug-Ins
    Nancy O.

  • Is it possible to create and process PO with the line without value?

    Hi,
    I am wondering whether is it possible to create and process the PO with the lines without the value?
    I was thinking that this process would allow me to better track and understand the pallets which arrive to the site so I have set up the pallet as a material but systems doesn't allow me to order the line (pallet) without value?
    Or maybe there is other way which will allow me to track the pallets within the system?
    Many thanks,
    Sylwia

    Dave,
    Thanks for the reply. Of all the suggestions I've received this seemed to
    be most promising. I gave it a try and the problem is that when I attempt
    to save as optimized a message box pops up and says I have to save my
    document first. Low and behold when I save it, compression occurs. Even
    when I select the options you suggest I'm left with a compressed document.
    I'm using Acrobat Pro X
    Jeff
    From:   Dave Merchant <[email protected]>
    To:     Jeff Ross <[email protected]>
    Date:   01/06/2011 09:35 AM
    Subject:        Is it possible to create and save a .PDF
    without any compression to the resulting .PDF?
    You don't want the UncompressPDF plugin - that's designed to split out the
    COS objects but doesn't remove the Flate encoding (plus if you've never
    compiled a plugin before, it's not really the time to learn).
    Instead, simply save your PDF file using the PDF (Optimized) file type,
    click the Settings button and under "Clean Up" - "Object compression
    options", choose "Remove compression". Turn everything else off if you
    want to retain the PDF content exactly as it was before.
    Your document-level scripts will then be in the file as plain text.

  • Plug-ins and horrible FF 32: For example, tells me that Adobe Acrobat 10.0.0.396 is insecure

    I really, really, really hate FF 32 because it doesn't work right. That took me days to figure out. I couldn't figure out my problems at first--ran virus tools, etc., but it's FF. I tried for 2 hours (that I don't have) to figure out how to go back to FF31 but that seems to be impossible for a normal user. FF 32 won't go to many web pages, locks up, etc., BUT in addition, it doesn't like add-ons that are current and will not let me enable them: Acrobat as above (I have Acrobat Pro 10, not Reader, which conflicts with Acrobat Pro by the way so have Pro), Java Development Toolkit 6.0.250.6 "seems to be vulnerable" and of course Java platform. Please tell me how to get rid of the ridiculous security restrictions, which are causing me H_LL. Here's the thing. I don't want to use IE or Chrome, but Yahoo Mail will no longer work correctly with Windows 7. If you don't help me, I have to become a Chrome user. It's as simple as that. It's not allowing me to change the activation on the plug-ins or even activate the ones that are there automatically, which I really would not do in general. I'm not a new user, but this is TOO MUCH. HORRIBLE. Thanks. - Kay

    Well I've never heard of the "Java Development Toolkit" plugin, but in case you meant the "Java '''Deployment''' Toolkit" -- you can delete this plugin without losing general Java content functionality in the browser. If you ''don't even need'' Java running in the browser, Oracle has a good guide on turning it "off" and all of these Java plugins will go away. That guide is located here: http://www.java.com/en/download/help/disable_browser.xml
    I've learned that the Java Deployment Toolkit (also known as "Java DT") plugin is in fact considered "vulnerable" by Mozilla (and has been for a long time) but since that plugin is only designed for a specialized group of people, the default action of it being "blocked" isn't hindering the functioning of normal pc users (even in regards to the normal usage of Java.) Instead, they tend to get confused about the entire situation.
    If you're interested in reading more about Java DT, there's a recent thread on mozillazine that talks about some of the security drama and confusion in regards to this plugin specifically. It also talks about the way to remove it too if you still need Java functionality in the browser. That thread is located here: http://forums.mozillazine.org/viewtopic.php?f=38&t=2877359 I'd also recommend just turning it all off via that guide from Oracle -- I have desktop applications that require Java but up until recently the only time I really needed Java running in the browser was for Pogo games...and I've since learned that due to the security hysteria and mass confusion in the past year, they're now transitioning to flash-based gaming instead of Java. (And whether or not Flash offers more robust security over Java would require a whole new thread. Hint: it doesn't really.)
    Also, a side-note on [https://support.mozilla.org/en-US/user/philipp philipp's] answer -- I believe he is mistaking the standard Java plugin (the one needed for Java functionality in the browser) for Java DT. He mentions 1.6.0_25 which is an '''extremely old''' version of Java...version 6 in fact. To everyone reading this: these '''really old''' versions of software are full of security holes so it's best to update to the latest version, preferably Java 8 -- assuming you're still not on Windows XP. Everyone (again): if you're one of the 23% of people out there still on Windows XP, you seriously need to go out shopping as Microsoft security support for that OS ended earlier this year. The newest version of Java 8 is actually relatively good, even over version 7. You also can't get too comfortable with one version of Firefox either -- it's on a "rapid release" schedule so be prepared to deal with new GUI elements and other annoyances monthly. Being "annoyed" with Firefox just "comes with the territory" of using this browser -- at least at one point or another. You have to be prepared for constant change with Firefox because otherwise you'll miss out on the necessary security updates. Don't pretend you can live on [https://www.mozilla.org/en-US/firefox/organizations/ ESR versions] forever too -- these are not meant for the "individual user." In fact, [https://www.mozilla.org/en-US/firefox/33.0/releasenotes/ Firefox 33] just came out yesterday so you may want to try it.

  • Is it possible to create and save a .PDF without any compression to the resulting .PDF?

    I need an uncompressed file so I can use the resulting PDF to do a find/replace. Can't do it with compression.
    Thanks
    JDRHC1115

    Dave,
    Thanks for the reply. Of all the suggestions I've received this seemed to
    be most promising. I gave it a try and the problem is that when I attempt
    to save as optimized a message box pops up and says I have to save my
    document first. Low and behold when I save it, compression occurs. Even
    when I select the options you suggest I'm left with a compressed document.
    I'm using Acrobat Pro X
    Jeff
    From:   Dave Merchant <[email protected]>
    To:     Jeff Ross <[email protected]>
    Date:   01/06/2011 09:35 AM
    Subject:        Is it possible to create and save a .PDF
    without any compression to the resulting .PDF?
    You don't want the UncompressPDF plugin - that's designed to split out the
    COS objects but doesn't remove the Flate encoding (plus if you've never
    compiled a plugin before, it's not really the time to learn).
    Instead, simply save your PDF file using the PDF (Optimized) file type,
    click the Settings button and under "Clean Up" - "Object compression
    options", choose "Remove compression". Turn everything else off if you
    want to retain the PDF content exactly as it was before.
    Your document-level scripts will then be in the file as plain text.

Maybe you are looking for

  • Design Premium cs 6 upgrade

    Hello, My family recently purchased the education version for me of cs5.5 design premium.  While asking a question in the forums here someone advised that cs6 is coming out soon and to hold off on purchasing.  Unfortunately I did not know they were b

  • Can you connect an Ipod (6th gen) to an Ipad2 an watch movies?

    I have a 64GB Ipad2 however thats really not that much storage if you want to have a nice selection of movies on hand. My 120GB ipod has quite a few on there so I wondered if there was a way to hook the 2 together and watch the content of the ipod on

  • APEX Offline Forms

    I have requirement. Can we built offline forms on APEX meta data and populate base tables when connection is resolved. These forms need to be built on views on base bales. Edited by: |SN| on Oct 30, 2009 2:47 AM

  • AF comp not showing as rendered on Time-line in PrePro (CS5)

    I made a simple animated text in a video in After Effects CS5 and rendered it before importing it into a Premiere Pro CS5 project. The clip plays fine but remains Red (line) on the Time-line. Is that something of concern? I'm new to AF and have a bit

  • Force quitting applications isn't working

    Hi there, I have some applications that aren't working properly and when I force quit them the curser just spins and spins but doesn't shut down the application. How do you shut app's down when the force quit function doesn't do it? Thanks!