Creating Outline from textPath

Hi,
Going follow one of first sentence from "Adobe_intro_to_scripting" which says:
...Each scripting item corresponds to a tool or a palette or menu item in an Adobe application...
I am trying to discover how to reach effect which is obtained from InDesign UI: menu Text:create outline.
I mean situation when there is some text on path typed (any splineItem as a parent) and is selected as an item (not using text tool).
In UI: to create outline at this point means to create compound path from entire text and to remove a splineItem.
In script code: app.selection[0].createOutlines() gives error, cause this method is not available for splineItem.
One can create outline from text's on path character, word, parentStory, etc, but there are a set of separated characters converted into path and still anchored onto parent splineItem path.
If the goal is to have a compound path from entire text placed on path (keeping formats and effects) is ID UI only way to reach it?
or
Am I missing something?
thanks

Hi,
using false as option creates a duplicate with same properties as from GUI ...
var splineItem = app.selection[0];
var wholeTextOneItem = splineItem.textPaths[0].texts[0].createOutlines(false)
splineItem.remove()
Hans-Gerd Claßen

Similar Messages

  • How do you create outlines from strokes in cs5

    how do you create outlines from strokes in cs5

    Sure.
    Roughen effect. This is interesting for some "vintage" look of lines.
    Roughen effect with Outline first.

  • Could I create outline from an OTL file?

    I save an OTL file by an outline.<BR><BR>Then when I create a new application and a new database, could I create outline from the existed OTL file?

    Yes, the easiest way is to open the OTL file with application manager (or EAS), and use the "File", "Save As" menu option, then choose the server, application, and database to overwrite.<BR><BR>Some caveates regarding data restructuring -- provided you choose to restructure without maintaining data, or you have no 'significant' changes to the outline, you should be all right. The DataBase Administrators Guide has further details on saving/overwriting outlines, but it usually comes down to common sense items (i.e., deleted members will lose data, renamed members may lose data if there is no way to link the new member to the old, etc). A lot of additional details and caveates can be mentioned here, but if the changes are minor, or you clear the database to reload it, you are fine.<BR><BR>

  • How to create outline from perfstat.stats$SQL_PLAN table

    How do I create outline (Plan stability in 10gR2database) from perfstat.stats$SQL_PLAN table?
    Current V$SQL_PLAN does not contain good but but week older snapshots have good plan.
    I can't modify query, it's vendor query so I need to create outline/plan stability.
    Thanks for help.

    user7478143 wrote:
    Thanks for reply.
    I'm not saying I find it out doc but here is situation.
    I have query which change execution plan week ago.
    I have perfstat enable and I found out good execution plan from perfstat.stat$SQL_PLAN view.
    If it's our query I can modify query and able to get good execution plan but it's vendor supplied query (which is Oracle - it used to be Portal now Oracle acquired it) so I can't modified it.
    All I'm trying to do is how do I generate good plan and assigned to vendor query's hash_value/sql_id.If DBMS_ADVANCED_REWRITE is not an option for you and you want to use an outline, there is one significant problem. The Statspack captured data does not include quite enough information, in particular the OTHER_XML column, and the access predicates. So, what can you do? Note that this script is from page 214 of the book that I co-authored. Let's say you execute this SQL statement:
    SQL> SELECT
      2    SQL_ID,
      3    COUNT(DISTINCT PLAN_HASH_VALUE) C
      4  FROM
      5    PERFSTAT.STATS$SQL_PLAN_USAGE
      6  GROUP BY
      7    SQL_ID
      8  HAVING
      9    COUNT(DISTINCT PLAN_HASH_VALUE)>1;
    SQL_ID         C
    0fr8zhn4ymu3v  2
    0h6b2sajwb74n  2
    1gu8t96d0bdmu  2
    39m4sx9k63ba2  2
    4b57myt9mpz37  3
    52tr7ay85qwn0  5
    …Interesting, SQL_ID has 2 different execution plans, let's take a look at the execution plans:
    SQL> SET LINESIZE 150
    SQL> SET PAGESIZE 10000
    SQL> SPOOL StatspackPlan.txt
    SQL> SELECT /*+ ORDERED */
      2    T.*
      3  FROM
      4    (SELECT DISTINCT
      5       PLAN_HASH_VALUE
      6     FROM
      7       PERFSTAT.STATS$SQL_PLAN_USAGE
      8     WHERE
      9       SQL_ID='0fr8zhn4ymu3v'
    10     ORDER BY
    11       PLAN_HASH_VALUE) SPU,
    12    TABLE(DBMS_XPLAN.DISPLAY(
    13      'PERFSTAT.STATS$SQL_PLAN',
    14      NULL,
    15      'TYPICAL -PREDICATE -NOTE',
    16      'PLAN_HASH_VALUE='||SPU.PLAN_HASH_VALUE)) T;
    | Id  | Operation                   | Name       | Rows  | Bytes | Cost (%CPU)| Time     |
    |*  0 | SELECT STATEMENT            |            |       |       |     2 (100)|          |
    |*  1 |  TABLE ACCESS BY INDEX ROWID| OPQTYPE$   |     1 |    27 |     2   (0)| 00:00:01 |
    |*  2 |   INDEX RANGE SCAN          | I_OPQTYPE1 |     1 |       |     1   (0)| 00:00:01 |
    | Id  | Operation             | Name     | Cost  |
    |*  0 | SELECT STATEMENT      |          |       |
    |*  1 |  SORT ORDER BY        |          |     0 |
    |*  2 |   TABLE ACCESS CLUSTER| OPQTYPE$ |       |
    |*  3 |    INDEX UNIQUE SCAN  | I_OBJ#   |       |
    --------------------------------------------------As can be seen by the above, in one case the I_OBJ# index was used, and in another case the I_OPQTYPE1 index was used. Let's assume that I_OPQTYPE1 is the most efficient access path, so a hint like this needs to be inserted (assuming that the table does not have an alias in the SQL statement:
    /*+ INDEX(OPQTYPE$ I_OPQTYPE1) */Now what (obviously, we would not want to actually fix the above plan for an internal SQL statement)? Take a look at the following, which shows how to build a private outline for the unhinted version of the SQL statement, an outline for a hinted version, and then swap the resulting outlines, followed by building a public outline from the hacked outline:
    http://hoopercharles.wordpress.com/2009/12/18/tracking-performance-problems-inserting-a-hint-into-sql-in-a-compiled-program/
    Charles Hooper
    Co-author of "Expert Oracle Practices: Oracle Database Administration from the Oak Table"
    http://hoopercharles.wordpress.com/
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • Can't create outlines from a placed image?

    I'm using illustrator and I placed this image:
    http://i500.photobucket.com/albums/e406/Aelvir/G2_zps95ce8124.png
    and no matter what I do, it won't let me select "Create Outlines".

    aelvir wrote:
    ...and the Create Outlines thing is still unavailable.
    I suspect you're imagining the Create Outlines command does something more than it really does. It is most typically applied to live text to turn it into shapes, and doesn't do much else. It simply doesn't apply to image content. In fact, whenever you see it disabled, that indicates it can't be applied to the object(s) you have selected.

  • Creating Outline From Image

    Hello,
    I would like to know if it is possible to create an outline out of the image, instead of manually tracing with a pen, is it possible in Illustrator using some plugins to create the outline?
    The image I'd like to do so with is this one:
    http://25.media.tumblr.com/tumblr_mc1b233iBE1qerx9uo1_500.jpg
    Basically would like the camo pieces to be outline one by one separately.
    Thank you.

    Sorry for the brevity.
    Make your tracing panel to these settings:
    Then click on the Expand button.
    Then Ungroup.
    Then, draw a marquee or select on the edge where the next screen shot shows.
    What will be selected is the outline of what would have been the White fill...then delete it.
    Your pieces are all individual. You can select by color and group each color individually if desired. If you don't know how to do this, please look in the help. But in brief, select one colored item, Select menu, Same, Fill Color. This will make changing the color of all like-colored items easy.
    Mike

  • When using "create outlines" on type, gradient goes wacky & outlines look strange (InDesign CS6)

    Hi,
    I'm working on a logo in InDesign CS6 where I'm trying to "create outlines" from type I've set so I can have some final artwork to hand over to a sign company. The type has a gradient applied, along with a white stroke added to the outside. When I "create outlines" of the font, the gradient mysteriously changes angle and the white outline around the type no longer connects correctly. Hard to describe, so have a look at the image below:
    The goal is to have the blend and logo look like #1. So, my questions:
    a) how do I "create outlines" of the type and also keep the gradient the same angle as #1? I can manually adjust this using the gradient tool, but this is inaccurate and kludgy.
    b) how can I get the white outlines on the new, converted logo to look like 1 (nicely connected), rather than the mess in #2?
    Many thanks in advance for your help and insight!
    Kris

    @Kris – For getting the outlines right after "Create Outlines" you need some additional steps to merge the overlapping "ogo" part of your logo to one path.
    Maybe what you cannot do is getting the outlines totally right. That will depend of the number of inner forms. For that I recommend Adobe Illustrator.
    What you can do in InDesign:
    1. Release the compound path of all outlined characters
    2. For some paths you have to change the direction of the path and do compound again
    3. Then you can use path finder to add paths together
    And: You'll need a new gradient with a different start/stop point.
    Here some steps illustrating the problem:
    (left the outlined text, right the "live" text)
    1. Gradient applied to the "live" text is different from the converted outlines
    (Outline at left is already postprocessed with the path finder)
    Path situation immediately after the conversion.
    Gradient newly applied with -90° (will not match the original)
    Original gradient applied to outline (will not match original):
    New gradient applied to match original:
    Also look at the position of the outline; now "inner" instead of "middle".
    As I already said, for things like that I'd rather use Adobe Illustrator…
    Uwe

  • How to remove 'Outlines' default text when creating shapes from vector layers?

    Hello everyone!
    You know the text it adds to the name layer when you create shapes from a vector layer that says Outlines? Well, anyone know if it's possible to change it or remove it?
    It sucks to have to remove it manually, especially when it's a lot of layers and you've taken the time to do the prepping in illustrator.
    Thankss,
    Oliver

    if I have an illustrator layer that is named icon and I convert it to outlines I get a layer that is named icon Outlines. Are you trying to remove the word Outlines or are you getting just a layer that says Outlines? Personally I would not remove the word Outlines from shape layer because this would differentiate it from the original and let me know at a glance what's going on with the layer and the project. This would be valuable information if I were to return to the project a year later for modifications.

  • How do I use "Trim Paths" after "Create Shapes from Vector Layer" on a strokes only layer?

    Hello,
    Adobe After Effects CC
    2014.0.2
    Version 13.0.2.3
    I have imported an illustrator file that was created in Illustrator CC 18.0.0. The file contains the outline of a logo. It is the logo with the fill set to none and the stroke set to 1px.
    I drag the logo_strokes.ai file onto the composition, right click, and click Create Shapes from Vector Layer.
    A new layer is created and in the Contents "drop down", a Fill 1 layer is created.
    When I select the Contents "drop down" and click Add / Trim Paths, a Trim Paths 1 layer is created.
    When I animate Trim Paths 1, it appears to animate the Fill layer, not the stroke.
    How do I get it to animate just the stroke, and not show a fill at all?
    Thank you.

    Thanks,
    I am reading and watching tutorials. Still stuck on that one point.
    Here are the images of the After Effects layers. The illustrator layer is the top layer.

  • How to create Analysis from two different subject areas with diff models

    Hello,
    I have problem with create analysis from two different areas with two different models (Model Star and Snowflakes) build in BI Admin tools.
    First Model A = Subject Area A have one fact tables (with measures) and three dimensions tables (Model Star)
    Second Model B = Subject Area B have one fact table (no measures) and five dimensions tables (Model Snowflakes).
    I'm looking solutions how I can give good results. In this case I can't use UNION, INTERSECT etc., because this models haven't the same number column and data type?
    whether it is possible to do in OBIEE?
    Please help me
    Kind regard
    robix

    Hi
    One thing to understand is that if your are imagining having two Subject Areas (SAs) displayed and then dragging columns from each into your Request without any preparation, then no, that can't be done. You would need to do a join in the BMM layer and expose the column from the second Subject Area in the presentation layer.
    But if you indeed interested in UNION (or intersect) queries, then do this:
    Build your first query in the first SA in the usual manner. Note the number of columns and the data types of each column.
    Now at the bottom of the Criteria workspace, there is a button called "Combine with similar request." Click it.
    Select your second SA. You will note that the outlines of the columns in your first query appear. This is to remind you that the number of columns in this second query must be the same as in the first. It also shows the data type of each column for the same reason.
    Once you select your columns and your filters, click on result. (Oh, you will also need to decide what kind of combination you want -- click on the dropdown.) The result will be a new Request that has data from both SAs in the query and combined in the manner you select (union, intersect, etc.)
    That should give you a start.
    http://obiee101.blogspot.in/2010/08/obiee-combine-with-similar-request.html -- Read this link this is good one to understand with screen shots. -- OBIEE 10g
    http://oraclebiee11g.blogspot.in/2011/01/querying-across-multiple-subject-areas.html -- OBIEE 11g
    Award Points it is useful.
    Thanks
    satya

  • Create PDF From Web Page Does Not Create Image Maps Properly

    I have a website that contains image maps. When I "Create PDF From Web Page", these image maps are not rendered properly. From what I can tell, this is a BUG within Acrobat, and I'm hoping that people can confirm this for me.
    I created a test page at http://www.quantumdynamix.net/clients/image-map-test/. I placed the images maps my manually coding the coordinate information, so the maps are PRECISELY placed exactly over the squares. Each image map navigates to an anchor corrisponding to the number on the red square.
    When I created the PDF using the "Create PDF From Web Page" feature, the image maps are rendered improperly. This file can be viewed at http://www.quantumdynamix.net/clients/image-map-test/ImageMapTest.pdf. To view the outlines of the image maps, please select "Tools" -> "Advanced Editing" -> "Link Tool". You can see the outlines are substantially incorrect.
    Please confirm that other can replicate this problem. Any solution to this issue would be very helpful!

    I tested this in Acrobat X and the exact same issue occurs
    http://www.quantumdynamix.net/clients/image-map-test/ImageMapTest-AcrobatX.pdf
    This has to be considered a legatimate bug, especially since IMAGE MAPS is listes as one of the supported HTML features via the help files

  • Issues with Creating Outlines in CS2

    I'm having an issue when a create text outlines in InDesign.  For some reason, and this only happens so far with 2 fonts, when I outline text (highlight text - click "object" - "create outlines") an extra character is added on to the end of certain words.  As far as I can see it is only happening with words that end in "t" like August and Northwest and it adds a second "t".  The two fonts I've had issues with are Bickham Script Pro and Asturias.  The major problem with this is I have clients approve their proofs, then I outline the text in preparation for printing (which is when it adds the extra character), since I'm not doing additional proofreading after the client has approved, the file makes it through printing with the extra character.  Has anyone else seen this?  I've attached an example of what it looks like, the extra character is on the word "Northwest"

    {I hate the way this forum works! I follow stuff by email, which gives no indication of post no. So, I had to click the link in your post to access the thread on the web. (...wait...) No post nos. Sign in (...wait...) go to prefs (...wait...) select Flat view and Save (...wait...)  return to forum (...wait...)  - and find that post 17 was the one I'd replied to, as the Threaded view properly indicated.}
    My point was that the text had clearly not been converted to outlines. Outlines had been created from the text and added to the file, and that is what displays, but the text is still there - otherwise, why would the fonts be embedded? And why would that one piece of text peep out on the right-hand side?
    Noel

  • Creating outlines to color the dot on letter "i"

    I need to color the dot on the letter "i." In order to do this, I converted the text to outlines but was unable to ungroup the dot from the stem part of the letter "i." They appear to be ungroupable. Is this really so?
    There are other times that I wish to create outlines of text and ungroup the letters to apply different effects.
    Is all of this doable only in Illustrator, or is there a way to do it in InDesign? I am hoping for the latter. It would be a great timesaver.
    many thanks!

    It differs from the Illustrator approach: InDesign creates a single path, rather than a group of paths with one compound path per character. Selecting "Release Compound Path" in the Path sub-menu at the bottom of the Object menu does the trick.
    The difference with the Illustrator way is visible if you do this on complicated characters, such as an "o"; its innards will come loose.
    Just for the letter 'i', you could follow another approach, that is, if your font allows it. Insert a dotless 'i', followed by a dot in the correct color, and move them together with kerning. They will print better, and will look
    i much
    better on screen and in PDFs.

  • Why cant illustrator create outlines of fonts not installed on the computer when opening an eps or p

    why cant illustrator create outlines of fonts not installed on the computer when opening an eps or pdf as corel can?

    estone,
    From PDF (with the font(s) embedded):
    In Acrobat, Advanced>Print Production>Flattener Preview, then File>Place into Illy without embedding.

  • Help "turn off" create outline

    I am a fairly new user of InDesign. Recently I produced a brochure and following the instructions of the printer, I used the 'create outline' function to flatten the jod and export to a PDF. That seemed to work well. I sent the file to the printer and they sent back a proof. I needed to make some changes. When I went back to the file to change some type copy, the text frames were locked and I was unable to change a thing. Needless to say I have since learned to make a working copy before flattening and to flatten without using the create outline prompt. Is there a way to undo the 'create outline' once it has been saved?
    Thanks
    D

    My advice...the next time you get this request, find a new printer.
    Ummm, the only printer I get this request from is the client's in-house print department, and I'm not going to replace a client that my firm has worked with for 25 years (especially since I've only been here 3-1/2 years).
    Believe me, I've talked to everyone involved and this is they way they've done it for years and it works for them so they're not changing. So . . . I keep my type on a separate layer and as part of my final file prep steps, dupe that layer and convert text to outlines. FYI -- THAT is the file I route for internal sign-offs. There is no way I'm sending a file to a printer after making a massive change like that without it being checked over first.
    fergy

Maybe you are looking for

  • Is iCloud a backup system?  Is it limited to only photos, music or can I store programs, data and so on?

    Can I use iCloud like a local network backup system? I'm thinking of replacing my Western Digital backup. Thanks for the info.

  • Black Screen in Motion

    Motion works fine till I hide it...When I re-open I get a Total Black Screen...have to find area on screen where motion windows absent, click and Motion appears but when I click on any Motion window Black Screen again!

  • Bookmarks toolbar disappear firefox 24

    All my bookmarks are disappearing periodically (2-3 times) from my bookmark toolbar using Firefox 24 OS Win 7 64 bit. My solution is to select View/Toolbars from the menu bar, deselect "Bookmarks Toolbar". Then go back into View/Toolbars and reselect

  • Date picker validation

    Hello everyone, I need help on the following. i have date picker colum .I want a validation chk so that nobody can enter except MM/DD/YYYY) format and also nobody can cahnge the date

  • Web design

    Hello, I have a little problem. I downloaded an Adobe Edge Animate program yesterday and I was trying to create something. However, how can I make something in  Adobe Edge Animate to have the background in form like in this onehttp://html.adobe.com/e