CS3: Missing plugins if I open a document

Hello

We develop plugins for InDesign.

Now, I have the following situation:

-In installation of InDesign, there are a few own developed plugins installed.

-J' I create and save an InDesign document with this installataion of InDesign.

-After that I open this InDesign plugin in another InDesign installation WITHOUT any of this plugin.

-If I open this document, there are some missing messages of plugins.

-J 'I havn' t do any thing with this plugins in my document, there are installed.

Can I do something about it?

Thank you

Hans

Hi Peter,.

Fundamentally correct.

There will be a missing plugin warning if the plugin writes all data

the file which is not reported as not requiring the plugin installed.

Generally, there is data written by the presence of the plugin

being installed. If the plugin correctly mark all data as unimportant.

There will be no warnings...

Substances

Tags: InDesign

Similar Questions

  • How to rid an a CS3 document "plugin missing" when it is open in CS4?

    Before I updated InDesign CS4, I used to have a plug-in for referrals. When I open this document in CS4 (originally made in CS3) a window opens with this "Missing plug-in" message: "Cross - References.pln; The document uses one or more plug-ins are not currently available on your system etc. "I can open the document, make changes, and save it as CS4 document. But whenever I open it, the same pop-up window appears with the same message.

    Is it possible to "clean" (getting rid of the plug-in) or do I have to make a new document from scratch?

    The usual way: export to INX, or, as it is a document of CS4 IDML and open that. Export to INX/IDML removes any additional information to the file.

  • Open the document when index.xml is missing

    When I try to open some documents on Pages I get an error message that says "the index.xml file required is missing.

    How can I open the document How can I get the index automatically added to all pages documents. What is "index.xml"?

    5.6.2 pages

    OSX10.11.5 - El Capitan

    You have two versions of installed Pages. Right-click on the document and follow the Open: menu (default) (5.6.2) entry Pages.

    Pages v5 documents are not directly compatible with Pages ' 09, and this is the basis of the file index.xml lack of dialogue when you attempt to open a document in Pages ' 09 Pages v5. This problem often arises when Pages ' 09 did not leave voluntarily, and it remains open to intercept double-click documents v5 Pages.

  • I'm not able to open my documents pages. I get the message: the requested index.xml file is missing.  I wonder if it is because I have updates 10.11.5

    I have an iMac (20-inch, mid 2007) processor 2 GHz Intel Core 2 Duo 3 GB 667 MHz DDR2 SDRAM memory and recently updated to el capitan 10.11.5.  I have Pages ' 09, and I can't open my documents pages and get the message:

    The index.xml file required is missing.

    I now see that it says return to default pages 5.6.2.

    I can open them as 5.6.2 then save tehm in pages ' 09?

    Can someone help me with easy tips?

    Only the Pages ' 09 or old documents contain internal index.xml file. When you try to open a document in Pages ' 09 Pages v5, you get this dialog on the missing index.xml. The key is to stop Pages ' 09 and then double click on the document to open it in v5.6.2 Pages.

    Pages ' 09 will not leave by simply clicking on the red light on the title bar of the document. As long as the Pages ' 09 continues to run, it will intercept all attempts to open any document Pages, including incompatible versions of the v5 Pages.

    This has nothing to do with OS X 10.11.5. He has been a user focused on the issue since October 2013.

  • Hello, I have version Adobe Acrobat 11. I have complete documents and send them to customers. However, when customers open the documents on their side, they are empty. The filled information are missing. Can you please help me with this problem?

    Hello, I have version Adobe Acrobat 11. I have complete documents and send them to customers. However, when customers open the documents on their side, they are empty. The filled information are missing. Can you please help me with this problem?

    Why are publish you again? You must first answer the question I ask in your original thread.

  • Missing plugin or plugin display mode that is used in a document?

    Hello

    I need to write a plugin to display missing plugin and the plugin used in a document by using IContentMgr.

    Please help to go further...

    Try,

    InterfacePtr contentMgrAccess (doc, UseDefaultIID());

    InterfacePtr contentMgr (contentMgrAccess-> QueryContentMgr());

  • How to open an Indesign file with a missing plugin

    Is it possible to open a file that has a missing plugin?

    This is the case:

    We used an outside designer who is on indesign CS5 and cup of tea barcode software plugin cs5

    We have received his files in CS4, but it's always tell us that there is a missing plugin.

    I guess it's a Teacup Software. Is there a way to get around this?

    Unless the plugin is really necessary for the file opens correctly, exporting to .inx and recording as one new .indd should remove the plugin information.

  • How to open a document from a known path to Plugin, I'm using CS4

    Hello

    I have some files in one location and wanted to open through plugin

    I have a piece of code that does not throw an error or open the document

    I get the message 'Before' and 'after '.

    I would like to know where I'm going wrong

    Code below:

    const ASUnicode * s = (ASUnicode *) "C:\\test.ai" ;

    AIColorModel ColorModel = kAIUnknownColorModel;

    path of ai::FilePath;

    path. Set (ai::UnicodeString (s),

    fake );

    ActionDialogStatus dialogStatus = kDialogNone;

    AIBoolean = forceCopy

    fake ;

    sADMBasic-> MessageAlert ('Before');

    error = sAIDocumentList-> Open (path, colorModel, dialogStatus, forceCopy and document);

    sADMBasic-> MessageAlert ("After")

    Experts, please help me

    Thank you

    Srinivas

    Sorry,

    Try to set s like that too:

    const ai::UnicodeString exportPath_Uni ("C:\\test.ai");

  • How to detect missing plugin alert due class?

    Hello

    I have a plug-in with the definition of class often, there is not any custom persistence class.

    resources ClassDescriptionTable (kSDKDefClassDescriptionTableResourceID)

    {{{

    Class

    {

    kMyActionComponentBoss,

    kInvalidClass,

    {

    IID_IACTIONCOMPONENT, kMyActionComponentImpl,

    IID_IPMPERSIST, kPMPersistImpl

    }

    },

    Class

    {

    kMyDialogBoss,

    kDialogBoss,

    {

    IID_IDIALOGCONTROLLER, kMyDialogControllerImpl,

    IID_IOBSERVER, kMyDialogObserverImpl,

    }

    },

    }}};

    In the programming guide, it says "If your plug-in does not store data in the documents, it is useless to take extra precautions" in the section "guidelines for the handling of a plug-in missing."

    But now, it can miss plugin message for this plug-in when it is open a document saved with this plug-in installed.

    My question is: is there a way to detect what class and implement caused the plug-in is necessary?

    I can get some info about plugin missing from IContentMgr, but there is no info on classes in detail.

    Any idea?

    Thank you

    Ford

    You have found, IContentMgr is the plugins. Use IObjectModel to get/query ITagRegistry for details.

    BTW, something often missed is that the overall text decorations are persistent, through their class ID.

    Dirk

    Edit: don't know if it was > global< text="">

  • InDesign CS3 missing INBOOKLET. PLN

    Hello
    I created a file in InDesign CS 2.0 using a plug-in "inbooklet.pln".
    When I open the file in InDesign CS3, a window opens saying "missing plugin: inbooklet.pln. After you click OK, however, I can work with the file.
    But these windows follow poping up everytime I open my files and I have a lot of files like this.
    Is it possible to turn off forever?

    In CS3, I thing they used the "inbooklet.pln" directly in the program itself, and not simply as a plug-in but CS3 retains the opening pick her up every time.


    How can I make my files open without the missing plugin notification?

    Thank you very much for your help!

    Petr

    INX export file and then open and work on that.

    Bob

  • For some reason a cant open my "documents" link in the right-hand corner under my avatar. This is the error code 0 x 80070057 settings are incorrect

    Original title: Start menu

    Hello

    I have a problem with my Start menu in vista.
    For some reason a cant open my "documents" link in the right-hand corner under my avatar.
    His explains the configuration (I tried to start the copy and stick to the desktop screen) operation because there is an unexpected error of cant.
    This is the error code 0 x 80070057 settings are incorrect
    and then the registry of reg key change for key documents.

    Well... How can I get my link back to work again?
    Because if I click right mouse on the link and the properties of its white screen bit the properties of documents.
    One thing that I remember is that the path to the documents is c:/user/documents instead of the documents.
    But the name of the map itself I've already renamed as 'documents' even on C: / as on the windows user, but the cushion that him is a "docu".
    And if I want to configure target to DOCUMENTS it says incorrect "whether it is the right path to the target."
    And if it is resolved in its ready to use again, I guess?

    Thank you already!
    My best regards,
    Kenneth

    (Sorry for this type of bad English, I'm Dutch so...)

    http://ImageShack.us/photo/my-images/521/naamloosxy.jpg/
    Sorry, I jumped over to my other account but that's what its all about even copy / paste gives me errors, I need to get the path of documents users card return related to the link in my Start menu.

    Resolved, I found the answer
    http://forums.techarena.in/Vista-Help/1005434.htm 
    ->>
    http://www.Vistax64.com/tutorials/148461-personal-user-folder-restore-missing-folder.html

    Thank you!!

  • I installed the acrobat software on my laptop but I couldn't use it. I couldn't open the document or even the athlete himself.

    I installed the acrobat software on my laptop but I couldn't use it. I couldn't open the document or even the athlete himself.

    It's like "my car will not start! A lot of missing information.

    You must download the installation program. Once downloaded, you must run the Setup program to install the software.

    Is an employer provided your computer?

    If Yes, are you allowed to install the software?

    Were there any messages during the "installation"?

    We need the correct messages and error codes.

  • How to open a document in the way?

    I'm sorry, I'm a new Member of the INDD sdk, so I no Understand indd SDK struct.

    I have some questions, Please help:

    How to open a document in the way?

    How browes all the objects in the document?

    How to configure a TextFrame character fontname?

    Thank you all.

    1. you can use SDKLayoutHelper::OpenDocument method to open a document.

    2 see SnpInspectLayoutModel for code related to inspect the document.

    for example, ReportDocumentByHierarchy, ReportDocumentByDocumentLayer, etc.

    See SnippetRunner example of plugin in the SDK.

    You will get most of the things here.

  • I just bought a new Mac and they moved all my apps and documents.  When I open a document, he asked me to reactivate it I did.  Activation is successful.  The docuem == lying I'm working on a all text in black, but in the backgroun fishing shaded

    I just bought a new Mac and they moved all my apps and documents.  When I open a document, he asked me to reactivate it I did.  Activation is successful.  The docuemment I am train has all text in black, but in the background shaded peach.  How can I get all the text in a shaded background (white)?

    You work with a missing font...

  • How to set preferences to open all documents zoom 100%

    When I open a new document or an existing document, it opens at 50%. So every time I have to zoom to see the text. I don't see an option in the preferences which deals with this, unless I'm missing. How can I get documents opens automatically to 100%?

    There is really no preference to control the zoom by default when a document is opened. It rather depends on the size of your application window (interface InCopy). A quick solution is to simply press cmd/ctrl + 1 when any document is opened to immediately zoom to 100%.

Maybe you are looking for

  • dx7300: after processor upgrade system uses no multipliers again

    Today I updated my PC (dx7300 mt) with the new c2d E6600 processor (so far I've been using c2d E6300). BIOS has also recognized new processor, Windows, CPU - z, the new processor is recognized correctly with multipliers x 6 to x 9 (previously my E630

  • Presario c771us: several images presario

    My laptop screen displays several images permanently - 2 columns of 3 1/2 images.  Other positions for recent laptops suggest removing the battery and the power supply or by simultaneously pressing the Fn and F key. On this laptop, I tried Fn and F4;

  • several circle (with different diameters) on graph xy

    Hi, I'm looking for a solution to the problem posted above. I did searches and returns results using "Draw Circle by radius.vi" but I like it to be shown on an XY graph that has many circles with a different RADIUS (a bit like a fly). I also found an

  • Black Lenovo G700 screen

    That's all new G700. After installing Windows 7 works perfectly a day. Then I instaled tank war, trying to play and the screen went black. I spent it with another monitor to see if the work of the laptop and made it wothout any problem. I also stoppe

  • Cannot synchronize offline files

    I created a link to a shared NAS drive.  I then made the folders and files always available, so I could map a network drive in the folder. I then moved the data from the shared folder on another drive and I can't sync my files.  So, I have a bunch of