Bring foreign text doc into title tool / project

Hi: I'm editing on CS4 and have 4 foreign language videos to edit.  I tried this on CS3 and it worked but doesn't seem to work on CS4.  I have a word doc on my desktop, the computer sees it as a text doc as word is not on the edit computer.  I tried to cut it and paste it into the open title tool, but it doesn't seem to work.  How can I bring a foreign text doc into my project?  My system is a new PC workstation running XP professional so its got the capability to read Portugiese and Polish.  I have to install the Cantonese font.  Thanks, Christine

Okay, I've got it working now.  What I had to do is open the word doc on my office computer and resave it as an rtf rather than txt to keep the special fonts.  I took it over to the workstation.  SInce it was rft it could open it and all I had to do then was cut and paste it into the title tool.
Thanks for your help!

Similar Messages

  • Importing and flowing multiple text docs into InDesign CS3

    I have multiple plain text files where each runs several pages long that I want to import into one document in ID CS3. I want to import them and have them flow in a single threaded text frame one after another over multiple pages. With a single multi-page text doc all I have to do is select Place and hold down the shift key and InDesign will add the necessary pages and flow the copy until the end of the doc. However, if I shift select the docs and try import them into a text frame by holding down the shift key, it will just flow the first doc in the group with no indication of overset text. I have tried placing multiple text docs holding down the shift and command key and that brings in all my docs on the first page but in separate text boxes with overset text for each doc. Is there a way to do this in InDesign or perhaps a plugin that can do this?
    Thanks
    Randy

    I tried to find this. It was posted 4/21/08 by Peter Kahrel (I can tell, because I can see my side of the discussion in my Sent folder) in response to a post I made entitled "Multiple Files". Maybe I'm not searching the forum archives properly, or maybe this was during the time last year when Adobe was trying (and failing) to update the forums. In any case, I'm sure at this point that Peter posted this for public consumption, so I don't think he's going to mind if I post it again:
    // Description: Place multiple textfiles as one story
    #target indesign
    preset = "/d/books/test/*.doc";
    app.wordRTFImportPreferences.useTypographersQuotes = false;
    app.wordRTFImportPreferences.convertPageBreaks = ConvertPageBreaks.none;
    app.wordRTFImportPreferences.importEndnotes = true;
    app.wordRTFImportPreferences.importFootnotes = true;
    app.wordRTFImportPreferences.importIndex = true;
    app.wordRTFImportPreferences.importTOC = false;
    app.wordRTFImportPreferences.importUnusedStyles = false;
    mask = prompt( 'Enter a file path/mask.\r\r' +
       'Examples:\r' +
       'd:\\books\\test\\*.rtf   /d/books/test/*.rtf', preset );
    if( mask == null ) exit();  // Cancel pressed
    ff = Folder( File(mask).path ).getFiles( File(mask).name );
    if( ff.length > 0 )
       placed = [];
       missed = [];
       tframe = app.documents.add().textFrames.add(
          { geometricBounds : [36, 36, 400, 400] } );
       placedstory = tframe.parentStory;
       app.scriptPreferences.userInteractionLevel = 
          UserInteractionLevels.neverInteract;
       pb = initprogressbar( ff.length, 'Loading');
       for( i = 0; i < ff.length; i++ )
          pb.value = i;
          try
             placedstory.insertionPoints[-1].contents = '£0';
             placedstory.insertionPoints[-1].place( ff[i] );
             placedstory.insertionPoints[-1].contents = '\r\r';
             placed.push( ff[i].name );
          catch(_)
             missed.push( ff[i].name );
       app.scriptPreferences.userInteractionLevel = 
          UserInteractionLevels.interactWithAll;
       inform = '';
       if( placed.length > 0 )
          inform = 'Placed ' + ff.length + ' files (in this order):\r\r' + placed.join('\r');
       if( missed.length > 0 )
          inform += '\r\rCould not place:\r\r' + missed.join('\r');
       delete_empty_frames ();
       alert( inform );
    else
       alert( mask + ' not found.' );
    // End
    function delete_empty_frames ()
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = '\\A\\Z';
       var empties = app.activeDocument.findGrep (true);
       for (var i = 0; i < empties.length; i++)
          empties[i].parentTextFrames[0].remove()
    function initprogressbar( stop, title)
       var progresswindow = new Window('palette', title);
       var progressbar = progresswindow.add( 'progressbar', undefined, 1, stop );
       progressbar.preferredSize = [200,20];
       progresswindow.show()
       return progressbar;
    Copy and paste everything between the hyphen lines (not including the hyphen lines) into a text editor and save with a .js extension and put it in your scripts folder. Should be something like:
    D:\Program Files\Adobe\InDesign CS3\Adobe InDesign CS3\Scripts\Scripts Panel
    After alphabetizing your files and putting them in their own folder, copy the path and run the script. It will make a new folder and place all your files in one continuous story. I don't know how it will work with .txt files.
    Ken Benson

  • Importing Word doc into Previously Existing Project Corrupts Related Topics

    Hi,
    I had a few extra topics that I documented in a Word document
    and imported that document into an existing HTML Help project in
    RoboHelp. After doing this, it used the CSS file called by the new
    folder it added for those new topics (based on the name of the
    imported word doc) and when I look at topics in WYSIWIG, the text
    on them is Design_Time Con. (I used the text only style of related
    topics). When I select the related topic button in WYSIWIG and view
    the popup, the menu choice for properties is deactivated so I can't
    even edit the topics in them. And, when I try to add a new related
    topic, it looks the same "corrupted" way.
    What am I going to do? Is there are project setting that is
    pointing to the wrong directory? What can I do to save my related
    topics. I have over 400 topics all with related topics buttons and
    each has an average of 6-8 related topics listed.

    P.S. I also tried creating a new project and importing the
    htm files into it but it is doing the same thing.
    Here is the code for the Related Topics in one of the topics
    as a sample:
    <!--Metadata type="DesignerControl" startspan
    <object
    CLASSID="clsid:FF80F713-5DC6-11d0-A7B4-00AADC53E937"
    ID=RelatedTopics
    BORDER=0>
    <param name="_Version" value="65536" >
    <param name="_ExtentX" value="2117" >
    <param name="_ExtentY" value="556" >
    <param name="_StockProps" value="13" >
    <param name="ForeColor" value="0" >
    <param name="BackColor" value="14215660" >
    <param name="UseButton" value="0" >
    <param name="UseText" value="-1" >
    <param name="ControlLabel" value="Related Topics" >
    <param name="UseIcon" value="0" >
    <param name="Items" value="About the Main Work Pick
    Window;About_the_Main_Work_Pick_Window.htm$$**$$About the Picking
    Employees Grid;About_the_Picking_Employees_Grid.htm$$**$$Adding a
    Part-Time Employee
    Pick;Adding_a_Part_Time_Employee_Pick.htm$$**$$Adding a Work
    Pick;Adding_a_Work_Pick.htm$$**$$Changing the Employee Pick
    Order;Changing_the_Employee_Pick_Order.htm$$**$$Choosing the List
    of Picking
    Employees;Choosing_the_List_of_Picking_Employees.htm$$**$$Defining
    the Main Pick
    Information;Defining_the_Main_Pick_Information.htm$$**$$Pick Status
    Codes;Pick_Status_Codes.htm$$**$$Picking Extra
    Work;Picking_Extra_Work.htm$$**$$Picking Special
    Days;Picking_Special_Days.htm$$**$$Reviewing Master List
    Positions;Reviewing_Master_List_Positions.htm$$**$$Saving the
    Pick;Saving_the_Pick.htm$$**$$Selecting an Employee and Beginning
    the
    Pick;Selecting_an_Employee_and_Beginning_the_Pick.htm$$**$$Selecting
    Imported Rosters;Selecting_Imported_Rosters.htm$$**$$" >
    <param name="Image" value="" >
    <param name="FontInfo" value="Arial,8,0,," >
    <param name="_CURRENTFILEPATH"
    value="\\cronos\Usr\kwatson\Operations Guide\TeleDriver Operations
    Guide Draft 1 for Import into Help\Adding_an_Extraboard_Pick.htm"
    >
    <param name="_ID" value="RelatedTopics" >
    <param name="UseMenu" value="-1" >
    <param name="Frame" value="" >
    <param name="Window" value="" >
    </object>--><OBJECT
    CLASSID="clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11"
    ID="RelatedTopics" TYPE="application/x-oleobject" >
    <PARAM NAME="Command" VALUE="Related Topics,MENU">
    <PARAM NAME="Font" VALUE="Arial,8,0,,">
    <PARAM NAME="Item1" VALUE="About the Main Work Pick
    Window;About_the_Main_Work_Pick_Window.htm">
    <PARAM NAME="Item2" VALUE="About the Picking Employees
    Grid;About_the_Picking_Employees_Grid.htm">
    <PARAM NAME="Item3" VALUE="Adding a Part-Time Employee
    Pick;Adding_a_Part_Time_Employee_Pick.htm">
    <PARAM NAME="Item4" VALUE="Adding a Work
    Pick;Adding_a_Work_Pick.htm">
    <PARAM NAME="Item5" VALUE="Changing the Employee Pick
    Order;Changing_the_Employee_Pick_Order.htm">
    <PARAM NAME="Item6" VALUE="Choosing the List of Picking
    Employees;Choosing_the_List_of_Picking_Employees.htm">
    <PARAM NAME="Item7" VALUE="Defining the Main Pick
    Information;Defining_the_Main_Pick_Information.htm">
    <PARAM NAME="Item8" VALUE="Pick Status
    Codes;Pick_Status_Codes.htm">
    <PARAM NAME="Item9" VALUE="Picking Extra
    Work;Picking_Extra_Work.htm">
    <PARAM NAME="Item10" VALUE="Picking Special
    Days;Picking_Special_Days.htm">
    <PARAM NAME="Item11" VALUE="Reviewing Master List
    Positions;Reviewing_Master_List_Positions.htm">
    <PARAM NAME="Item12" VALUE="Saving the
    Pick;Saving_the_Pick.htm">
    <PARAM NAME="Item13" VALUE="Selecting an Employee and
    Beginning the
    Pick;Selecting_an_Employee_and_Beginning_the_Pick.htm">
    <PARAM NAME="Item14" VALUE="Selecting Imported
    Rosters;Selecting_Imported_Rosters.htm">
    <PARAM NAME="Text" VALUE="Text: Related Topics">
    </OBJECT>
    <!--Metadata type="DesignerControl" endspan-->

  • Bringing Native Methods Into a JBuilder Project

    Hi ppl:
    I have developed an application that uses JNI for native code (C++). I have been able to make everything work with a text editor (textPad) and command line.
    Now I want to bring everything into a JBuilder project. I have been able to compile all my java code. However, I do not know how to bring my native dlls into the project. I will really appreciate if I can get answers to these questions:
    1. How do I create the header file for native code from JBuilder (instead of command line javah -jni) ?
    2. Where do I put the .dll files in the project directory structure ?
    3. How do I add the dlls to the project so that they can be found by "static { System.loadLibrary("nativeMethod");}"
    Regards,
    Kamran
    p.s. Sorry ppl, had to cross-post, no replies on the jni forum

    I think it's also okay if they're in the root of your
    classpath- in JBuilder's case, this is the "classes"
    folder in your project's home.
    I'm not positive about that, though!Tried it, doesn't work. Thanks for the suggestion.
    Kamran

  • I want to bring in text from Word (and the web) that is already hyperlinked into InDesign. How do I do it while keeping the links active?

    I want to bring in text from Word (and the web) that is already hyperlinked into InDesign. How do I do it while keeping the links active?
    Whenever I copy/paste from web or Word it removes the hyperlinks.  And when I try to do it by "Place"ing a Word document into my InDesign project it keeps the formatting with it, the rectangles around the text.
    I have the latest version of InDesign.
    Any help is appreciated. 

    Copy-and-paste may not include formatting. A regular import using Place is the best way.
    The rectangles around the hyperlinks are just to indicate they are links -- they do not print, but they do show up in your PDF.
    You can remove them by double-clicking the hyperlink in the Hyperlinks panel and select "Invisible Rectangle" as type.
    Typically, Word hyperlinks are formatted -- blue text, underline -- with a Character Style. If you want to remove or change the formatting, all you have to do is change the character style. My experience, though, is you must check all hyperlinks because for no apparent reason sometimes they appear in the document without the character style.

  • Saving a LinkedList into a text doc using bufferwriter

    hi
    I'm having some problem attempting to save my linked into a text doc(.txt). By using the scanner class i to read another text doc and have it put each work in that document as an single element in the linkedlist. But when i try to write the linked list into a text doc it only writes the last word / element that is in the linkedlist into a text document. How do i get my bufferwriter or filewrite to same all the words and prehaps in a format that i want?
    import java.util.*;
    import java.io.*;
    public class LibraryLinkedList {
        public static void main(String[] args) throws FileNotFoundException,
       IOException{
          File file1 = new File(args[0]);
            Scanner in = new Scanner(file1);
            LinkedList<String> lst = new LinkedList<String>();
            //... Read and build list of words.
            while (in.hasNext()) {
                String word = in.next();
                lst.add(word);
           ///  loop to print list forward.
            //    Could also use an Iterator (forward only) or
            System.out.println(" Print words in order of entry");
            for (String s : lst) {
                System.out.println(s);
            /// this print statement is for testing
             BufferedWriter out = new BufferedWriter(new FileWriter(
            "s.txt"));
          PrintWriter output = new PrintWriter(out);
          output.print(s);
          output.close();
    }eg.
    1. i have a doc with words("apple chair book house")
    2. i have a testing print statement which prints the words that have been scanned and placed into linked list and it prints it like this
    apple
    chair
    book
    house
    3. then when i attempt to write into a txt doc it only has ("house") in the doc

    hey
    say i wanted to add a numbering system for each linkedlist item, i've used another for loop to try and attempt this but what happens is that it loops too much.
    eg what i wanted was something like
    1. apple 2.house 3. somthing ect
    but what happens is
    1.apple 2.apple 3.apple ... 15.apple 1.house 2.house 3 house..... 15.house
    my code is as follows
    for(String g :lst) {
                for(int i = 1; i < lst.size(); i++){
                //out.write("#" + i); for loop placing numbers and increasing
                out.write(" #"+ i + g);}
      out.write(" "); // add a new line
    out.close();
        }

  • FCP title tool - left justified text

    I'm just generating basic titles within FCP using the built in title tool (not Motion or Live), and need to make some left justified title cards. Centering the text works fine, everything fits on screen. But, when I select "left" justification, the font STARTS in the center of the screen and I lose the last few words off the right side of the screen! When I try to move the font with wireframe, I can place the text manually where I want it, but the words are still cut off on the right side. I know there must be a simple solution to this... right?

    Don't move the text by using the wireframe. This just moves the whole layer and you will see the text being but at the border. You need to use the "Origin" parameter to position the text.

  • Title Tool - text rendring too soft/blury

    Hi,
    used the Premiere Title Tool occasionally and always got to soft/blury text rendering - it seems optimal for old CRT tubes and interlaced video but looks bad on a 1080p 4:4:4 timeline
    If for example I want to add some Text to a imported Photoshop PSD title it doesn't match - because the Premiere Title Tool added text looks soo blurry and washed out compared to the text from the PSD title...
    hmm - don't found any setup properties to turn off blurring or something like that...

    Hi,
    thanks for your replys... so it's a real thing that the title tool is rendering very softly...
    --> No it's not a preview thing - I'm on MPE GPU mode and don't render previews.
    --> I output my sequences to 2K JPEG2000 in 4:4:4 mode (D-Cinema) so titels have to be crisp and sharp - but even for a Bluray output that's too much antialiasing.
    The titel tool is handy if I want to add some words to a existing title or insert some "PRESS COPY" overlay or something like that.
    Question: Is there a hidden setup value for antialiasing to tweak?

  • Pause after every character typed into title text

    Typing text into title delays for 3 seconds after each character typed.
    The best work around I found was to type the text into textedit and paste once done.
    Any other suggestions?

    Is 4 the maximum number of characters that can be entered?
    Then the solution is easy:
    - set the maximum lenght property of the item to '4'
    - set the automatic skip property to 'YES'
    I hope this helps...

  • How can i bring in a office word doc into my iphone

    how can i bring in a office word doc into my iphone

    Email it, then tap the attachment on your iPhone to view it.  Or, upload it to a cloud service like Dropbox and use the free dropbox app to access it.

  • Alter leading of a range of text in a title?

    I thought you were supposed to be able to do this.
    How do you alter the leading of just two lines of text within a title text box without affecting the leading of all the other lines of text within the text box?
    I can alter the kerning of a few lines of text w/o affecting the other lines of text, but I can't to this with leading.
    Is this a bug? Is this not a feature? Am I doing something wrong?
    I select a couple of lines of text and then adjust the leading by changing the leading number. By doing this, however, the leading of the entire text box changes.
    Please help!
    thanks!

    Morty,
    So if I wanted to create 200 lines of rolling titles, I'd just create a super-long PSD file? 
    You are correct on creating a very vertical .PSD with your text. Let's just assume that you have an NTSC DV Project. In PS, choose Image New, and then the NTSC DV Preset (either 4:3, or 16:9) with guides. This will yield a 720 x 480 image. Reset your PS Colors to B/W. Go to Image>Canvas and move the marker to the top-center, then increase the vertical to no more than 4000 pixels and choose the black (should be "Background Color") Add/edit your text, as is required. I usually do the text in Word, or WordPerfect, just for SpellCheck, and Ctrl+C/Ctrl+V that into PS. If you have more pixels in the vertical, than you need, just Crop. Save_As a .PSD, to be Imported into PrPro as Footage, unless you have Layers, that you wish to animate independently - then choose Sequence. Once into the Project Panel, drag to the Timeline, and Keyframe Effect>Motion>Position. Done.
    I would like to see Titler grow a bit more robust too, but live fine with it, so long as I have my other Adobe (and some non-Adobe) programs handy. To me, each is just a "tool" in the "toolbox." I have requested full Grouping, SpellCheck and more typography tools. OTOH, if any of these munged up Titler, I would resend my requests in a heartbeat. I look at Titler a bit like I do NotePad - OK for simple stuff, but for wordprocessing I go go WordPerfect. Just another tool.
    Hope that helps,
    Hunt
    Message was edited by: Bill Hunt - added last thought and made two corrections.

  • Title tool problem - aspect ratio changing

    I'm having a bit of trouble with the title tool in premiere pro cs6. I've never had this happen before. I've got my video in the timeline and it is displayed and edited to the correct aspect ratio (4:3) but when I bring up the title tool to add text over it the video changes aspect ratios to that of a mobile phone vertical (9:16ish). I've attached an image that shows what I'm having trouble with. Any help is appreciated!
    http://i.imgur.com/tlK1CCn.jpg

    If you open a new the title you are presented with a dialog box with the heigth and width and aspect ratio.
    Check it that is the same as your timeline.
    Existing titles you can check in the project window or clip info.

  • Title Tool questions...

    I'm a professional feature doc editor new to Premiere from FCP7.  I'm creating titles in a project and running into very annoying inconveniences with the implementation of titling in Premiere.  I understand how it's working -- each title references a particular instance, so changing a title using the tool changes all other instances of that title.  But this is causing me hell and I don't understand why it works that way...
    To modify a title without changing previous versions of my timeline, here's what I have to do:
    1. Open the title tool.  (okay, fine.)
    2. Create New Title.   (sure, if you insist)
    3. Name the new title (Why doesn't it populate the name with the previous name!?)
    4. Edit the title (great).
    5. Find the title I've created in the Project (why can't I send titles to a specific bin?! -- or can I?)
    6. Hold Alt & drag the title into its old position (ugh mouse mouse mouse -- is there a keyboard command that would do this?).
    7. Find the title I've created in the Project again.  Move it to a bin with the other titles.
    In FCP it worked like this:
    1. Edit the title.
    To create a new title based on an old title in Premiere here's what I have to do:
    1. Open the title tool.  (okay, fine.)
    2. Create New Title.   (sure, if you insist)
    3. Name the new title (Why doesn't it populate the name with the previous name!?)
    4. Edit the title (great).
    5. Add the title to the project.
    7. Find the title I've created in the Project.  Move it to a bin with the other titles.
    In FCP it worked like this:
    1. Copy & Paste an old title.
    2. Edit the title.
    Keeping separate versions of my timelines is critical (and totally logical and professional), so I hate, and am basically SCARED, that changes I make in a current timeline could affect (without my being alerted!) stuff elsewhere in the project.  Is there a good reason it's implemented this way?  Is there any corollary to FCP's "Make Clip Independent" command?  I'm happy to learn a new program, and happy that Premiere is working to build something better than FCP7, so does anyone have any suggestions to streamlining my process here?  (the alt & drag tip I learned from a search). 
    I suppose in the rare case where I use the exact same title several times in a project, this behavior could be useful.  But that happens much more rarely than when I edit (or even create) any one particular title.  Couldn't Adobe at least give us the choice to make them independent?
    Thanks,
    - Nels

    ALt Drag a Title creates a unique new instance. of the Title. Edit it as you wish and it will  update "automatically"
    Titles I make seem to always go to the Graphics Folder I have Open in the BIn.
    "Create New Title Based on" 
    Rename it
    Opens Title
    Edit it ( obviously)
    Use the Replace with or insert it where you want.
    In FCP it worked like this:
    1. Copy & Paste an old title.
    2. Edit the title.
    Surely you had to edit it too or could it read your mind.

  • Possible that BORIS 3D title tool has EXPIRED?

    Most peculiar....
    I had been using the Boris 3D title tool in my fcp 5.0 a few weeks ago. Love it.
    Now that I'm back on the project and needing to use it again, it doesn't appear under my effects tab. (neither the effects drag down menu or the effects tab within my project window)
    Is it possible it was only a trial version? Why would it not appear as an option?
    Any ideas would be welcome.
    As always, thanks to this forum.
    Mark

    Thanks for the help -- but my Boris doesn't seem to be anywhere.
    I'm able to open the previous 3D titles, but I can't find the Boris tab anywhere.
    Is there a way to save the existing Boris 3D title into my effect favorites so that I don't have to keep going back to the old sequence to initiate a new title?
    thx.

  • Can I import Powerpoint text objects into CP as seperate layers?

    I have a Powerpoint presentation I would like to convert to a CP7 project. I imported the Powerpoint and checked the 'sync' checkbox. In CP I added voice over to each slide. Now I want to time the fade-in of each of my bullets to the audio track. However, the individual text layers that exist in Powerpoint are not brought into CP as seperate layers. This makes it extremly difficult to time the bullets to the audio track because the audio is in CP and I have to implement the timing in Powerpoint. Is there any way to import the Powerpoint text objects into CP as individual layers?

    Not possible, each ppt slide will be turned in sort of a movie slide that
    keeps timing and animations. Maybe you need a ppt plugin instead of a full
    authoring tool?

Maybe you are looking for

  • Green boxes and pixels whenever I edit pics or video. Now crashing.

    If anyone witha knowledge of Kernel panics can read into this crash report, I would appreciate any advice. Interval Since Last Panic Report:  87001 sec Panics Since Last Report:          1 Anonymous UUID:                    669C0C23-BAFA-4A17-B1CC-94

  • My tiles don`t show after logging in-it goes straight to desktop

    i have windows 8.1. my computer opens on the desktop instead of my tiles. i don`t think i changed anything-it just started doing it. how can i change it back? thanks This question was solved. View Solution.

  • Why System.in is blocking other IO call

    I was trying this simple program to run some test... package com.jpmc.ibtech.hycee.base; import java.io.IOException; public class TestThread {       * @param args       * @throws IOException      public static void main(String[] args) throws IOExcept

  • ISA server- Bypass authentication

    Hi  My environment: External users access SharePoint intranet site by entering credentials in Microsoft ISA server login page(authenticate to ISA server then accessing all sharepoint sites). one client wants to access sharepoint intranet without ISA

  • IChat video conference connection problem

    I am having trouble connecting in a video conference. I get to starting connection then it just hangs, or it will say that I did not respond. I have a netgear router which I know causes problems but i opened up every possible port that iChat uses. I