Illustrator :: Non-printing Advisory Text / Layer For Templates

Apr 15, 2013

I'm trying to set up a template in illustrator that can be used by co-workers. Rather than having a separate document containing tips on how best to use the template (which of course, no-one will read) I thought it might be better to include info in the template itself. It would be a chore if this advisory info had to be deleted each time however. Any good method for being able to leave text or layers that I might be able to lock and thus couldn't be ignored by people using the doc, but importantly, would not be shown in the final result when placed in InDesign? The ideal result would not include having to specify lots of import options in InDesign for each file as there could be hundreds of these things to place!

View 2 Replies


ADVERTISEMENT

Lightroom :: 5.3 - User Templates For Printing Have Disappeared

Mar 13, 2014

Using LR 5.3.  My user templates for printing have disappeared.

View 4 Replies View Related

Illustrator :: Export Text To Photoshop Whilst Keeping Printing Quality

Oct 30, 2013

I'm working on my design for a project (book) and I want to export a typography into Photoshop to give it more effects, work with a textured background, etc. I was wondering if I export it as a PSD file I'll be able to keep the printing quality, since printing text from Photoshop comes out pixelated. Also, would I have to re-open it in Illustrator again after I'm done with Photoshop?

View 1 Replies View Related

Illustrator :: Black Drop Shadow Bleeding Onto White Text During Printing (but Looks Fine On Screen)

Sep 25, 2013

For my business card design I have white text overlapping an area of very white grey- causing readability issues (insufficient contrast). It looks great apart from this one problem, so I still want to keep my white text and light background and fix it by separating the text and background with a darker drop shadow..
 
First, I added a black drop shadow to the text- but this was not enough to increase readability (text still looked faded on background as drop shadow was too subtle at 85% opacity, 0.04" blur) so I added a drop shadow to my drop shadow (100% opacity, 0.02" blur + 18% opacity, 0.02" blur). This produced a heavier drop shadow effect for my text as desired but, for some reason, the text came out slightly grey in print (offset run). It seems the drop shadow somehow got printed over the text itself to some extent- turning the white text somewhat grey (and so not looking as clean as intended).
 
How could this dropshadow bleed into the text happen? Is it to do with the fact I added a drop shadow to my drop shadow? I would have thought that, even then, the text should entirely overlap all of the drop shadow as the text is the top layer in the group.
 
What can I do to ensure that drop shadow does not print over text in any way in future? Do I have to stick to only one layer of dropshadow-or is there something else I'm missing?

View 2 Replies View Related

AutoCAD Civil 3D :: Multiple Plot Templates And Layer Freezing

Mar 14, 2013

I am creating multiple sheets in my drawing by adding plot layouts using templates and then adding multiple viewports to those premade templates through Autodesk.  I have created multiple viewports on the one layout page and successfully was able to freeze appropriate layers to display the data I wanted in each viewport.  Now with my new plot layout, all the layers again are showing, once I freeze the layers I don't want in the view port of the new plot layer....all the layers freeze in my previous plot .  How do I retain my settings in the previous plot layout but continue the setup of appropriate layers in the new plot layout. 

View 4 Replies View Related

Illustrator :: Inserting Text Into A Box Layer

Jan 13, 2014

I am inserting text onto a box layer. The box is rotated. When I rotate the text to fit into the box, the letters go slightly out of line and rotate seperately. I tried to save the text as a jpeg file and then rotate the object, but the same thing happened. The letters are no longer lined up.

View 4 Replies View Related

AutoCAD Inventor :: Create Drawing Templates By Using Blank Templates

Aug 29, 2013

we have just upgraded from Inv 2011 to 2013. I am trying to create the drawing templates in 2013 by using the blank 2013 template and then copying our border from 2011 onto it. This works a treat apart from 1 thing.

The i properties do not get copied over as well so the sheet is blank from drawing number, title and the custom properties etc.

View 6 Replies View Related

Illustrator :: Bring Text Layer Into Photoshop

Jan 4, 2014

Are you able to bring a text layer from Illustrator into Photoshop and keep it as a text layer? How is this done?

View 3 Replies View Related

Illustrator :: Layer Of Text With Transparent Background

Jul 24, 2013

I created a layer of text in Photoshop (CC) that has a transparent background. I want to place this text in an Illustrator document overtop of the artwork already there.
 
I dragged the layer from PS into AI. It transfered fine but in AI is has a white background.
 
I am sure there must be a way around this - I just don't know AI well enough.

View 2 Replies View Related

Illustrator Scripting :: Delete Some Text From Layer

Jan 3, 2013

what is the script to delete some letters from layer?For ex. I've "Layer XYZ" and I want "Layer XY".

View 9 Replies View Related

Illustrator SDK :: Loop Through Layers And Determine If Its Text Layer

Aug 20, 2012

I am trying to loop/iterate through all layers, determine if it's a "text-layer", if it is, set it's opacity to 0.This is what I have so far:
 
                var iapp = new Illustrator.Application();
                var openoptions = new Illustrator.OpenOptions();
                var idoc = iapp.Open("c:\myFile.pdf", Illustrator.AiDocumentColorSpace.aiDocumentRGBColor, openoptions);
                Illustrator.Layer mainlayer = idoc.Layers["Layer 1"];
 [code]....

View 1 Replies View Related

Illustrator Scripting :: Unlocking Locked Text On Unlocked Layer

Mar 6, 2013

When running my script to unlock all layers, so I can select all textFrames and copy them to a new layer, I run into a problem with text that has been locked individually. The script unlocks layers that are lock but it does not unlock items that have been locked individually on those layers. Is there a way to unlock these items?
 
var layerCount = activeDocument.layers;
for (  j = layerCount.length - 1; j >= 0; j-- )
    {
    lockedLayers = activeDocument.layers[j];
     
        if (lockedLayers.locked == true && lockedLayers.visible == true)
        {
        lockedLayers.locked = false;
        }
    }

View 5 Replies View Related

Illustrator :: Making Document Templates In Ai?

Nov 14, 2012

Relatively new to Ai and have some questions about how best to make a document template. Basically, I'd like to make it so that new artboards can be automatically populated with things like company logo, footer text, etc. and in the correct locations on the page. Is there an easy way to do this? I made my master document into a template file (.ait) but, if I want to make a multi-page document, I have to manually go through and copy layers over to new artboards and it tends to make things messy. Do layer templates work with this? Haven't been able to pinpoint exactly how those work either.I'm using CS6

View 1 Replies View Related

Photoshop :: Get Templates Together With Text And Pictures To Make Business Cards?

Feb 18, 2012

How do I get templates together with text and pictures to make business cards?

View 5 Replies View Related

Illustrator :: Multiple Layer Export Scripts Make Text Blurry

Aug 22, 2013

I am using a script to export multiple layers of 16x16 pixel icon files into separate PNG files. It works very well with one big exception. All layers that contain text becomes very blurry.I have tried converting the text into outline paths before exporting, but it does not work. The text becomes blurry and thick.
 
When performing a regular Non Script export to a PNG file you are allowed to chose antialiasing method between "type" and "art". When using the "type" alternative everything looks good, but when the "art" alternative is selected the text look very blurry and bad.When using script multiexporters it seems they all use the art version. URL....

But I have tried a bunch of other scripts as well but with the same blurry result for the text. How to get the option to chose the type optimized initializing for the script exports?

View 2 Replies View Related

Illustrator Scripting :: Change Color Of Text Frames On Active Layer?

Mar 3, 2013

Okay my script to change text frame color changes the color of all text frames hidden or not.

I need it to only change visible text frames.
 
if ( app.documents.length > 0 ) {
newCMYKColor = new CMYKColor();
newCMYKColor.black = 0;
newCMYKColor.cyan = 0;
newCMYKColor.magenta = 0;
newCMYKColor.yellow = 0;
 
[Code]...
 
How to go about making it only change the color of text frames on the active layer? In the final script I will hide all other layers so if it could be done by a visible attribute more easily that would work just as well.

View 4 Replies View Related

Lightroom :: Text On Some Page Templates Is Rotated Incorrectly In Book Module

Oct 3, 2012

This is probably very easy, but I cant figure it out.  Whenever I try to type text on the spine of my lightroom book, Lightroom puts it horizontally. I like to rotate the text on the spine of my book by 90 degrees so that it reads from top to bottom, like on any normal book.  How do I do that?

By the way, when I start a new book, the spine text appears correctly by default  (rotated by 90 degrees). In my existing book, the text cursor appears only for horizontal flow however, despite using the same design template.  Is this a bug or did I accidently change the orientation of the text?

View 12 Replies View Related

Illustrator :: Get Or Give Permission To Save As Templates?

Feb 28, 2013

how to get or give permission to save as templates?

View 7 Replies View Related

Illustrator :: Change Default Templates Folder In CS5?

May 28, 2013

I Would like to change the default Templates folder that opens when i click "New From Template". Is there a way of doing this?

View 2 Replies View Related

Illustrator Scripting :: Isolation Mode And Templates Working In Outline

Feb 10, 2012

I want to continue working in outline mode, using a template while in isolation mode, but the template disappears. Does that mean I'd have to copy the template to the group or layer I'm working in?

View 1 Replies View Related

Photoshop :: Existing Type Layer Replaced By Text With Other Type Layer Text Upon Changing Properties?

Jun 6, 2012

I have a type layer with some text in it (a headline, let's say). I click on the layer, I click on the Character Panel, and first thing I see is the color in the Panel is not the color of the font in the layer.
 
I then click on any Panel property, and the text in this layer is replaced by text from another layer in my document ( a paragraph layer, let's say), but the color is not the same as the layer the text came from.

View 124 Replies View Related

AutoCAD LT :: Printing Half Of Text And No Vertical Dimension Text?

Jun 30, 2011

My office has two desktop printers, both HP.  Our Officejet 7000 wide format prints great.  On the HP Officejet 7500, we are often seeing text printing errors.  It will not print the text from vertical dimension strings, and cuts off some M-text at an imaginary vertical line in the middle of the text box.  PDF's of the same drawing look fine.  Is this a printer driver issue?  Is there anything I can do within AutoCAD?

View 3 Replies View Related

Photoshop :: How Can I Put Text On One Layer And Outline Of Text On Another Layer?

Jun 12, 2006

I want to have text on one layer and then a hard outline of the text a different color on a second layer.

View 5 Replies View Related

AutoCAD 2010 :: Layer Not Printing

Apr 3, 2012

So my pluming layer is on and "no plot" is NOT selected, yet when I plot, it does not show up? It was working fine last week and i don't think has been saved since then. Also, the xref prints on other sheets, except this one so i'm thinking there is a difference in the page setup but I dont see any discrepancies.

View 2 Replies View Related

Photoshop :: Copying Text From Outside Text Editor And Pasting Into CS5 Text Layer?

May 20, 2012

trying to copy txt from an outside text editor and pasting them into an open, editable text layer in my workspace.  The problem is that I can COPY the text fine, but when I click over to PS to paste it into the open editable text layer it either pastes the previous text from my clipboard OR it won't paste anything at all.  I can then go into any other text field on a browser, spreadsheet document, a different text editor, notepad, etc and successfully paste the proper batch of text I wanted to paste into PS.  Sometimes I have some rather large files open 50+megs when I notice this happen.  I have to save my work and close out entirely of PS and then open it again before I can begin editing my original document again and successfully paste the text into the open editable text layer.  This may last for a few COPY/PASTE sessions of additional text in additional text layers, but then begins displaying the symptoms I described above.
 
I am on Win7 on an AlienWare M17XR3 laptop with 16G RAM and AMD Radeon HD 6900M Series display adapter.I assume it's either in my PS performance settings which I have PS using 10413MB RAM and has over 350G scratch disk space.  If it's not that I guess my laptop system performance settings which I've never tinkered with since I purchased it.

View 2 Replies View Related

CorelDRAW Graphics Suite X3 :: Layer Not Printing

Mar 20, 2012

I am creating a brochure in X3 and when I do a test print one of the layers is not printing. Although I have actively used layers in Autocad, I don't mess with them much in CorelDraw. However I do move objects from front to back and vice versa. 

When I started having this problem I went to the object properties to see if the layer was turned on. It was. I don't know if it is related but when I do a print preview the whole program becomes uncharacteristically unstable and shuts down.

View 3 Replies View Related

Photoshop :: Error :: Could Not Complete Your Request Because Layer Is Not A Vaild Text Layer

Dec 20, 2004

"could not complete your request because layer is not a vaild text layer" ?

View 1 Replies View Related

AutoCAD 2013 :: Hide Elements Of Same Layer For Printing

Feb 28, 2013

I'm trying to print a certain window of my drawing, but I'm not wanting to print every element contained within that window. How do I hide these elements when they're on the same layer as other elements that I want to print?

View 7 Replies View Related

Photoshop :: Use A Text / Shape Layer As A Mask For Another Layer

Jul 17, 2012

I can't figure out how I can use a text or shape layer as a mask for the layer below. See the example attached and you will know what I mean. (I created the example with simply cutting out the text outline from the white box).
 
I need the text to be a mask and I need it to be editable as text. Don't know if this is possible, experimented with clipping masks but I cant make it work.

View 9 Replies View Related

Illustrator Scripting :: Write A Script That Renames A Layer And Group Within The Layer?

Jul 25, 2013

I'm trying to write a script that renames a layer, and group within the layer, then an object within the layer (but not a part of the group) and have it run in a loop.
 
Here's what I've got so far, the group rename doesn't work.
 
 #target Illustrator 
var doc = app.activeDocument;
 idLayers(doc)//IRename layers
idGroups(doc)//Rename groups
 function idLayers(doc){

[code]....
 
I haven't put in anthing to rename the single object yet since I cant even get the group rename to work. I suspect that the group re-name section isn't working because I'm either using bad syntax or an invalid command.

View 3 Replies View Related

Photoshop :: Layer Is Not A Vaild Text Layer

Dec 20, 2004

"could not complete your request because layer is not a vaild text layer"

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved