CC and vertical Japanese

Thinking of joining the CC but I work more and more in vertical Japanese. If we join the CC will my indesign be able to do vertical Japanese too? Or do I have do sign up on the Japanese site? What I really want is english menus with vertical Japanese capabilities...
J

I described you, how it has to be done. This is implicating that it can be done. But if you have doubts, you can subcribe to the 30 day full function trial.
Viele Grüße
Wilhelm Georg Adelberger
Von meinem iPhone gesendet
Am 10.10.2014 um 07:29 schrieb coblejas <[email protected]>:
CC and vertical Japanese
created by coblejas in InDesign - View the full discussion
If you can tell me if this will be possible, download the CC english version and add Japanese language support and be able to do vertical Japanese text?
Or how will I be able to do vertical text and not just Japanese support. Sorry I need a specific answer to vertical Japanese text.
J
Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6811412#6811412
Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
Start a new discussion in InDesign by email or at Adobe Community
For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

Similar Messages

  • Entering Vertical Japanese text in Indesign CS5

    Can anyone point me in the direction of a plugin that will allow me to use the Western European version of ID CS5 to set vertical Japanese text? I don't need to do this very often and the texts are always short (a few lines only), so I can't justify investing in the Japanese version of Indesign.
    I'm sure this has been discussed before, but a search of the forum yields nothing.
    Thanks in advance for your help,
    Piers

    Thanks Peter. That was the thread I was remembering. I downloaded the CS2 template referred to in the messages. It converted to CS5 and worked flawlessly. Saved me hours of messing around.
    Piers

  • Word .docs with Horizontally and Vertically oriented pages

    I have 30 plus Word .docs that have Horizontally and Vertically oriented pages in them. A new PDF is created each time the orientation changes. Is there a way to have Acrobat keep those in the same PDF?
    I am using Acrobat Pro for Mac 10.1.10

    As far as I know there are no patches available for the software and OS I am using (I ran the update check on each), but my version of Acrobat Pro is older.
    OSX 10.9.4 Mavericks
    Acrobat Pro for Mac 10.1.10
    Word 2011 14.4.3 (140616)

  • I'm in a multi-page document, how can i rearrange the pages or insert blank pages in front of pages? Also, is there a way to show the ruler both horizontally and vertically?

    I'm in a multi-page Pages document, how can i rearrange the pages or insert blank pages in front of pages? Also, is there a way to show the ruler both horizontally and vertically?

    Not on my document. I have a 7 page document open. The "flashing vertical bar" is at the top of page 3. I have the thumbnail view showing. I click page break and two blank pages are added to the end of my document. I have to scrool thru the pages to see that the 2 pages were added as they do not appear in the layout view... I'm not sure if it is inserting a "section" as it adds two blank pages.. But I am clicking on "INSERT PAGE BREAK".. So guess there are still a lot of bugs to fix..
    Thanks again

  • Centering a single character horizontally AND vertically on a page

    This should be simple, yet I see no way of achieving the desired result. Please see this screenshot: http://bit.ly/gQY5mB
    I selected the number "2", as you can see. See all that vertical "empty space" above the "2"? I get that with all characters.. what's up with that? Why does the blue selection box not simply stop where the character stops, exactly the way it does on the bottom of the character?
    Word 2011 does this, too. All I want is to have this pretty big character centered both horizontally (easy, of course) and vertically (impossible?).

    Hello fruhulda.
    The problem is not linked to the size of the box.
    The function 'center vertically' doesn't center the character, it center a point defined by rules which I perfectly ignore.
    Look at this screenshot (in fact five ones).
    One more time, I used Arno Pro to be consistent with my first messages.
    I applied the same setting in the four examples.
    You may see that what I wrote match what we get.
    Only the lowercases are quite (not perfectly) centered
    If we want to center a given char, we must study carefully the font which will be used.
    We may print in a PDF a page containing the wanted character.
    Then use a tool (Preview if you want) to crop the PDF so that the space above equals the space below.
    Then insert this PDF in Pages.
    This time, we will be able to center the character using the available tools.
    But I feel that it's most efficient to
    insert a vertical line and center it horizontally
    insert an horizontal line and center it vertically
    At last, insert the wanted character in a text box and move the box so that the character is centered using the two lines as guides.
    When it's done, remove the lines or change the ink from black to white.
    Yvan KOENIG (VALLAURIS, France) jeudi 23 décembre 2010 21:13:31

  • Center text horizontally and vertically on composition?

    Hello,
    I'm working on a short projects (15 minutes length). Every 30 seconds a title fade in/out against a blank (grey) composition. How do I go about easily centering the text (single word) on the composition both horizontally and vertically? I know I can horizontally center via the paragraphs pallet, but how do I center on the vertical at the same time?
    Right now I'm modifying the Anchor Point of the text so it's in the center (visually) of the text, and then set the Position to the center of the composition, but every time I increase the type size, I have to go through this all over again...and with different titles coming up every 30 seconds or so, a simple text size change turns into a lot of work.
    I can only image there's a better way to do this and would appreciate any advice for an AE newb!
    Thanks,
    Kristin.

    It is possible to do this via scripting, but it won't be "live", i.e. you would have to run a script to grab the dimensions of the text layer each time you want to update its vertical alignment.
    It is also possible to roughly align text vertically using expressions given three limitations:
    1) You'll have to be willing to consider the height of the text layer to only extend from the cap height of the first line to the baseline of the last line, meaning descenders and ascenders wouldn't be counted as part of the height of the text layer.
    2) You'll have to manually locate the center of the first line of text.
    3) You'll have to be happy with a consistent point size and line spacing throughout.
    Given those limitations, vertical alignment can be done as follows:
    Add a Position animator to your text layer. Delete the default range selector you won't need it. Next add the Line Spacing property to the newly-created animator (using its "Add" menu). In the Character panel, set your text layer's line spacing to 0 (it will really be set to .01, but the difference shouldn't be noticeable once we're done). In the Line Spacing animator, set the desired line spacing (unfortunately, "Auto" isn't an option).
    Now set your Text layer's anchor point such that it falls in the center of the text's cap height (the height of a capital letter with no ascender or descenders).
    Next, add the following expression to the Position property of the text animator (NOT the Position property of the text layer's Transform group):
    >STA = text.sourceText.split("\r");
    >value - [0, (STA.length-1)*propertyGroup(countUp = 2).property.lineSpacing[1]]/2
    The second line should be all one line, but the forum insists on wrapping it. Be aware that if you later decide to change the point size of the font, you'll need to temporarily disable the text animator and center up the anchor point again.
    You can also use this method to force the text layer to shift up to accommodate new lines by deleting the "/2" at the end of the second line of the expression.

  • Center text in DIV horizontally and vertically.

    I made a simple nav bar at the bottom of a site I am building and had it centered horizontally and vertically.  When I pulled up the page today the text is all the way to the left and I had no problems with it the day before. I have made no changes to the code. I am using IE9, but I have been since I started this site. Everything seems fine in Firefox. If I turn IE9 to compatibility mode it centers horizontally but not vertically. Any ideas?
    http://www.toddsshowcase.com/
    http://www.toddsshowcase.com/styles/stylesheet.css

    So...instead of this
    <div id="containerBottom" style="height:110px; width:947px;">
      <div id="idTable"><a href="index.html">HOME</a> | <a href="index.html">ABOUT ME</a> | <a href="index.html">MLS</a> | <a href="index.html">LISTINGS</a> | <a href="index.html">CALCULATOR</a> | <a href="index.html">CONTACT</a></div>
    </div>
    This?
    <div id="containerBottom" style="height:110px; width:947px;">
      <div id="idTable">
        <div><a href="index.html">HOME</a> | <a href="index.html">ABOUT ME</a> | <a href="index.html">MLS</a> | <a href="index.html">LISTINGS</a> | <a href="index.html">CALCULATOR</a> | <a href="index.html">CONTACT</a></div>
      </div>
    </div>

  • Pdf files print with horizontal and vertical lines

    All of a sudden, today, when I print pdf files, they print with horizontal and vertical lines.  I thaught it was the computer or printer. So I printed from another computer on the network, and printed to a different printer with the same result.  It is not just that one pdf file either, I have tried multiple files.  HELP.  Does anyone have any ideas?

    It is not clear how you are creating the files. It appears that they were created by Distiller from PS files that were created in some way. I also noted that you are using AA8.1.0. You may want to try to update (do all the updates in order) as a possible fix. It may be in the creation process also. Several packages will split large graphics into parts and create the image. I think this is a characteristic of OFFICE 2007 (docx) files - but I am not sure yet. Tell us how you created the files - step by step, including the scan.
    If you have the original documents, why not simply print to the Adobe PDF printer. The result would be smaller and a lot cleaner.

  • Tile horizontal and vertical

    Hi all,
    I m using internal frame. i m showing a menu which show cascde, tile horizontal and vertical. when i click on tile horizontal it should display all open internal frame in tile horizontal same as for cascade and tile vertical.
    how do i proceed
    pls solve my problem
    regards
    Tarique

    You have to find the open internal frames. JDesktopPane has a method to do this. Then determine which are showing. JInternalFrame methods can help you here.
    For cascading the rest is simple. Pick a starting point, say (0,0) and an ofset value, say 10, iterate over the internal frames. Set the location of the first at (0,0) and then set each succeed frame at a multiple of the offets. Here's the rough code to do that
       int hPos = 0;
       int vPos = 0;
       int step = 10;
      JInternalFrame[] frames = myJDesktopPane.getAllFrames();
      for ( int i = 0; i < frames.length ; i++){
          frames.setLocation( i * step, i * step);
    Horizontal and vertical tiling can be done in a simular manner. You'll probably want to ensure that all frames are the same size ( you can't assume that, users do stupid things). Then laying out tiling will be like above but holding horizontal or vertical step constant and increasing the other by the width or height of the frame.
    This is just a quick and dirty response, you may have to adjust some things to get the result you want. But, I think, this will get you going.
    Cheers
    DB

  • TableView horizontal and vertical scrolling is horribly slow

    How can I adjust the horizontal and vertical scrolling amount?
    I used the Ensemble example prorgam and streched the column so that the horizontal scroll bar is displayed. I then used the right scroll button which then scrolls extremly slow. I've looked at the javadoc on the tableview and I cannot determine how to set the scrolling amount. I can check if the table is scrolling but I would like to set the amount to be a column width at a time when using the left or right arrow.

    It probably needs to be actually rendered to the Scene graph before the lookups can be made, so the lookups won't work in the initialize method.
    There are a number of reasons I don't like this solution
    - I don't like the string binding
    - the fact that there are scrollbars that are descendant nodes of the table view is not documented, so (at least in theory) a future release of JavaFX could choose not to use the ScrollBar class (for example by creating its own scrolling implementation). This would break the code you have.
    - if you decided to create (or use) an alternative skin for the table view which had other scrollbars in place (again, unlikely but theoretically possible), you'd end up setting the unit and block increments of those scrollbars too. In other words, there's no guarantee these are the actual scrollbars you want.
    So, not ideal but at least if it works you have something...

  • Find and Replace Japanese characters in pdf file on iPhone

    Hi eveybody !
    I want to find and replace Japanese characters in pdf on iPhone.
    I using zlib to deflate stream - endstream block and extract text.It's work fine with latin-text.
    But when i work with japanese characters , I don't know how to do it ?
    I decode a sample japanese pdf file, and I know that each Japanese characters are performances as hex string : "<01b7><0e230a23>..."
    But i don't know how to convert Japanese characters to the hex string like that.
    Can evrybody help me?
    Thanks!

    Searching is the same process as extracting - since it's about turning page content into something understandable.  So that still remains what you need to learn/understand - of course, referring back to all the previous sections about font formats, etc.
    Replacing in PDF is EXTREMELY DIFFICULT for two reasons - subset fonts and explicit glyph positioning.  Have you determine (conceptually, if nothing else) how you plan to addresses these two issues?
    PDF doesn't do UTF8 for page content - so don't worry about that.

  • I have problems with my films that become slightly jerky after I have imported and edited them in iMovie and then burned them onto a DVD using iDVD. I can see the weak jerkiness when panning in both laterally and vertically. I shoot with a camcorder Canon

    I have problems with my films that become slightly jerky after I have imported
    and edited them in iMovie and then burned them onto a DVD using iDVD.
    I can see the weak jerkiness when panning in both laterally
    and vertically.
    I shoot with a camcorder Canon Vixia HF10. The camera has been set to deliver HD quality (1920x1080). But I have accidentally filmed with a frame rate of 60 (?).
    When I import the films in iMovie I have been asked if I want to change to frame rate 30 (instead of 25). I have chosen 30.
    Could it be the setting of a frame rate 60 in my camcorder that causes jerkiness when panning or what else?

    I have problems with my films that become slightly jerky after I have imported
    and edited them in iMovie and then burned them onto a DVD using iDVD.
    I can see the weak jerkiness when panning in both laterally
    and vertically.
    I shoot with a camcorder Canon Vixia HF10. The camera has been set to deliver HD quality (1920x1080). But I have accidentally filmed with a frame rate of 60 (?).
    When I import the films in iMovie I have been asked if I want to change to frame rate 30 (instead of 25). I have chosen 30.
    Could it be the setting of a frame rate 60 in my camcorder that causes jerkiness when panning or what else?

  • How do I stop needing to scroll both horizontal and vertical in my folders to see all of the content.

    How do I stop needing to scroll both horizontal and vertical in my folders to see all of the content.

    There is no cancel button.
    I don't see a download all button that will download everything from iCloud anyway. The download all button that I see refers only to the particular artist or album that you select from the left had side. I see no download all button for TV Shows or Movies.

  • Hello' I am having an issue with my iPhone 5 display. 2 days before i've noticed some horizontal and vertical lines on the display. Minor but noticeable. Specially in dark wallpapers and on full brightness. Is it normal?? Please Help!!!

    Hello' I am having an issue with my iPhone 5 display. 2 days before i've noticed some horizontal and vertical lines on the display. Minor but noticeable. Specially in dark wallpapers and on full brightness. Is it normal?? Is this a software bug or Hardware problem?? Please Help!!!

    Hello,
    No, it is not normal. Follow this article:
    http://support.apple.com/kb/ht1414
    If this doesnt solve the issue your iPhone will need service.
    Burcu

  • IPhone got horizontal And vertical gray lines

    Hello guys i have a issue with my iphone i see horzizontal and vertical lines, i sended to apple (ups) and they could not duplicate issue now is my question shall i send it again to them with a better explanation?
    Kind regardz,
    Assaasaaa

    That is really bad.
    I have tried restoring it / updating the firmware - nothing helps.
    I am pretty sure it is a hardware issue since I've seen similar issues with other devices - its the LCD that is at fault here and that needs to be replaced.
    I read it in some forum here that it would go away with 24 hours of use - tried that - but no effect, with a full charge then drain and charge again - nothing.
    So, I'll be sending it off to the dealer - who too thinks it needs repair / replacement.
    Will let you know what happens in the next few days.

Maybe you are looking for

  • Cannot share desktop - Lync 2013 server and Windows 8 (64-bit) client

    Currently my new Lync server cannot share a desktop through a Lync 2013 client installed on a Windows 8 workstation. The client is patched up with the latest MS patches (much beyond the patch issues noted about a year ago, the patches in question do

  • Closing a document window clicking on 'X'

    How can I code to allow for the user to close the pop-up window by clicking on the window's 'X' icon on the upper right corner of the window? The window will disappear if I click outside the window but it would be much nicer if the close window icon

  • Strange wake-up; what just happened?

    Last night, as usual, I stored my MBP asleep and went to work.  When I came home, I opened it up, and nothing happened.  I noticed that the small light on the edge of the laptop was not on.  I tried the start button; I then got a grey screen with a s

  • Itunes doesnt recognise content on my iphone 5

    so i bought some cds and imported them onto itunes i plugged my phone in so i could sync them and it came up with the message that itunes doesnt recognise the content and basically i will have to restore my phone. i was okay in restoring my phone as

  • Web data - tracking web addresses

    My husband and I share an iPad. I have recently had a baby so he has been visiting certain sites!! I have looked on the web data and there are sites in there that he swears to me he has not visited. I have never had any reason to doubt him about anyt