AutoCad :: Removing Autosizing Of Text?
Jul 10, 2012
I have several text boxes in my drawing with two grips. When you drag either grip, it re-sizes the text, it will also not allow you to enter a new size in the properties box. I can't convert them to mtext since the position will change; how to remove one of the two grips or another way, so that I can change the text height in the properties.
I'll write a LISP routine to move the top grip (they're all vertically orientated) by a set amount to re-size the text;
View 9 Replies
ADVERTISEMENT
Jul 30, 2012
Im pretty new to annotative text. I was wondering how I can make text show in two viewports at two diffrent scales? Also how to I remove scales from text?
View 2 Replies
View Related
Nov 26, 2007
how to remove text from an image/banner that has already being created, with out causing any harm to the rest of the image/banner.
View 6 Replies
View Related
Aug 13, 2009
I have an image that has text on it
is their a way to remove the text?
View 4 Replies
View Related
Jul 15, 2013
I want to remove text
[URL].......
from this logo:
[URL]........
I tried with some tutorials, but they were only for simple images.
View 27 Replies
View Related
Feb 21, 2013
I am trying to remove text from a logo with a white background. I want to use the text for something else but how do I do this when there are no layers?
View 2 Replies
View Related
Apr 10, 2013
i took a pic and put this text on it but I don't know how to remove it. I only have this crappy old photoshop that has the eye on it.
View 9 Replies
View Related
Jun 28, 2012
I'm trying to remove all the added text (dates, Lakers logo in the top left corner) from this picture so it's just Kobe doing the layup as a photo. Is it possible to do this and keep it the same size (photo is larger, just click on it)?
View 9 Replies
View Related
Oct 2, 2013
Is there a layer or transparency trick in Photoshop 7 that can remove text without any tools being used.
View 4 Replies
View Related
Oct 18, 2004
I remember there was a way of doing this. I would like to remove text from a scanned image and have the background from where the text was previously so it can be edited.
View 3 Replies
View Related
Jul 2, 2007
Some basic question: just need remove text from image (png), text is just on white background and there are no other objects around it, so text area can be easily selected with Rectangular marquee. If I just select text with Rectangular Marquee, then use Edit > Cut this probably will be destructive editing way, which isn't good. I can also select text use Rectangular marquee then Edit > Fill and fill Contents area with Background Color.
View 7 Replies
View Related
Nov 4, 2007
I just downloaded a really cool picture, but I was curious if Photoshop has a way to remove the text in a picture or blend it into the picture?
View 8 Replies
View Related
Jul 25, 2012
I have a picture - it's of a house from 1937, from the archives. Unfortunately, it has writing on it (in large white handwritten letters). I'd like to remove the letters; I only have LR3, not photoshop - is there a way to do this?
View 4 Replies
View Related
Feb 6, 2014
When I open an InDesign CC file, all boxes containg text are highlight a organge colour. How can I remove that?
View 2 Replies
View Related
Aug 30, 2012
I was working on a self project and I have text finally set in the right place, but when I remove the outside box, my text disappears as well. I need to find a way to leave only the text on my document and be able to remove everything else.
View 1 Replies
View Related
Apr 10, 2008
i am trying to clean up grayscale scans of line text to prepare it for ocr processing. i need to do three things in BATCH processes:
1) there is often some 'ghost text' that comes through from the other side of thinner pages when they are scanned, as well as some page texture. i need to strip these lighter gray marks without altering the black text. i don't want to binarize the text, as this reduces the text quality. just clear out the specific 'tone bands' of gray that are marking up the pages.
2) basic page splitting.
3) remove center gutter shadows left by scanning on a flatbed scanner.
View 14 Replies
View Related
Nov 30, 2012
I'm trying to remove the text in the following picture and to restore/interplate what the background pattern should be.
I tried with the clone stamp tool but its taking a long time and I obtain poor results.Is there a quick and easy way to have PS do it automatically ?
View 2 Replies
View Related
Apr 10, 2013
if it was indeed possible to remove text from an image with rather detailed background. I'm no stranger to Photoshop and the Adobe Family however I've tried several methods and all of them seem to work but finished result looks obviously doctored...
Here is the image, my client wants the price from the image to vanish, while retaining the background!I have tried myself to accomplish such a result but my attempts at this
View 9 Replies
View Related
Oct 10, 2012
I have been using PSP9 for many years now. However, after trying out PSP X5 I liked some of the new features, so I decided to upgrade. Now I'm starting to regret it... For some reason, the new version creates this little "empty space" at the end of text which I cant figure out how to get rid of! I attached a screenshot to show you what I mean. Is there any way to remove this?
View 3 Replies
View Related
Mar 29, 2013
Trying to remove any text frames with empty content but it doesn't seem to be removing correct textFrame layers?
var numberOfEmptyTextBoxes = 0;
var layersWithNoText = new Array();
if ( app.documents.length > 0 ) {
for ( i = 0; i < app.activeDocument.textFrames.length; i++ ) {
[URL] ....
View 3 Replies
View Related
Feb 5, 2013
i would like to fade-in a text title.
View 1 Replies
View Related
Jan 29, 2013
What is the best way to remove the text from this image (an RPG menu) so I can make my own game menu out of something completely different? I would also want to remove the character icon... + all current text.
View 5 Replies
View Related
Dec 22, 2011
Drawing A has a grid system Xref-ed into it. It also has a block reference in it, repeated in various places throughout the drawing.
I Xref-ed the grid into the block to check something, and now I can't get it out. This means that the grid now repeats all over Drawing A as well and is generally being a nuisance.
If I try to unload the Xref within the block, it unloads it in Drawing A too. If I try to detach it from the block, it returns this message: Xref [Xref name] has multiple references. Not detached. If I try to detach the Xred from Drawing A, it returns the same message.
How do I unload the same Xref that occurs in a block in a drawing, and in the drawing itself, independently of each other?
View 1 Replies
View Related
Jan 19, 2012
I'm just finishing up with a command that sets up custom paperspaces for our designers, and once it's done, it deletes the default Layout1 and Layout2 paperspace. The error i'm getting though is the following:
If a drawing contains Layout1 and Layout2, both are deleted as they should be
If a drawing contains Layout1 but not Layout2
or
If a drawing contains Layout2 but not Layout1
I get an error and it crashes. This seems really stupid i know, but i must be doing something wrong here. I'm using if statements to determine if Layout1 exists, then delete it, and if Layout2 exists, then delete it. However, it seems that every time, if one of those layouts are missing, it still assumes it's there, tries to delete it, and errors out because it doesn't exist. I've tried many variations of "if" statements.
My
public class CHDelete
{
// This function will delete Layout1 and Layout2
[Autodesk.AutoCAD.Runtime.CommandMethod("CHDelete")]
public void CHRENAMECOMMAND()
{
[code].......
View 2 Replies
View Related
Mar 2, 2013
I have the AutoCad 2011 lt disc's along with the case that has the serial number and product key. A co-worker of mine installed it on his laptop and used it for about a year. My co-worker was let go. He left without his laptop and a new IT person reformatted his laptop. I then took the disc's and installed them onto my desktop. I did this about a year ago with the intention of learning AutoCad. I had no trouble installing this. I'm pretty sure the license was for a single user, (according to my co-worker).
My desktop is very old and needs to be replaced. I want to install this onto a new desktop.
I don't know when I will be gettng a new computer.(budget thing) Is there a way to remove this from my computer for now and wait untill I get a new one? I don't want to loose the license on my old computer due to a catastrophic failure.
To make it easy can I just uninstall this from the old and then to install on the new?
Or, do I have to do the online transfer thing?
If the program does not exist on any computer then where is the license?
View 4 Replies
View Related
Dec 12, 2012
I work with a colleague who is running AutoCAD MAP. When he makes a block or saves a drawing, at the origin is a 3D, downward pointing arrow which in 2D plan view obscures anything around the origin. I open his blocks or drawings in ACAD2012 or 2013 with the same issue. In plan view, the 3d arrow appears as a circle with radial lines running out from the center. If I save the drawing in my ACAD that feature is still there.
I've attached a png screenshot of what I'm talking about.
Is there any way to get rid of that feature, which is apparently coming from his MAP version of ACAD? I've looked for settings on his machine and on mine. I have played with the Workspace setting. I've looked in Options for anything. Maybe there is a system variable. How to control the visibility of this 3D arrow in ACAD?
View 2 Replies
View Related
Feb 17, 2012
I copy and pasted details from a survey drawing into my current model. A message came on screen that warned that any printed output would display the message PRODUCED BY AN AUTOCAD EDUCATIONAL PRODUCT.
I continued thinking that I would be able to purge any blocks later. I am not able to clean the drawing and any copies are printed with the message. I have tried WBLOCK and it still remains.
View 8 Replies
View Related
Nov 8, 2012
I am having trouble removing the top surface of this canoe that i am making.
I have tried exploding the surface and it removes the top surface nicely but make two individual surfaces that cannot be combined using the join function.
View 6 Replies
View Related
Mar 6, 2012
I've got this drawing which I would like to engrave with my laser, but I'm afraid the duplicate lines from the imported WMF (from Adobe Illustrator) will hinder the performance of the laser. I have tried OVERKILL on all of its different settings, but there are still duplicate lines all over the place.
Any tips for removing the duplicates? The drawing is too intricate to go through and delete them by hand.
The file is too large for this website (6 mb), so I've uploaded it here
[URL]......
View 0 Replies
View Related
Feb 23, 2013
During the process of drafting many lines overlap (e.g. construction lines, objects merging, etc)
Because the overlapping lines have precisely the same properties, I don't feel the need to remove them.
The issue begins when I go to plot. The overlapping lines do appear darker than lines without overlapping. This occurs a great deal in my work!
Is there a function that will merge/flatten these lines so that no more overlapping lines exist?
View 3 Replies
View Related
Mar 1, 2012
i have drawn a 3d pyramid 65 radius and 25 high, drawn a 30x30x15 block in the centre and where it breaks through the pyramid i wish to remove it... is there a subtraction/trim option to allow this?
View 9 Replies
View Related