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.

Tags: InDesign

Similar Questions

  • How to open a text file with Notepad to labview vi?

    Hello

    How can I run a program of a vi?

    I want to open a text file with Windows7-block-notes after a file-path-control selelecting and pressing a button.

    Thx for the help

    Another option is the URL opened in VI of default browser located in the HUD assistance. If you use the path to the string function, you can feed the result as a URL, and the Windows shell knows the default program-oriented, which is Notepad.

    Edit-

  • How to open an InDesign file without the extension .indd?

    Hello

    I am trying to open an InDesign file that does not have the .indd extension.

    I can open the InDesign file-> open menu item. But if I try to open programmaticaly it says that the file format is not supported.

    I tried to use SDKLayoutHelper::OpenDocument and IDocumentCommands::CreateOpenCommand both give the same error.

    Thank you

    I can, I use Utils()-> CreateOpenCommand.

  • How to open a media file with a .wmv on my iMac extension

    How to open a file on former support with the extension .wmv on my iMac?

    To my knowledge you can't, not without having to buy something like Flip4Mac, that allows you to play .wmv files.  As this is a Windows Media file, you cannot open it on a Mac without help, and help usually costs $$$.

  • How to open an EPS file with embedded fonts / missing without losing the appearance of these fonts?

    I often work with graphics created by others in a variety of programs (Matlab, GnuPlot,...). Sometimes, they're sending me EPS files with fonts "embedded", but when I go to open them in the CS6, I get the box alerts missing fonts / substituted.

    I also tried ' site > flatten transparency...» "as you can do with a PDF file, but I encounter an error indicating"related work that interacts with transparency can be flattened. Incorporate the work (using the links Panel) before flattening. "When I try this, I get once the box alert missing fonts / substituted.

    Someone at - he encountered the same problem and find their way around it?

    I solved the problem, so I just came back to share:

    I open the EPS file in Mac preview and it has exported to PDF.

    I then followed the procedure that I listed above to open the PDF files.

    Hope this helps everyone.

  • How to open a configuration file with a relative path?

    I want to open a configuration file when my application is initialized (first 'State', you can tell) and I use 'Open file.vi Config' and tried to pass the path of the config as 'data\myconfig.ini' and the 'File exists?' vi gave no error (simply, the exit is 'false') but the config Open leader gave an error.

    If I spend an absolute path "D:\xyz\xyz\myconfig.ini", it works fine. Is not is it possible to use the "relative path" I recall using it before searching for other tasks?

    I'd rather have this file in the folder "data" my application setup will create the destination directory during the installation of the application, because it won't be easy when I want to ask the user to open and modify. Or, I just put it in "C:\". "that exists on all windows computers, but it would be too open.

    Thanks in advance!

    hope this helps:

  • How to open a CAD file with extension .sat?

    Several forums have told me directly Adobe Acrobat DC that I just downloaded and now know that it is not possible? Others noted the Adobe 3D Reviewer, but this seems not available? Now what? Thank you...

    Thank you for that. Acrobat that 9 Extended contained a number of Adobe technologies have abandoned third parties, so if DC is not mentioned, it is not supported.

  • How to open an .exe file in windows 8 with compatibility mode to windows 7

    How to open an .exe file in windows 8 with compatibility mode to windows 7

    Normally, you can double-click on the Setup file and install the application. If the program requires the compatibility mode, you can do the following:

    http://techingiteasy.WordPress.com/2013/07/08/using-compatibility-mode-in-Windows-8-1/

  • How to open the pdf files from hotmail.

    OMG no body can help with this question, how to open the pdf files from hotmail

    OMG no body can help with this question, how to open the pdf files from hotmail

    Told you that you need Adobe Reader, which is designed to open pdf files?

    Download Adobe Reader:

    http://www.Adobe.com/products/reader.html

  • How to open a themepack file?

    I don't know how to open the themepack files - can someone please give me detailed instructions on this? Thank you.

    Hello

    On WIndows 7:
    Just do a top doubleclick to install the Pack. That's all.

    On Vista.
    Open with 7zip and extract the background image in a folder of your choice. Now, select, do a right-click and select "use as background image".

    André "a programmer is just a tool that converts the caffeine in code" Deputy CLIP - http://www.winvistaside.de/

  • How to open a .mbk file

    How to open a .mbk file

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    http://www.ehow.com/facts_5695093_file-extension-MBK_.html

    http://www.computerfileextensions.com/file-extensions.php/MBK

    http://dotwhat.NET/MBK/3891/

    Read what precedes the name of the program: Atari, dBASE IV several backup Index,VersaPro movement block backup

    See you soon.

    Mick Murphy - Microsoft partner

  • How to open a .vnt file in windows 7?

    How to open a .vnt file in windows 7?

    If it is a file of notes from a mobile phone, you can open it with Notepad. However, according to the manufacturer, it may be encoded and it will be more readable.

    You can try to use your favorite for the .vnt file search engine to find a suitable software. I would avoid anything that resembles a paid ad and exercise extremely prudent.

  • When I try to open a PDF file with adobe Acrobat reader Windows Media Center automatically appears.

    When I try to open a PDF file with adobe Acrobat reader, windows media center automatically opens. How to prevent this? I just want to open the PDF file with Acrobat reader.

    The solution I think. If you right-click on one of the files and select open the file locations it now combined the file with adobe reader.

    Yes - you simply need to change the associated file (and path) back to Adobe Reader.  (If that's your choice PDF reader.)

    If you did this:

    Press the Windows Logo and R key at the same time to bring up the dialog box RUN.
    Once you have the dialog box up, type in the following command and press OK...

    cmd /k ftype AcroExch.Document

    That he return with? Should be something like:

    AcroExch.Document = "C:\Program files (x 86) \Adobe\Reader 10.0\Reader\AcroRd32.exe" '%1'

  • How to open a local file using JavaFX?

    How to open a local file using JavaFX?

    Is there something similar with the code below?

    ---------------------------------------------------------------

    java.awt.Desktop import;

    .............

    try {}

    Desktop.getDesktop () .the (new File(\\file_to_open.extension_file));

    }

    catch (IOException ex)
    {

    }

    ............

    So the final code might be something similar to:

    button.setOnAction(actionEvent -> {
      FileChooser dialog = new FileChooser();
      dialog.setTitle("Open Resource File");
      dialog.getExtensionFilters().setAll(new ExtensionFilter("PDF Files", "*.pdf"),
          new ExtensionFilter("Text Files", "*.txt"));
      File file = dialog.showOpenDialog(mainStage);
      if (file != null) {
          myApplication.getHostServices().showDocument(file.toURI().toString());
      }
    });
    
  • How can I install InDesign CS6 with my newly purchased serial No. When I deleted the trial?

    Hi guys,.

    I need to know how I can install InDesign CS6 with my newly purchased serial No. When I removed the trial version? In other words, I don't have the trial version any longer so I need the file/download files to connect serial number. I have CC as well but that shouldn't make a difference - I need to run InDesign CS6 of third-party plug-ins.

    Any help would be appreciated.

    MWP

    Hello

    If you bought the CS6 Indesign download at Adobe online, you can go ahead and sign you in to your Adobe account and navigate to 'My Adobe' > 'My orders' to locate the order, its download and serial number.

    You can also download the same trial again and just use the serial number of the to activate for full version. Here is the link for the trial for CS6 versions versions:

    http://helpx.Adobe.com/x-productkb/policy-pricing/CS6-product-downloads.html

    Kind regards

    Fatiha

Maybe you are looking for

  • Firefox won't download cloud storage

    I use Asus Webstorage - because that's what came with my Tablet - and since Tuesday Firefox only has not let me download anything, that I kept for her. At first, I thought it was just at the College, but tonight I discovered it's also at home. As far

  • Failure of Managment on Satellite P10, XP Service Pack 2

    Hello!I have a problem.i have a laptop with SP2 P10. for a week now, the icon in the status bar power management has dissappeared, and it does nothing through the control panel. When I'm only with the battery, it does not automatically change the set

  • Path of the module has changed, now all my not can't find the dll

    I moved the dll of cvi that I wrote and all the steps in my file of sequence now complain that they cannot find the dll. Each has the former location of file.  Is there a way to update all the change them without anyone? Thank you

  • Plug n play guard cutting and shut down my computer

    every 15 to 20 minutes exactly, it seems that my computer says Plug a Plau stopped unexpectedly continues with something on the host process stops and then restarts my computer?

  • How to download TV programs Italian streaming?

    When I look on the Italian programs streaming on line, they all stop and start and many programs are only available for viewers of the local population. Unless I can download I'll have to put up with this frustration. I live in apartments, I am not a