Convert group items to single object?

In order to make both sides of this shape symmetrical, I drew half of it with the pen tool, then did a copy/paste. I rotated the second piece horizontally, then aligned them to give the appearance of a sinlge item. I want to convert this to a single object so I can apply a gradient effect to it. Can someone help me? Here's what I have:

Pathfinder Merge is just an effect. It doesn't join things physically.
Merge (in the Pathfinder palette) is not a live effect. And it does "join things."
Merge unions (add) contiguous areas of same-colored fills and punches (subtract) overlapping areas of different-colored fills.
So in effect, it creates paths which are actually shaped like what you see, in terms of regions of contiguous fills. It "merges" areas of same color that touch, and removes any overlaps.
(This is particularly useful in prepping artwork for vinyl cutting, because it eliminates crosscuts and overlaps. I have long argued that it should provide a settings dialog to make overlap optional and adjustable so that in such situations, it could serve to build traps at the same time, which is usually needed in artwork assembled from vinyl.)
Like most Pathfinders, it can only work with fills; it doesn't properly handle strokes, so it wrecks artwork containing strokes. You have to use Outline Stroke before you use Merge if you don't want to loose strokes.
I would not, however, have suggested Merge for TC's situation, because it would not perform the union if the two paths had different fills. Union (Pathfinder Add) is the normal and customary way to do this.
As for those situations in which abutting edges may not perfectly align, I often simply draw a third path that overlaps the two being unioned using any closed path drawing tool to make sure of there being overlap; then do the union on the three paths; then use the minus pen tool to remove any unwanted anchors. That is often simpler than tedioiusly aligning anchors, which often doesn't work anyway because a single slightly extended control handle can cause the edges to misalign. It helps ensure you don't accidently create a compound path instead.
JET

Similar Messages

  • How to place grouped items into another object with content collector tool?

    Is it possible to paste a group into another object (i.e. frame) by using the Content Collector Tool while linking the content?  Paste Into is either deselected or possibly whatever was last saved to the clipboard ends up inserting. I was able to place grouped, linked content into a frame (and later applied a scrollable frame overlay to it) once or twice but can't seem to repeat. Tried selecting the object being pasted into.. holding shift, holding ctrl, all kinds of options, just very confused now.

    Found a potential work-around (I think....).
    1. Use the Content Collector tool and select grouped objects
    2. Select Content Placer tool, check "Create Link"
    3. Place grouped object into doc/onto page with Content Placer tool
    4. Copy placed grouped objects
    5. Paste into frame that will be scrollable later
    For now it seems like the link still works

  • Convert list item attachment from docx to pdf using Word Automation Services

    I have been trying to convert List Item attachments from docx to pdf using word automation services, it works in a normal document library but when I use the list attachment it throws a null reference error.
    var settings = new ConversionJobSettings();
    settings.OutputFormat = Microsoft.Office.Word.Server.Conversions.SaveFormat.PDF;
    var conversion = new ConversionJob("Word Automation Services", settings);
    conversion.UserToken = SPContext.Current.Site.UserToken;
    var wordFile = SPContext.Current.Site.RootWeb.Url + "/" + wordForm.Url;
    var pdfFile = wordFile.Replace(".docx", ".pdf");
    conversion.AddFile(wordFile, pdfFile);
    conversion.Start();
    Using reflector I was able to see my problem lies in Microsoft.Office.Word.Server.FolderIterator.cs where it uses SPFile.Item which returns NULL
    internal void CheckSingleItem(SPFile inputFile, SPFile outputFile)
    Microsoft.Office.Word.Server.Log.TraceTag(0x67337931, Microsoft.Office.Word.Server.Log.Category.ObjectModel, Microsoft.Office.Word.Server.Log.Level.Verbose, "OM: FolderIterator start a single item: source='{0}'; dest='{1}'", new object[] { inputFile.Url, outputFile.Url });
    Stopwatch stopwatch = Microsoft.Office.Word.Server.Log.StartPerfStopwatch();
    try
    this.CheckInputFile(inputFile.Item);
    this.CheckOutputFile(outputFile.Url);
    Is there any way to get around this?

    Hi Qfroth,
    According to your description, my understanding is that when you use word automation service to convert Word to PDF for list item attachment, it throws the null reference error.
    I suggest you can create an event receiver and convert the word to memory stream like below:
    private byte[] ConvertWordToPDF(SPFile spFile, SPUserToken usrToken)
    byte[] result = null;
    try
    using (Stream read = spFile.OpenBinaryStream())
    using (MemoryStream write = new MemoryStream())
    // Initialise Word Automation Service
    SyncConverter sc = new SyncConverter(WORD_AUTOMATION_SERVICE);
    sc.UserToken = usrToken;
    sc.Settings.UpdateFields = true;
    sc.Settings.OutputFormat = SaveFormat.PDF;
    // Convert to PDF
    ConversionItemInfo info = sc.Convert(read, write);
    if (info.Succeeded)
    result = write.ToArray();
    catch (Exception ex)
    // Do your error management here.
    return result;
    Here is a detailed code demo for your reference:
    Word to PDF Conversion using Word Automation Service
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Can't apply fills to grouped items

    Just switched to MX from 10. Applying fills or strokes to
    grouped items was very simple in 10 - now when I try to recolour
    groups of objects (or text converted to paths) I'm being
    continually frustrated. I add a fill to a group of objects and they
    don't change colour, so I have to ungroup them to apply the fill.
    Why oh why is it so?

    Nang-a-nator wrote:
    > Double click contents. This
    > will expand to tell you how many objects are in the
    group. if all objects have
    > the same fill and stroke properties this will be
    displayed here.
    This is good advice, but requires one more step. Uncheck
    Preferences>Object>'Changing object changes defaults'.
    For some reason, this
    preference interferes with the display of attributes of
    groups of identical
    objects. This is another FHMX pain if you're used to working
    with this
    preference enabled.
    Here's how I super- and sub-select on a Mac/English keyboard.
    Modify keyboard shortcuts to
    Subselect: F1.
    Superselect: tilde key (`) is already hard-coded into FH.
    These two keys are close together on the keyboard, so
    alternating between
    them allows you to dive down or swim up to group level.
    If, for example, you have a line of text converted to paths,
    with pointer
    too, option-click to subselect one path, then hit Tilde to
    superselect to
    group level, then hit F1 to subselect. You should now see the
    fill and
    stroke attributes in the object inspector. Change them there.
    Judy Arndt

  • How to tell if ObjectProxy contains ArrayCollection or single object?

    When I get data back from a web service, the list contains an
    ArrayCollection. Within each ArrayCollection, the item may be
    either a single object, or an ArrayCollection of theser objects. It
    appears FLEX supplies what it thinks is the correct type of
    ObjectProxy object based on the number of children under the parent
    node.
    If the ObjectProxy refers to an ArrayCollection, I want to
    iterate over it, but if it refres to a single object, I want to
    pull off some of it's properties.
    How can I tell at run time if an ObjectProxy refers to an
    ArrayCollection, or a single object? Thanks very much in
    advance!

    Found an answer here:
    http://www.theruntime.com/blogs/be-sharp/archive/2008/02/26/web-services-and-arraycollecti ons-in-adobe-flex-2-how-to-successfully-read-any-number-of-xml-nodes.aspx
    which provides an answer if there are NO child nodes, if
    there is exactly one child node, or if there are multiple child
    nodes...

  • Adding a custom button to the Builtin Button Group of an MVToolbar object.

    I suspect this is not possible, however, I would like to add a custom button to the built-in button group of an MVToolBar object. I have attempted to do this with the following code:
    // Create an array of the built-in buttons I require
    var toolArry = new Array();
    toolArry.push(MVToolBar.BUILTIN_CIRCLE);
    toolArry.push(MVToolBar.BUILTIN_RECTANGLE);
    toolArry.push(MVToolBar.BUILTIN_REDLINE);
    // Create the MVToolBar object using the array items created above
    createLocToolBar = new MVToolBar("createLocShapes",toolArry,MVToolBar.HORIZONTAL);
    // Add the Toolbar to the map view object
    mapview.addToolBar(createLocToolBar);
    // Create the required custom button
    createLineBtn = new MVToolButton("createLine",MVToolButton.TOGGLE,"/i/blue_arrow_down.gif","/i/blue_arrow_up.gif");
    // Attempt to add the custom button to the built-in toolbar
    createLocToolBar.getBuiltInButtonGroup().add(createLineBtn);
    Upon running the above script, the built-in buttons I've defined in the array are displayed as expected, but the custom button does not appear (no errors are displayed either).
    If I comment out the above line and instead include the line below, the custom button is displayed, but of course this is not part of the built-in group.
    createLocToolBar.addButton(createLineBtn);
    Any assistance greatly appreciated,
    JR

    Thanks for the reply, Michael. I understand that the Login.jsp needs to be modified and redeployed, but the question is how to create a new button with the same look and feel as the Login button. Currently we have modified the Login.jsp with a "Forgot Password" html link, but it would be prefered to create a button to match what already exists. I understand that this might be outside the scope of this forum, but I was hoping that someone that has done this (specifically the original poster if he found a solution) could share the relevent code.

  • Can we create an index for a list of itmes in a single object?

    Can we create an index for multiple values in a single object. We have an object Order that contains list of items. I like to get all orders for a specific item. I want to create an index to speed up the query. Is it possible? What are the other alternatives?
    My Order object is as follows:
    Orders
    Item List
    Shipping Address
    Example:
    Order 1
    i1, i2, i3, i4
    123 some way, city, 12345
    Order 2
    i2, i3
    333 some other way, city2, 33333
    order 3
    i2, i4, i7
    My search would be, give me all orders that has item i2. It should return Order 1, Order 2 and Order 3.
    Thanks

    Hi,
    I think that this will work ...
    ValueExtractor extractor= new ReflectionExtractor("getItemList");
    cache.addIndex(extractor, true, null);
    Set setKeys = cache.keySet(new EqualsFilter(extractor, i2));
    In this case, the Collection value extracted by the ValueExtractor is treated as a Collection of contained attributes when the index is created.

  • Sales order line item as cost object

    Hi all,
    I am looking for a document on configuring sales order line item as a cost object.
    Also by doing this, does this mean it is unnecessary to specify a cost center/profit center in the SO line item, since the costs/profits will be captured in the line item itself?
    Any links would be helpful,
    Thanks

    Hi,
    Please refer the below link..
    http://sap.ittoolbox.com/groups/technical-functional/sap-acct/sales-order-line-item-as-cost-object-1843181
    http://help.sap.com/saphelp_470/helpdata/en/90/ba7096446711d189420000e829fbbd/content.htm
    Kuber

  • When I select a single object in a layer and try to move it with the mouse, everything goes with...

    I've been having this problem where I can't use the move tool with the mouse properly. I'll go and select a single item on a layer and then try to move it with the mouse (move tool). I've done this before and still do it all the time on Photoshop on my other machines. However, on my laptop it won't work. I grab the single object I want to move and the second I move it, it defaults to moving every single layer in my file. The only way to get around it is to use the arrows, but that's becoming laborious and frustrating.
    Any ideas?

    I know what you mean! This happened to me as well!
    And one thing that I found useful is, if you want to directly select a layer without selecting from the layers pallete and without having autoselect enabled, just hold Ctrl and click on in directly in the image. This saved me a lot of time!

  • Combining separated text into single object ...

    I remember in older versions of Illustrator that when you used pathfinder to combine multiple objects into a single object ... it actually made them into a single object, regardless of weather or not they where intersecting.
    With the more recent versions of illustrator, when you try to "unite" objects in pathfinder ... the only ones that are truly combined into a single object are the ones that overlap ... anything separated will simply be "grouped" and remains a totally separate object ... even if you use "expand objects" on the group.
    I'm trying to use a third party program (path styler) and the problem I'm running into is that when I apply a stroke effect in path styler, it treats every letter in my headline as a separate object (even when united in pathfinder), causing the strokes to overlap the previous letter.
    What I want to do is combine all the letters into one single object (while still leaving space between each letter) so that path styler treats the text (and the outlines) properly. (So the outlines run into each other, instead of overlapping the fill.)
    Any help would be appreciated ... this should be simple ... but I think it may be a case of the program trying to preserve the history of "united" objects when I don't want it to.
    Thanks!

    Make your logo ONE entire compound path, you probably have each letter as an individual compound path.

  • Access Item Group Item of BoM

    Hello everyone,
    I'm trying to find/create an unambiguous link between the items that appear in a supply to production task and the line item of a Bill of Material (BoM) it's based on. The reason for this is that a customer would like the `line item details text' field that appears below each item in a BoM to appear on the supply to production task form in the same row as the corresponding item. Unfortunately this doesn't seem very simple --- practically all links back to the PBoM business object eventually lead to collections, which don't provide unambiguous links. I can't use material ID as a BoM variant can potentially have multiple versions of the same product but with different base quantities etc., so that's out the window. I found that going through production lot > released execution production model > production segment leads me to be able to grab the BoM/Variant/Item Group IDs fine, but the association that supposedly links to item group item is not set --- my guess is that this association is the one I need. Below is a screenshot of the code I'm using to try and access this --- as you can see, the ProductionBillOfMaterialItemGroupItem association is not set in either case, yet the corresponding association for item group is, and returns the correct item group ID. Anyone able to help/have experience with this? Thanks.
    Lewis

    Spoke to SAP about this. Whilst there's a 0..1 association from AcitivtyAssignment to ItemGroupItem, it's never set. Which makes me wonder why it's even there in the first place, but never mind.
    They suggested going via ItemGroup first. When I did this there was no 0..1 association from ItemGroup to ItemGroupItem, merely a collection of all items in the item group. When I pointed this out, they acknowledged that there is no link. So basically, this isn't possible per se; what I've done to emulate it is a bunch of calculations based on quantity etc., as well as use the ability to manually set the item group ID of a row in a BoM, to ensure I can reliably find the row of a BoM a production task row refers to. I suppose it's case closed on this; if anyone's interested in the code, they can send me a message.

  • Convert  multiple rows into single rows for the respective index name

    Dear Experts,
                             I want to convert  multiple rows into single rows for the respective index name,
                            Here is my query.
    SELECT user_tables.table_name, user_indexes.index_name, user_ind_columns.column_name
    FROM user_tables
    JOIN user_indexes on user_indexes.table_name = user_tables.table_name
    join USER_IND_COLUMNS on USER_INDEXES.INDEX_NAME = USER_IND_COLUMNS.INDEX_NAME
    where user_indexes.index_name not like '%PK%' AND user_ind_columns.column_name NOT LIKE '%SYS%'
    ORDER BY user_tables.table_name,user_indexes.index_name;
    Result of previous query
    TABLE_NAME
    INDEX_NAME
    COLUMN_NAME
    T1
    IDX_ACCNTYPCFG1
    ENABLE_SERVICE
    T1
    IDX_ACCTTYPCFG1
    ACC_CODE
    T1
    IDX_ACCTTYPCFG1
    ACCTYPE
    T2
    IDX_ACCTTYPCFGAPP1
    ACCTYPE
    T3
    IDX_ACTLG1
    MOBILE_NO
    T3
    IDX_ACTLG1
    ID
    Desired output required is
    TABLE_NAME
    INDEX_NAME
    COLUMN_NAME
    T1
    IDX_ACCNTYPCFG1
    ENABLE_SERVICE,ACC_CODE,ACCTYPE
    T2
    IDX_ACCTTYPCFGAPP1
    ACCTYPE
    T3
    IDX_ACTLG1
    ACCTYPE,MOBILE_NO
    please help.

    Maybe
    with
    user_tables as
    (select 'T1' table_name,'IDX_ACCNTYPCFG1' index_name,'ENABLE_SERVICE' column_name from dual union all
    select 'T1','IDX_ACCTTYPCFG1','ACC_CODE' from dual union all
    select 'T1','IDX_ACCTTYPCFG1','ACCTYPE' from dual union all
    select 'T2','IDX_ACCTTYPCFGAPP1','ACCTYPE' from dual union all
    select 'T3','IDX_ACTLG1','MOBILE_NO' from dual union all
    select 'T3','IDX_ACTLG1','ID' from dual
    select table_name,
           case index_name when 'IDX_ACCNTYPCFG1' then 'IDX_ACCTTYPCFG1' else index_name end index_name,
           listagg(case column_name when 'ID' then 'ACCTYPE' else column_name end,',') within group (order by null) column_name
      from user_tables
    group by table_name,case index_name when 'IDX_ACCNTYPCFG1' then 'IDX_ACCTTYPCFG1' else index_name end
    TABLE_NAME
    INDEX_NAME
    COLUMN_NAME
    T1
    IDX_ACCTTYPCFG1
    ACCTYPE,ACC_CODE,ENABLE_SERVICE
    T2
    IDX_ACCTTYPCFGAPP1
    ACCTYPE
    T3
    IDX_ACTLG1
    ACCTYPE,MOBILE_NO
    Regards
    Etbin

  • How to convert bytes[] into multipage File object

    Hi,
    How to convert bytes[] into multipage File object??
    I used the java.io.SequenceInputStream to concatenate two input streams (basically .pdf files) into a single input stream. I need to create a single multipage pdf file using this input stream.
    Thanks for you help in advance..

    Only text format allows you to concatenate two files together to get a longer files.
    Most formats have a header and a footer and so you cannot simply add one to the other.
    You need to use a PDF API which will allow you to build the new document (if one exists)

  • Programmatically crawling single object(s)

    Hello -
    My apologies if this has been covered elsewhere, but I appear to have lost my portal.plumtree.com access...
    Let's say you have a crawler. Works great, etc. You attach it to a job and blammo - content in portal. Magic. Wonderful. (profile services and crawler services ROCK, btw - the more I use them the more I realize how cool they are)
    Let's say that crawl is fairly intensive, so you configure it to run every 3-4 hours to avoid beating the hell out of the system. BUT - within that window users are updating that external content store. Changes will not be reflected until the job runs/completes.
    What's the best approach for executing that crawl for on a case-by-case basis? So - scenario is.
    * We have an external store
    * Crawl runs to bulk load content from external store into KD
    * User submits new content to external store
    * I want to programmaticaly fire that crawl, ideally targeting it to just that new content item that's been modified (I guess I re-run the whole operation, but... icky)
    You can see where I'm going with this - we want to submit content through a portlet and then fire the crawl - consume the item and surface it in the KD - with minimal latency.
    I know I could just have my "submitting" app ask the portal to append an operation to a dedicated on-demand job (or create a job on the fly, etc.), attach the crawl to it and then fire that job, but is that the best way to handle the situation? Is there a suggested way to scope the crawl to a given object or do you just let it run through the whole "what's been updated?" property check?
    Again - my apologies if I'm asking a topic that's been addressed elsewhere. Not having my portal.plumtree.com access atm leaves me needing to ask more than I usually would :P
    Thanks in advance,
    Eric

    In this particular case the problem occurs if you shrink the window too much. What can happen is that the button gets moved onto the graph. When you then enlarge the window, the button remains on top of the graph. In the VI I uploaded the graph was the only thing that was being resized. In that particular setup resizing did not create any crazy conditions.
    In your original example you seem to only want to resize the graph. Are you trying to find a solution that applies to all objects on the front panel, or to a single object? If it's a single object then it appears to me that the example I provided should be adequate. If it's all objects, then you have a lot more to consider because you have to consider the size of the objects relative the positions. Technically, a resize of the panel should resize objects, and not move them. Your original VI seems to also move the graph. However, you can run into problems if the growth is too large. For instance, what do you do if you make the button so large that it would cover the LED? Also, which way is the LED grown? Diagonally towards the left and bottom, or radially?

  • Discount Groups - Items.  How to get the Buy One Get One Free discount in the Marketing Document

    Hi Experts,
    Can anyone help on this one please?...
    Under Stock Management -> Price Lists -> Special Prices -> Discount Groups -> Items -> I have selected a specific BP and then have selected a specific Item Code.  I have stated the Paid Qty as '4' and the Free Qty as '1'.
    The option 'Do Not Apply Discount Groups' is not ticked on the BP or the Item Master Data.
    There are no Special Prices for this Item for the BP.  Nor are there any period and volume discounts.
    Can anyone think of a reason why in the Sales Order I can never get the discount when putting in '3' in the Qty column on the SO please?
    Many thanks,
    Caroline

    Hi Gordon,
    Thanks for your email, and sorry for the confusion!
    I believe that when I enter '5' into the sales order the discount should come up as the Paid Qty is '4' and the Free Qty is '1'.
    Either way I can never get the discount into the Sales Order...
    Can you help please?  I was wondering if I had missed a setting somewhere or something...
    Thanks,
    Caroline

Maybe you are looking for

  • Cross company code posting

    hi while posting cross company code posting in F-02 for customer,the open item is not cleared ex: com.code:1000 have customer debit balance the customer paid to com.code 2000 in f-02, 40 bank in com.code:2000              15  cus. in com.code:1000 ha

  • Outlook 2013 display black background in datenavigator plane

    Since a few days we has an outlook 2013 issue in the datenavigator. Outlook display a black background. Has anyone an idea how we can resolve these issue? Until my account is verified I don't can insert an image... Has anyone an idea how we can resol

  • New iPod nano chromatic crashes computer

    I have an iMac version 10.4.11. My daughter just bought a new iPod nano chromatic and whenever we try to use it on that computer, it crashes and a window pops up demanding a mandatory restart. There was no way to even register the iPod and it never s

  • OS X  System Freezes While Running Disk Utility repair permissions

    While trying to pepair permissions systom freeze up. So I put in the startup disk hit restrat holding down c and tried to repair permissions that way and it froze up that way too. I had to manually turn off machine.  What is going on?

  • BOXI3.0: Formula for subtract/deduct one day or more from date field

    Greetings. Its Alias. I have one question. Actually I already post this question but at designer forum. I am using SQL. Example I have Order Date field and from this field I want to subtract the date by minus one day or two days or three days, etc. I