Hello, I am trying to place a file typed in Japanese in to an Indesign CS2 page.

Hello, I am trying to place a file typed in Japanese in to an Indesign CS2 page.  The original text is a Microsoft Word file.
When it is saved as a .pdf, I am not able to do anything with it. I use a MAC running on Tiger 10.4.11.
I need it for an insert in a CD.
Any help on this?
thank you very much.
S

Ah -- you are placing the PDF, right? Use the Word file instead. A PDF file is not a text file, so you get it as an image.

Similar Messages

  • I am trying to place a file typed in Japanese in to Indesign CS2...

    Hello, I am trying to place a file typed in Japanese in to an Indesign CS2 page.  The original text is a Microsoft Word file.
    When it is saved as a .pdf, I am not able to do anything with it. I use a MAC running on Tiger 10.4.11.
    I need it for an insert in a CD.
    Any help on this?
    thank you very much.
    S

    Ah -- you are placing the PDF, right? Use the Word file instead. A PDF file is not a text file, so you get it as an image.

  • Error encountered when scrolling over particular InDesign CS2 page, causes file to crash

    I am working on a 36.6 MB InDesign file with 134 pages. There is at least one photo on each page. Most of the photos are linked in to a server.
    When I scroll to page 93, I always get an error message and the option to debug. But the debug always fails and InDesign closes.
    I have updated my InDesign CS2 to 4.0, but have had no luck.
    Here is the error signature:
    AppName: indesign.exe AppVer: 4.0.5.688 ModName: master page.rpln
    ModVer: 4.0.5.688 Offset: 000053b6
    Please, please help.

    Is page 93 based on a different master from the others?
    I think this could be caused by either a bad graphic or a bad font on the page.
    I also remember, vaguely, something about closing the links palette and or Navigator might help, as probably, would moving the links to your hard drive.
    Peter

  • [AS] Trying to place multipage indd files with applescript?

    Hello,
    I am trying to place page i of indd document onto page item "box1". I do not want to have a dialog box. Any help would be great.
    I am aware of imported page attributes but do not know how to talk to the placed document to change the page number. Thanks.

    Thanks. I figured it out. I was talking to the document instead of the application. That's always tricky for me.
    tell application "Adobe InDesign CS3"
    set TheFilepath to ""
    set page number of imported page attributes to 2--or whatever page
    place "TheFilepath" on page item "box1" of active document
    end tell

  • Problem trying to transfer multiple file over a network or the internet

    Hello I'm trying to make a file transfer program to transfer file over the internet or a network. I've been able to successfully transfer one file but when I try to send multiple files I keep getting a EOFException after the client trys to send the files. The client says it sent both files and the connection was closed but the server said that it only received one file and throws a EOFException. I've included the code from the client and the server. Any help is much appreciated.
    The Client
    private class createSocket implements Runnable {
              String address;
              int port;
              public createSocket ( String address, int port ) {
                   this.address = address;
                   this.port = port;
              public void run() {
                   try {
                   postStatusMsg( "Opening Connection at " + address + ":" + port );
                   Socket socket = new Socket( address, port );
                   postStatusMsg( "Connected to " + address + ":" + port );
                   DataOutputStream dos = new DataOutputStream( socket.getOutputStream() );
                   DataInputStream dis = new DataInputStream( socket.getInputStream() );
                   dos.writeInt( files.length );
                   for ( File f : files ) {
                        BufferedOutputStream out = new BufferedOutputStream( dos );
                        BufferedInputStream in = new BufferedInputStream( new FileInputStream(f) );
                        postStatusMsg( "Sending: " + f.getName() );
                        byte[] b = new byte[8192];
                        int read = -1;
                        dos.writeUTF( f.getName() );
                        while ( ( read = in.read( b ) ) >= 0 ) {
                             out.write( b, 0, read );
                        postStatusMsg( "File Sent" );
                        in.close();
                   dos.close();
                   postStatusMsg( "Closing Connection" );
                   socket.close();
                   postStatusMsg( "Connection Closed" );
              catch( IOException e ) {
                   Main.ShowMsgBox( statusTA, "Error", e.getMessage(), JOptionPane.ERROR_MESSAGE );
                   try {
                        e.printStackTrace( new PrintStream( "./log.txt" ) );
                   catch ( FileNotFoundException ee ) {
                        ee.printStackTrace();
         }The Server
    public class ServerHandler implements Runnable {
              private Socket s = null;
              public ServerHandler( Socket s ) {
                   this.s = s;
              public void run() {
                   try {
                        handlers.add( this );
                        DataInputStream dis = new DataInputStream( s.getInputStream() );
                        DataOutputStream dos = new DataOutputStream( s.getOutputStream() );
                        BufferedInputStream in = new BufferedInputStream( dis );
                        BufferedOutputStream out = null;
                        int count = dis.readInt();
                        for ( int i = 0; i < count; i++ ) {
                             File f = new File( Main.settings.SAVE_DIR );
                             if ( !f.isDirectory() )
                                  f.mkdir();
                             f = new File( Main.settings.SAVE_DIR + "\\" + dis.readUTF() );
                             out = new BufferedOutputStream( new FileOutputStream( f ) );
                             postStatusMsg( "Receving: " + f.getName() );
                             byte[] b = new byte[8192];
                             int read = -1;
                             while ( ( read = in.read( b ) ) >= 0 ) {
                                  out.write( b, 0, read );
                             postStatusMsg( "File Received" );
                             out.close();
                        in.close();
                        postStatusMsg( "Closing Connection" );
                        s.close();
                        postStatusMsg( "Connection Closed" );
                        handlers.remove( this );
                   catch ( IOException e ) {
                        Main.ShowMsgBox( statusTA, "Error", e.getMessage(), JOptionPane.ERROR_MESSAGE );
                        try {
                             e.printStackTrace( new PrintStream( "./log.txt" ) );
                        catch ( FileNotFoundException ee ) {
                             ee.printStackTrace();
         }

    Something like this, modulo bugs:
    // sender
    dos.writeLong(file.length());
    // send the file
    // receiver
    long length = dos.readLong();
    long current = 0;
    int count;
    while (current < length && (count = in.read(buffer, 0, (int)Math.min(buffer.length, length-current))) > 0)
      out.write(buffer, 0, count);
      current += count;
    }

  • "Cannot place this file - ??? 28962-ALDCL6RC.RSL" error message

    Using PM 6.5 in Classic mode on Mac (OS 10.4.11). I have an existing pagemaker document that contains an EPS file that I need to change. When I try to update link to new EPS file or place it, I get the "cannot place this file" message. I am creating EPS in Illustrator 6.0 (also in Classic mode.) I have tried to place EPS file in a new Pagemaker document and get the same message. This used to work. I would really appreciate any help.

    I seem to recall that PageMaker wasn't a good friend of EPS files, but I could be wrong after so many years not using it. I would try with TIFFs, just in case.
    Addition/correction: you may want to take a look at this thread:
    http://forums.adobe.com/message/2302248#2302248
    Message was edited by: Claudio González. Reason: addition.

  • Trying to put a file into a table

    hello i am trying to put a file into a table but a don't know how to do it if somebody knows how to do it please send me an example.
    thanks a lot

    Hi
    The easier way is saved the excel file in CSV format and use the fm GUI_UPLOAD to read that file:
    DATA: TAB_FILE(1000) OCCURS 0.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME = 'C:\MY_FILE.CSV'
      TABLES
        DATA_TAB = TAB_FILE.
    In TAB_FILE you'll have your file.
    If you want to create a dialog to search the file:
    parameters: p_file1 like rlgrap-filename.
    at selection-screen on value-request for p_file1.
    data: filetable type filetable,
          rc        type i.
      data wa_file like file_table.
      refresh filetable.
      call method cl_gui_frontend_services=>file_open_dialog
       EXPORTING
       WINDOW_TITLE            =
       DEFAULT_EXTENSION       =
       DEFAULT_FILENAME        =
       FILE_FILTER             =
       INITIAL_DIRECTORY       =
       MULTISELECTION          =
       WITH_ENCODING           =
        changing
          file_table              = filetable
          rc                      = rc
       USER_ACTION             =
       FILE_ENCODING           =
      exceptions
        file_open_dialog_failed = 1
        cntl_error              = 2
        error_no_gui            = 3
        not_supported_by_gui    = 4
        others                  = 5.
      if sy-subrc = 0.
        if rc = 1.
          read table filetable into wa_file index 1.
          move wa_file-filename to p_file1.
        endif.
      endif.
    start-of-selection.
    DATA: TAB_FILE(1000) OCCURS 0,
          file type string.
    move p_file1 to file.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME = file
      TABLES
        DATA_TAB = TAB_FILE.
    Max
    Message was edited by: max bianchi

  • Opening FreeHand MX file in InDesign CS2

    I was sent a FrreHand MX file that i need to edit in InDesign
    CS2. Is there any way to open it? It shows up as a blank page icon
    in the finder.

    > make sure you put the .fh11 after the file. Also, you
    could drag and d=
    rop
    > FreeHand elements onto an InDesign page. As long as your
    preferences a=
    re set up
    > properly, this sould work. You can also save a PDF of
    your FH file tha=
    t
    > inDesign can import.
    InDesign can't open FreeHand files, regrdless of the
    extension. For edit=
    ing or even opening fh11 file you'll need FreeHand.
    Illustrator, however=
    , can open older FH files so you have to export as fh9 (or
    older) first.=
    You can extract some elements, export as eps or pdf, etc.
    and import in=
    to FreeHand but it is almost like recreating the design from
    sctratch.
    You can of course use 30 day demo of FreeHand for editing.
    http://www.ad=
    obe.com/cfusion/tdrc/index.cfm?product=3Dfreehand&loc=3Den_us
    The licens=
    e probably do not allow any commercial work but on the other
    hand you ma=
    y see the light while doing it. ;) For typography, especially
    with a lot=
    of body text, there is no better tool than InDsign CS2.
    Jukka

  • Opening InDesign CS4 Files in InDesign CS2?

    This is a long-shot, but does anyone know if it is possible to open files created or modified in the current version of InDesign in the much older CS2 version of the application? The files need to be fully editable in InDesign CS2.
    Alex Drinkwater
    Goldsmiths University of London
    London UK

    Keep in mind, though, that
    1) Three versions are involved here. The CS4 user needs CS3 so he/she can save to INX twice.
    2) Usages of features available in CS4 and CS3 but not available in CS2 will come out fairly well messed up once you get the file into CS2.
    3) Line wrap in CS2 will not match line wrap in CS4 or CS3 exactly. Adobe has tweaked the H&J engine through both upgrades.
    Don't count on roundtripping your document without a lot of work. If you need to roundtrip, you're going to be better off either upgrading to CS4 or keeping the document in one version or the other and marking corrections through PDF.
    Ken Benson

  • I have a clickfree backup drive and don't know how to restore my previous bookmarks? I tried to copy the places.sqlite file from the backup drive to my compute

    I have a clickfree backup drive and my computer crashed. I restored it to factory settings and reinstalled Firefox but cannot figure out how to get my old bookmarks back. I tried to replace the new places.sqlite file with the one I had on my backup drive but still got nothing? I tried to use the restore option but it won't take the old places.sqlite file. Is there anyway to get my old bookmarks? I'm really not a techy person.....
    Thanks

    Bookmark Backups
    Type '''about:support''' in the address bar and press enter.
    Under the page logo on the left side you will see '''Application Basics.'''
    Under this find '''Profile Folder.''' To it’s right press the button
    '''Show Folder.''' This will open your file browser to the current
    Firefox profile. Now '''Close Firefox.'''
    Enter the '''bookmarkbackups''' folder. This is where Firefox makes backups
    of your bookmarks. Look for the '''jsonlz4''' file you want to restore
    (check the time / date / size). Right click on that file and select '''Copy.'''
    Now go back to the profile folder where you started. Rename the file
    '''places.sqlite''' by adding '''.old''' to it. Now right click in the folder
    and select '''Paste.''' The file you just pasted here, rename it to
    '''places.sqlite.''' After you are done, restart Firefox.
    Edited to correct file name error.

  • Hello i am trying to help a friend to get the update for the mac os x maverick and msg pops up saying distribution file not verified

    hello i am trying to help a friend to get the update for the mac os x maverick and msg pops up saying distribution file not verified

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Trying to restore bookmarks and get error msg windows can't open places.sqlite file. also get same message when trying to open json files for prev sessions.

    Ibelieve remote user deleted cache and now I have no bookmarks. I have tried to reset firefox and was unable to do so. I tried to restore bookmarks through the places sqlite file and windows cannot open the file. I went to old firefox file on desktop and tried to open a previous version of bookmarks and windows could not open file. I still have bookmark toolbar and a lot of my categories bookmarks but they are all empty. My plugins are still there Can you tell me where to direct windows to open sqlite of json files?

    To experiment more safely, could you create a new Firefox profile? The new profile will have your system-installed plugins (e.g., Flash) and extensions (e.g., security suite toolbars), but no themes, other extensions, or other customizations. It also should have completely fresh settings databases and a fresh cache folder. If we get your bookmarks into the new profile successfully, you can create a backup and restore it in your regular profile.
    Exit Firefox and start up in the Profile Manager using Start > search box (or Run):
    firefox.exe -P
    Any time you want to switch profiles, exit Firefox and return to this dialog.
    Please do not delete anything in this dialog.
    Click the Create Profile button, choose a name like TESTING, and skip the option to choose a folder. Then start Firefox in the new profile you created.
    If you have backups in the JSON format (e.g., bookmarks-2014...json) try to restore one to this TESTING profile. This article has the steps (you will need to use Choose File... to get to the backup):
    [[Restore bookmarks from backup or move them to another computer]]
    Does that work and give you complete results?
    If not, the next thing I would try is to drop in the places.sqlite file you have and see whether Firefox can read it properly.
    First, open up a Windows Explorer window to this new profile folder. You can do that using either
    * "3-bar" menu button > "?" button > Troubleshooting Information
    * Help menu > Troubleshooting Information
    In the first table on the page, click the "Show Folder" button
    Got the list of files? Okay, leaving that window open, switch back over to Firefox and Exit the browser, using either:
    * "3-bar" menu button > "power" button
    * File menu > Exit
    Pause while Firefox finishes its cleanup -- you will see the timestamps update in the profile folder, then rename '''places.sqlite''' to something like places.old and drop in the places.sqlite file you want to test.
    Start Firefox back up again. Bookmarks?

  • Hello, I have CS3 and the "place" command in Illy will no longer place PS files.  Can anyone help?

    Hello, I have CS3 and the "place" command in Illy will no longer place PS files.  Can anyone help?

    Nobody can know. You have not provided any system info or other technical details like what your PSD files actually contain, their color modes and a ton of other things. Either way, ask in the AI forum and provide the necessary info.
    Mylenium

  • Hello  I was trying the latest version of Mathmagic pro edition for indesign. I found that the leading is not automatically done in Indesign, Ihave attached to files where equation have overlapped while working with mathmagic. Do you have a solution for t

    Hello
    I was trying the latest version of Mathmagic pro edition for indesign. I found that the leading is not automatically done in Indesign, Ihave attached to files where equation have overlapped while working with mathmagic. Do you have a solution for this?

    The forums don't accept attachments. You can embed an image in a post using the camera icon in the editor, like this:
    or you can provide a link to an external file on a hosting service.

  • Error -40, trying to place in front of file-start

    Hi,
    I have the following problem:
    I bounced a caf-file (24/44.1) and it has a size of 3.5GB.
    I can listen to the file from the finder but when I try to import it into a logic project I get the following error message and the file won't import:
    Error -40, trying to place in front of file-start (translated from german)
    Any help appreciated,
    Eddie

    I'm guessing here - did this file start life as a WAV (BWF) file? If so, maybe the SMPTE start reference was converted to the .caf container's marker chunk as starting at at a different place than your Logic session into which you're trying to import. In the finder, it will play because the finder doesn't care about the embedded meta data.
    What happens if you convert it to .wav - will it import then?

Maybe you are looking for