Can I find and replace an object? And I can copy styles from another file InDesign?

Hi all

I hope someone has a solution to these two...:

First, I have a line object between two text frame, and I want to change the thickness and color, no problem, it's

the problem is I have 100 of them and now I'm a one, is it all find and replace for an object?

Secondly, is it possible to copy a style from another file InDesign without synchronization of all styles in a book file?

I'll be very grateful for an answer!

Thank you

Vraja

In the find and Replace dialog box, there is a tab object. You can find your line by its attributes and change. I suggest the setting up and style object and replace all your lines of this style. In this way, the next time you need to change them, you can change the style.

Regarding the copy of a style of an InDesign document to another. You can just copy something to the style and paste it into the document you want to move to.  (This will not work if the style of the same name exists in the file you are pasting to. In this case, your stuck item would take on the attributes already defined in the new file).

Tags: InDesign

Similar Questions

  • I did this after intro animation effects and it was made entirely from photoshop files and my comp settings in AE is HDV 1920 x 1080 25, then I was asked to the release of the film in 1920 X 1080 MPEG H.264 NTSC 29.97 progressive, someone has an idea how?

    I did this after intro animation effects and it was made entirely from photoshop files and my comp in AE settings is HDV 1920 x 1080 square pixels 25,.

    Then they asked me out of the movie at 1920 X 1080 MPEG H.264 NTSC 29.97 progressive, someone has an idea how?

    1. to adjust for NTSC composition without affecting the report l / h.

    2 - this film must be rendered in RGB + ALPHA, and yet the mpeg does not support this definition, it seems that the record will be in the video codec animation or other.

    I am bit confused if I need to adjust the model, or leave it and set the video codec only.

    Thank you

    If you have (or get) MPEG Streamclip, which is free, you can open the anamorphic clip and resize it to 1080 true. You will be able to choose H.264 as a codec. It will be if necessary deinterlacing. Suppose that the MPEG card is a MP4 container.

    Good luck.

    Russ

  • Could not get Outlook Express to send a copy to my server, so I can access it from another computer

    I can not Outlook Express to send a copy of my e-mail messages to my server (Charter.net) so I can access it from another computer.  I tried to check the block that says "Send copy to the server", but that did not work.  Any suggestions?  I'm not a true computer person so that the answers should be very details.  Thank you.

    The messages on your computer now, you would have to back to yourself, and then they would be on the server.  For the future, go to tools | Accounts | Mail | Properties | Advanced and check the leave a copy of messages on the server.  Do it with another machine in order to get the messages on both machines.  Then also set one of them to delete messages from the server after a few days, so that they accumulate and fill the mailbox you.

    Steve

  • trying to share a printer, so I can access it from another computer on my network, it seems to cross but the shared icon does not appear

    Original title: sharing printer problems!

    I am trying to share a printer, so I can access it from another computer on my network, it sems to cross, but the shared icon does not appear? Why is this?

    I'm on windows xp professional

    Hi Pazza1995,
     
     
    Follow the steps listed in the articles below and check if it helps to fix the problem:
     
     
  • How can I copy bookmarks from another PC without using the restoration is not to lose the curtrent PC each

    I want to copy favorites from another PC, do not use the restore function inorder does not remove bookmarks on current PC

    Export to a HTML file, and then import the HTML file to the other computer, which will add bookmarks to existing ones.

  • I have subscribed in CC photoshop on my desktop, you can use it from another machine (laptop)?

    I have subscribed in CC photoshop on my desktop, you can use it from another machine (laptop)?

    Yes, you can activate subscription creative cloud on both machines however, you cannot use both machines at the same time, check point 1.1: http://wwwimages.adobe.com/content/dam/Adobe/en/legal/servicetou/Software_Terms-en_US-2015 0407_2200.pdf .

  • panels and multithreading - what features can I call from another thread.

    I am writing a program (Windows XP, LabWindows/CVI 2010) that has several threads. The main thread generates and manages most of the panels, but not all. Is there a list of what control panel functions are thread-safe and which are not? Reading the help file and the different positions, the functions of set value are safe; game-attribute functions are NOT. (I found that calling (SetPanelAttribute) with ATTR_TITLE will be locked permanently a program!). What about calliing a command callback function? (Via the CallCntrlCallback() function). It seems to work very well so far, but I can't find anything definitive.

    I do a lot of multi-thread applications, so I have a few ideas for you.  Unfortunately, I have not tried to do many of the changes of attributes specific threads lower panel.

    I'm very careful about how I handle the wire "solidity", dealing with the variables in an asynchronous way, as much as possible, to avoid the use of blocking and incorrect values of the variables.

    But there are certainly many things simply cannot make you the son of the daughter.  Things like question popups and launch other threads cannot be done simply.  As long as you understand that the best place to do something is in the main thread, and then a girl thread can use PostDeferredCall (...), do something in the main thread

    In the thread of your daughter, you can insert this call:

    PostDeferredCall (launchNewThread, 0);

    And then this call performs this function in the main thread:
    void CVICALLBACK launchNewThread(void *callbackData)

    {
    CmtScheduleThreadPoolFunction (threadPoolHandle, NewThread, NULL, NULL);
    }

    Or you can insert calls from parameter of the attribute panel inside the function above, I suppose, to safely run in the main thread.

    Hoe, that helps...

    -Gary

  • How do I get the content from another file and paste it into the active document instead of certain string?

    I am newbie in indesign scripting of animals. So I apologize because I couldn't post my essays.

    Objective:
    I have a .indd document which will be a figure of legend, label etc. I need to copy the content (a figure that is editable) else file indd of this document where the tag figure exists.

    For example:
    Sample.indd

    Some text Fig.1.1 caption some text 

    I need to copy the contents of figure1.indd and paste in the document sample.indd where Fig.1.1 string exist and so forth. Now I do it manually. But am supposed to automate this process.

    So, I need some hint how to do it using extendscript?

    I found something like below, to do so, but I have no idea to develop it further and also do not know if this approach is correct my results. Please help me

    myDocument=app.open(File("file.indd"),false); //opening a file to get the content without showing.

    myDocument.pages.item(0).textFrames.item(0).contents="some text"; //here I could set the content but I don't knw how to get the content

    // ?????? Then I have to paste the content into active document.

    Try this test nicely to your and end, hope this will help you.

    var myDoc = File("/D/Sample.indd");//Figure File
    var myFigDoc = File("/D/Figure.indd");//Destination File
    app.open(File(myFigDoc));
    app.activeDocument.pageItems.everyItem().select();
    myObj = app.selection;
    var myGroup = app.activeWindow.activePage.groups.add(myObj);//Grouping the objects
    myGroup.select();
    app.copy();
    app.open(File(myDoc));
    app.findGrepPreferences = app.changeGrepPreferences = null;
    app.findGrepPreferences.findWhat = "Fig 1.1";//Figure caption text
    app.findGrepPreferences.appliedParagraphStyle = "FigureCaption";//Figure Caption Style
    myFinds = app.activeDocument.findGrep();
    for(var i=0;i		   
  • How copy sequences from another project and NOT end up with entries double for source clips?

    If, like me, allowing you to work in Final Cut Pro, you know a major difference in first Pro workflow is that the two projects cannot be opened at the same time. Also, the referenced clips must be part of the project first. Firstly, it forces me to be more organized with projects/clips and avoids the situation of source clips "unregistered". On the other hand, I'm running in a challenge around copy/reuse of sequences from another project.

    We have a large group of images that is used for two different purposes. In order to keep things clear, I created two project files that contain the same elements of sources and the different sequences. (I cloned the project after importing all the clips in the source and work then from there.) Now, I need to "copy" some footage from the project A to project B, so that I can reuse the edition work on these sequences without having to replicate them on the. In FCP, I would have just two projects open and copy - paste the sequences of project A to project B. In Premiere Pro, I was happy to see that copy - paste can work through projects - i.e., I can 'copy' in the project, close the project A open project B, then "Paste". HOWEVER, bringing to all of the source clips referenced by these sequences in the project has... Even if the source clips are already in project B.

    OK, I understand why this happens, because Premiere Pro does not know (or check) the same clips already exist in project B. But I don't want to keep the two entries of the source clips in the project (in different bins too), because that becomes a source of confusion on the road. Is it possible for me to separate the news sequences of these 'new' entries in source clip and connect them with the existing entries? If I just go and delete the entries of 'new' source clip, references in these sequences don't simply go offline, they are deleted. If new sequences are empty.

    I fight to see what is the best approach in this case. Any suggestions or tips?

    I do this very similar workflow. I'll have the project 'A' where I change my sequences, etc., and then down the road, if I want to use some of these project grna 'A' in a new project 'B '.

    PP can do what you are looking for and do not create the duplicate of source even footage items.

    Do not copy and paste. Use rather import to import the discovery of the other project.

    Open your project that you want to reuse sequences. Then go to file > import and place you on the project that you want to import sequences of. Click the project file, and PP will ask you which you want to import sequences. Select the sequences (or the entire project) and PP will import the footage for you.

    Now... the media in double...

    If you clip source "00001.MTS' for example, already in the project you have open and one of the sequences that you import reference also the clip of"00001.MTS"from source, PP will not import a duplicate because it will use the clip that you have already imported.

    However, if PP is to import a copy it's probably because in each project, you have different I/O points set for the same element in source. If this is the case of the PP will import the copy of the clip so it retains every version of the video I/O points.

    If you make a test import and make sure that there is no point of I/O, or they are the same I/O points, PP will import the clip of dup.

  • Filing of documents to a specific file and transfer previously filed documents to another file

    How to file the documents in a specific file and transfer has already filed documents to another file?

    How to file the documents in a specific file and transfer has already filed documents to another file?

    Pretty simple. But first you need to know if you have copy to or Move To options in your context menu.
    If you have not, here is the tutorial to install.
    http://www.howtogeek.com/HOWTO/Windows-Vista/add-copy-to-move-to-on-Windows-Vista-right-click-menu/

    Once this is done, the rest is simple > right click on the doc file > click Move To > move the folfer of your choice > click on move. For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • Passwords can be imported from another browser like PaleMoon

    I have to many passwords stored in my browser PaleMoon. others that the copy of each individual password, how can I import all passwords at once to my Firefox browser?

    Not sure if it works with palemoon, but see Import Bookmarks and data from another browser.

    If this does not work, you can transfer the file 'Key3db' of the old profile in Palemoon, to the new in Firefox.

  • You can disable windows from another computer

    My sons laptop got stolen, if he can disable windows XP from another computer, so when the computer is turned on, no one can use the operating system

    My sons laptop got stolen, if he can disable windows XP from another computer, so when the computer is turned on, no one can use the operating system

    The short answer is no other post recommend that you ask the laptop on your insurance. It of a good idea to install prey or other protection software against theft on portable computers that will allow you to lock the remote computer and follow where it was stolen. However, even these measures will not help if the thief erases the hard drive and re - install Windows.

  • I can automatically fill a PDF form with data from another file of the Government?

    I need to be able to insert automatically the data into a PDF form to print.  I can create the data file with alpha and numeric values to be inserted into the form.  Is there a way to merge/package/combine without action from the user to slide, falling, or gluing?

    It would be on a platform Windows (ideally for XP and Windows 7).

    Hi Mike,.

    Yes you can import data to a PDF file from another data file using option "Import data" in Acrobat. AXI supports the .fdf, the .xfdf, the .xfd, .xml and .txt file formats. I'm not sure the version of Acrobat you have, but here I am you provide the links of the AXI and AX online help documentation. Please post back if you need more information:

    AXI: http://help.adobe.com/en_US/acrobat/using/WSE8580964-0716-4452-BA8D-EA9AAD3F6091.html#WSDD 95883E-EB9B - 409 b-8C7C-33E0DAE68FFE

    AX: http://help.adobe.com/en_US/acrobat/standard/using/WSDD95883E-EB9B-409b-8C7C-33E0DAE68FFE. html

    ~ Sandeep V.

  • Where are the mouse pointer/cursor themes stored and can copy them to another computer?

    I have my own theme mouse and custom cursor, with a complete record of pointers favorite that I have used for several years. It takes a long time to copy on every new computer that I use and set up.

    Is it possible to copy these themes of pointer and keep them with the custom pointers folder, save me time setting them up again?  Or are they kept individually in the registry?

    You can try to save as part of a Pack, but I do not think the themes compress and store cursors internally as they do with wallpapers.  Unfortunately the only way I know to do what you want is to export the registry, but that only works if the new computer has the cursor files stored in the same exact path.

    If it was useful, you can vote by clicking on the green triangle. If it solves the problem, click on propose as answer. Thank you!

  • unification of withdrawal and the volume of noise from multiple files

    Hello

    Say that I have recorded 5 conferences for a speaker in the same room but different days and now I want to combine 5 conferences into one large audio file.

    1. do you recommend I noise removal for each conference separately then I sting in one big file, or I join them all in one big file, and noise removal on the large file that result?
    2. According to my relevant place to the speaker registration for the day 1 for example was stronger than day 2 so when I join the 5 conferences that do to unify the "volume"and make sure that it appears as if it were a long conference with consistency in the voice.

    Note: it is the same speaker in this same room days 5

    My apologies for the long questions and I thank you all in advance for your kind help

    If you have moved against the speaker, then probably noise is not quite the same thing. So, I would take a sample of distinct noise for each lesson and do them individually. When you have done that, it should be a simple matter to standardize each file for the same peak level (by example, - 1 dB) and then the content of each will be substantially the same, although the conditions of a room can make a small difference to this. Not so many things that it must be a problem however.

    After that, you can attach files, using open > add and save the result.

Maybe you are looking for