export only the layers visible illustrator in png

I try to save illustrator layers specific and visible in a png (for placement in PPT) file.  However, all of the layers in the document continue to appear in the png.  I even went in and deselected layer options 'show' and 'print' and they all will continue to appear. What I am doing wrong?  Is the only option to save as a jpg file? The ultimate goal is to be able to save the layers transparent for placement in PPT as relies.  Any help/info would be appreciated!  Thank you!

I don't see a function to export of goods.  My art Board is created to measure and I was using ' file - export as "png, but I now try to save to the Web option.  Thank you.

Tags: Illustrator

Similar Questions

  • I need a file to an exact width and height and it must be in png format, because it allows to translucency. My graphics are only the top of the page and when I export only the graph is not exported the entire file. How can I get the entire file to ex

    I need a file to an exact width and height and it must be in png format, because it allows to translucency. My graphics are only the top of the page and when I export only the graph is not exported the entire file. How can I get the entire file of export including blank parts?

    in the export dialog box, you have chcked 'use of work plans? ''

  • I have problem in the PDF export to save only the layers appeared only. When I export the indesign file to PDF that contains layers hidden pdf placed, pop up problem when I use the search field in exported pdf file. hidden text of hits from search results

    I have problem in the PDF export to save only the layers appeared only. When I export the indesign file to PDF that contains layers hidden pdf placed, pop up problem when I use the search field in exported pdf file. hidden text of hits from search results to laye

    I answered your question: there is nothing you can do in InDesign. You need to ask in the Acrobat forum I linked.

  • Select only the layers highlighted?

    Is it possible to get to the level of the layers only highlight?

    For example, I want to get an object/array that contains only the layers highlighted in blue:

    Screenshot 2015-12-20 21.40.27.png

    I'd rather not select the work to achieve this.

    Thank you!

    M

    This gives a shot.

    It will leave you with a table containing the layers you had selected in the layers panel when the script is run.

    You can see the bottom I loop this table so you can see each name and origin of visibility

    function get_selected_layers(){
        var doc = app.activeDocument;
        var lays = doc.layers;
        var OriginalLayers = [];
        for(var i = 0; i < lays.length; i++){
            OriginalLayers.push(lays[i].visible);
            if(!lays[i].visible){
                lays[i].visible = true;
            }
        }
    
        make_action();
    
        var SelectedLayers = [];
        for(var i = 0; i < lays.length; i++){
            if(lays[i].visible){
                SelectedLayers.push(lays[i]);
            }
        }
    
        for(var i = 0; i < lays.length; i++){
                lays[i].visible = OriginalLayers[i];
        }
    
        return SelectedLayers;
    
        function make_action(){
            // Set you action name and the set name that it belongs to here
            var myAction = "Select_Layers";
            var mySet = "Scripted_Actions";
            //---------------------------------------------------------------------------------
            var currentInteractionLevel = app.userInteractionLevel;
            app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;
            var actionStr = [
                '/version 3',
                '/name [ 16',
                '53637269707465645f416374696f6e73',
                ']',
                '/isOpen 0',
                '/actionCount 1',
                '/action-1 {',
                '/name [ 13',
                '53656c6563745f4c6179657273',
                ']',
                '/keyIndex 0',
                '/colorIndex 0',
                '/isOpen 0',
                '/eventCount 1',
                '/event-1 {',
                '/useRulersIn1stQuadrant 0',
                '/internalName (ai_plugin_Layer)',
                '/localizedName [ 5',
                '4c61796572',
                ']',
                '/isOpen 0',
                '/isOn 1',
                '/hasDialog 0',
                '/parameterCount 3',
                '/parameter-1 {',
                '/key 1836411236',
                '/showInPalette -1',
                '/type (integer)',
                '/value 7',
                '}',
                '/parameter-2 {',
                '/key 1937008996',
                '/showInPalette -1',
                '/type (integer)',
                '/value 23',
                '}',
                '/parameter-3 {',
                '/key 1851878757',
                '/showInPalette -1',
                '/type (ustring)',
                '/value [ 11',
                '48696465204f7468657273',
                ']',
                '}',
                '}',
                '}'
            ].join('\n');
            createAction(actionStr);
            app.doScript(myAction, mySet, false);
            actionStr = null;
            app.unloadAction(mySet,"");
            app.userInteractionLevel = currentInteractionLevel;
        }
    
        function createAction (str) {
            var f = new File('~/ScriptAction.aia');
            f.open('w');
            f.write(str);
            f.close();
            app.loadAction(f);
            f.remove();
        }
    }
    
    var myLayers = get_selected_layers();
    for(var i = 0; i < myLayers.length; i++){
        alert(myLayers[i].name + ", " + myLayers[i].visible);
    }
    
  • Export only the hierarchy names &amp; properties hierarchy

    Hi all

    Is there a way to export only the hierarchy properties associated with this hierarchy in a database table and the name of the hierarchy? For example, I have a group of hierarchies HG1 who has 10 hierarchies H1, H2... H10. Each hierarchy has 3 properties of hierarchy that are associated with, HP1, HP2, HP3. Each hierarchy has also its own set of branches and leaves. Is there a way I can export only H1, H2... H10, as well as the property of hierarchy associated with each hierarchy in a database table in a format something like below:

    Name of the hierarchy Property1 (HP1) Property2 (HP2) Property3 (HP3)

    H1

    some valuesome value...some value...
    H2
    H3..
    H4
    ...
    .....
    H10..

    Thanks in advance

    Create a hierarchy export, select the choice of the hierarchy as "Group of the hierarchy" and select the respective hierarchies group, put the filter as a level 1 is, that will give you only one record for each hierarchy and select the required properties columns, it should work for you.

  • I have a LOT of different Indesign CS6 documents that are field guides, and I would be able to export only the names of species (bold italic)

    Hello

    I'd appreciate any help I can get.  I have a LOT of different Indesign CS6 documents that are field guides, and I would be able to export only the species names (in bold italics) of documents so that I can put in excellent to make a comparison and produce a comprehensive list.  There are several areas of text for each page/species.  The species name is in a single text box, so it is possible to somehow only the bold italics to export a document?  I have a bad feeling, but I thought I'd ask anyway. Thanks in advance for your time and interest.

    Maggie

    Also, sorry if my original question has not obtained the Chief... I'm new to this forum.

    It would certainly be a job for a written custom script. Without scripts, I might consider using the Index feature in InDesign. Indexing is manual work very well.

  • Export only the selected rows of a partition

    Hello

    Is there a method to export only the selected rows of an artition using export utility

    Thank you
    Lbn76

    See http://docs.oracle.com/cd/B28359_01/server.111/b28319/dp_export.htm#BEHEJDBE

    Concerning
    Karan

  • Export all the layers in png in Photoshop, including those outside the canvas area

    I use the script, but if some of my layers are outside the canvas, it removes those the only visible part.

    But we need everything in the layer in png, so is visible in the Web or it is outside.

    Best,

    Gunjan

    Use activeDocument.revealAll (); then export all your layers.

  • sharp parts of the layers in Illustrator?

    In photoshop, I can select a portion of a layer with the lasso and cut it out, thus showing the layers below through this opening. Is it possible to do this in Illustrator? I used the live paint and Trace in illustrator, but not the same... you can erase part of the layer with the eraser... but let chunky rough edges...

    Thank you

    Use an opacity mask, found in the transparency palette. Or subtract part of a compound path with less first plan, found in the Pathfinder palette. Or create a clipping mask.

  • EXPORT ONLY THE CONSTRAINTS.

    Hello
    Is it possible to export via command exp or through script, only the constraints in the schema without export stored procedures, views, synonyms, packages, functions and procedures?

    DB: Oracle 10g.
    System: Windows XP.

    Hai Arun,

    You can use any third-party tool 3 to do this. Sqldeveloper is free and can be used for this.

    Bird

  • Export only the desktop version of the site, mobile version not

    Can I export just the desktop version of my site and not the mobile version with it? I am busy working on my still of mobile site, but the work is done on the office site which must go live every day.

    Hello

    You need to do 2 things for it.

    1. click on 'office redirection' of site properties to remove the exported files of redirection codes.

    Do please go to file > Site Properties > provision > phone > uncheck "Desktop Redirection"

    2. after the export of the site in HTML format, delete the folder named like 'Phone'that contains all your phone configuration files. Rest of the files are for desktop PC.

    Concerning

    Vivek

  • EXPORT ONLY THE TABLES IN A DIAGRAM WITH THE HELP OF DATA PUMP

    Hi people,
    Nice day. I'd appreciate if I can get a data pump command to export the TABLE object in a specific schematic.
    The server is a node RAC 4 with 16 CPU per node.
    Thanks in advance

    If all you want is table definitions, why can use you something like:

    expdp username/password = mon_repertoire dumfile = my_dump.dmp direcory tables schama1.table1, schema1.table2, happy etc = metadata_only = include = table

    This will only export table definitions. If you want the data, and then delete the content = metadata_only, if you want the dependent objects, such as indexes, table_statistics, etc, then remove the include = table.

    Dean

  • Merge the LAYERS VISIBLE on the new layer

    a very common thing I use is merge the VISIBLE LAYERS on the new layer.

    now I know that in the config. I can add a MERGE VISIBLE button, which is the equivalent of CTRL + SHIFT + E, but I use SHIFT + CTRL + ALT + E all the time so I can combine things, but on a new layer... How can I do this?

    IM thinking that I use the Configurator, more and more, he needs a type of option so that when you add buttons and menu commands, if you could have a small check box to add additional options of CTRL or ALT or SHIFT for all orders to extend/tweak these commands Assistant... as is the seventh thing I'm wishing there was a way to unless of course I can add the code in the box "script."

    TX for any input, gg

    Quote:
    Posted by: gary greenwald
    Hello, thanks for responding.
    I tried your code so that I could send to merge the VISIBLE LAYERS as a ctl + shift + alt + e command instead of shift + ctl Edlin (so do a MERGE VISIBLE on a new layer and not simply merge down all layers), but replace the default with your code code has not changed anything , I could still see it merge all visible layers on a new layer, he just did the regular fusion...

    If you can try again and let me know if you find, id be overjoyed because I really use TMS + ctl + alt + e on each photo several times, but I never use TMS + ctl + e... TS just a matter of sending this additional order ALT in the code, thanks
    Gary

    Try this:

    var idMrgV = charIDToTypeID ("MrgV");
    var desc10 = new ActionDescriptor();
    var idDplc = charIDToTypeID ("Dplc");
    desc10.putBoolean (idDplc, true);
    executeAction (idMrgV, desc10, DialogModes.NO);

  • HP pavilion 23-g109c all-in-on: white screen on all in one computer with only the pointer visible mouse

    On the one thing that shows on the screen lights up is the mouse pointer, which can be moved around the screen.   Tried the pressing F11 several times, but no response.  Computer is only old 2 mos.

    Hello

    I understand. There are some things that you can try without voiding the warranty.

    For example, using the build-in HP diagnostic tools in the BIOS to check the hard drive, RAM.

    In the manual of your device, in my opinion, esc fr f2 are the options to open the diagnostic tool on boot http://h10032.www1.hp.com/ctg/Manual/c04329428.pdf

    I have that works just download memtest bootable cd. Boot from this cd and test your RAM.

    For the disk hard test download as Linux bootable cd or Hiren Boot CD en test with some hard drive diagnostics, if everything is ok.

    If you are not sure contact HP helpdesk to ask them to guide you through the process using the tools of diagnosis or what the best solution would be given the symptoms.

    Concerning

    Jeffken

  • Police Explorer Pro do not activate only the fonts in Illustrator...

    I have problems with the EFF no activating fonts in Adobe Illustrator (Creative Suite, 2015, most recent version) and using version 5.0 of the EFF and OSX Yosemite (10.10.5).

    I tried the following: records of system fonts own, own folder of fonts organized, clean system, clean Application Font Caches Font Caches, update a Spotlight database, optimize the database, and also open the program manually via the FontExplorerXLauncher - 3.app file.

    None of them have made a difference. EFF * fact * disable scoped in InDesign.

    Does anyone else have this problem?

    Check with Linotype if the EFF is already compatible with Illustrator.

Maybe you are looking for