AutoCAD .NET :: Updating Path Of Underlay

Jul 14, 2011

I am attaching a PDF or DWF file to my drawing it shows in xref dialog but when i try to get it from

Database.GetHostDwgXrefGraph its not in the graph node list. can some body give code example, how i can update the underlay path. the following code crash Autocad.
 
using (Transaction trans = database.TransactionManager.StartTransaction()) { UnderlayDefinition uDef = trans.GetObject(objId, OpenMode.ForWrite) as PdfDefinition; uDef.UpgradeOpen(); uDef.SourceFileName = newPath; trans.Commit(); }

View 2 Replies


ADVERTISEMENT

AutoCAD 2013 :: Reloading Xrefs After Updating Path

Jan 8, 2013

After some infrastructure changes, I need to repath all of my xrefs.  I know I can easily do this using the Reference Manager, and I have.  However, when I open the drawings that I have updated, the xref images (jpg, png, etc) do not display, but rather only show the image border.  I must then go into the External References pallette in each drawing and reload each reference.  This works fine, but it is awfully clunky, as I must do this for every drawing.

Is there a way I can batch reload these references after updating the path in Reference Manager?

View 3 Replies View Related

AutoCAD .NET :: Updating Xref Path Without Opening Drawing?

Aug 6, 2012

I am building a plugin which needs to change the xref path within a drawing without opening it.

here is my. I am new to .Net c#

[CommandMethod("refremap")]
public void refremap() // This method can have any name
{
//Get the document
Document Doc = Application.DocumentManager.MdiActiveDocument;
Editor ed = Doc.Editor;

[code]....

View 4 Replies View Related

Illustrator :: Poor Quality Text On Path After Updating To CS6

Aug 24, 2013

I have an Illustrator document I created some time back, probably in CS4 (but could have been CS2). It shows a road map and has lots of road names that follow the path of the associated road. When I open this doc in Illustrator CS6 I am told that the legacy text must be updated before it can be edited.
 
If I open the file without updating the text then everything looks fine but if I choose to accept the offer to update all the text then my road names appear with irregular character spacing that looks very ugly.
 
How I can update the text to CS6 without messing up the appearance?

View 10 Replies View Related

AutoCad :: Updating Drawings With Updating Template

Mar 20, 2013

I am using Mech 2007. I have created a template to use with new drawings, and want to know if there is a way to update all the drawings at the same time when updating the template.

View 3 Replies View Related

AutoCAD LT :: Using DWF As An Underlay

Aug 30, 2012

I want to send a consultant our dwg file as a dwf so they can use it as an underlay.  I cannot find any clear info in forums or on web to create it from model space (so 1:1 scale) for them to attach it in their model space.  AND when I did try it (just not sure it is the best way), I insert in (as DWF underlay) and it comes in with all white lines & the line weights of everything are way too thick.

View 3 Replies View Related

AutoCad :: Use PDF As Underlay

May 2, 2012

I wish to use a pdf document as an underlay to draw over in autocad LT 2008 and print off.

View 4 Replies View Related

AutoCAD LT :: Can't Attach PDF As Underlay

Jun 4, 2012

I'm using AutoCAD LT 2013. When attempting to attach a PDF as an underlay, I go to the Insert tab, choose "Attach" from the Reference panel, pick the PDF I want, and then...nothing. No dialog boxes come up, I get no error messages, it just doesn't do anything at all. I just upgraded my RAM and I know the rest of my specs are up to par, and I did get this feature to work once, but now it doesn't do anything.

View 9 Replies View Related

AutoCAD .NET :: Snap On PDF Underlay

Dec 10, 2013

I have a pdf underlay in my dwg file and I found I can snap the object in it, end point, mid point, etc. Is this mean there are some ARX functions to retrieve the object in pdf underlay?

View 5 Replies View Related

AutoCad :: PDF Underlay Does Not Display

Feb 21, 2012

I'm trying to import a pdf underlay in AutoCAD 2012. However, every time I have imported it, the frame of the underlay shows up, but the pdf itself doesn't show up.

Contrast = 100
Fade = 0
Monochrome = No
Show underlay = Yes
Path is correct

I've tried importing image underlays (PNG files), and they work fine. Also, the pdf file is pretty big (about 100 MB), so I didn't know if that affected its ability to display.how to get this to show up?

View 3 Replies View Related

AutoCad :: Lighten PDF Underlay

Apr 6, 2012

I haven't used PDF Underlays very much as we're always given CAD backgrounds. In this case, I used them to quickly put in since we won't get CAD files. However, they are scanned PDF's so they are essentially raster images. They have jagged lines, etc.

Is there a way to just lighten these when plotting so I can still use them as my background? or should I just bite the bullet and trace them to get actual ACAD lines to be able to control in plotting?

View 8 Replies View Related

AutoCAD 2013 :: PDF Underlay Crash

Jan 7, 2014

My girlfriend has a problem with AutoCad 2013 students version. After attaching pdf file in underlay option AutoCad crash. She's got macbook air with system version OS 10.9. She had not ever problems with pdr iunderlay before.

View 1 Replies View Related

AutoCAD LT :: PDF Underlay Will Slow Down Its Functions

Nov 27, 2012

I understand that a pdf underlay will slow down AutoCad and its functions.  My company just switched from AutoCad 2010 to AutoCad LT 2010, while maintaining the same computer and it has become astronomically slower.  Is this an issue I have to deal with or is there a way to improve its efficiency?

View 1 Replies View Related

AutoCAD Architecture :: PDF Underlay Scale

Apr 15, 2013

In AutoCAD Architecture 2012 we try to use the PDF Underlay to insert PDFs into our dwg files. We have problem to scale the pdfs correctly. We use metric units (mm) and when we insert our pdfs it scales to imperial units. For example, we have a pdf plotted from AutoCAD (or Revit) as an A1-sheet (841x594 mm) an insert it canceled to 1 the inserted pdf (image) get the size  33,11x23,39 which is the sheet size in inch. If the drawing is in 1:100 scale we would like to scale it up to 100 to get the correct scale in AutoCAD but it won't work.

I have tried insunits, insunitsdefsource, insunitsdeftarget but it has no effect.

View 1 Replies View Related

AutoCAD 2010 :: PDF Underlay Does Not Display

Feb 21, 2012

I'm trying to import a pdf underlay in AutoCAD 2012. However, every time I have imported it, the frame of the underlay shows up, but the pdf itself doesn't show up.

Contrast = 100
Fade = 0
Monochrome = No
Show underlay = Yes
Path is correct

I've tried importing image underlays (PNG files), and they work fine. Also, the pdf file is pretty big (about 100 MB), so I didn't know if that affected its ability to display. How to get this to show up?

View 8 Replies View Related

AutoCAD 2013 :: PDF Underlay Is Un-useable

Aug 19, 2013

After loading a single 24x36 road plan and profile PDF drawing as an underlay, Autocad is so slow and jerky I couldn't work with it. The PDF file size is about 1 MB. I need to load at least 10 more, so it is a hopeless endeavor to use the PDFs. I'll have to convert them another format such as to JPG to get the job done.

How to use this functionality, but if the performance isn't greatly improved it might as well not even be included in the product.

View 9 Replies View Related

AutoCad :: Masking Part Of A PDF Underlay?

Aug 31, 2012

I'm working with ACAD 2013. I need some way of masking part of a PDF underlay. Basically I am attempting to call out something on architectural plans and create a listing on a table. The mask needs to be transparent, kinda fading the rest of the plans out, leaving my little callout box.

The ways I can think of doing this involve a little trickery. I think if you bring the PDF (2) times create a clip then create the opposite clip then turn the fade up on the outer one should work.

View 1 Replies View Related

AutoCAD LT :: 2013 Slowness When Using PDF Underlay

Aug 26, 2012

Client of mine has been experiencing slowness with AutoCAD LT 2013.

The program works fine when working on floor plans. However when they open up any PDFs to be using as an underlay, AutoCAD LT performance on scrolling up/down left/right moves as a snails pace.

PC Specs are: Intel Xeon W3505 @ 2.53Hz, 3Gb ram, Windows 7 Pro 32-bit, nVidia Quadro FX 580

Currently about to suggest upgrading the video card to a Nvideo Quadro 2000 1Gb Video card. Would this solve the issue that my client is having the the slowness when scrolling when a PDF underlay is used.

View 5 Replies View Related

AutoCAD 2013 :: Editing PDF Underlay

Dec 12, 2013

Is there anyway to be able to edit a PDF document while the drawing it's referenced in is open?I would have thought that a PDF underlay would have worked in the same manner as an external reference does.

We use crystal reports to create reports from the drawing, export to PDF and insert back into the drawing.Then when items are released for ordering and received the PDF is stamped as such and the underlay reflects that progress in the drawing.

But if a user has the drawing open the PDF is locked for editing.

View 2 Replies View Related

AutoCad :: How To Stop PDF Underlay From Changing

Jul 31, 2012

I have a PDF underlay that is giving me some issues. I locked the layer and moved the pdf underlay's x-position to -1 and sent the drawing to the back to make sure it stays underneath all my lines, but annoyingly, everytime I draw something, it ends up *under* the PDF and I have to zoom out very far and selected the pdf to "send to back" again.

View 1 Replies View Related

AutoCAD 2013 :: PDF Underlay Layers On / Off

Dec 11, 2013

pdf has the same layer state as these were in autocad file

this pdf is  attached as pdf underlay is it possible/ how to on/off the layers of this underlay

View 1 Replies View Related

AutoCAD Print / Plot :: PDF Underlay Printing

Oct 30, 2010

I'm using ACAD2011 and a HP  DesignJet 500 plotter. We use PDF underlays of scanned charts, maps, etc in our cad plans and sometimes the PDFs will only partially plots even though the rest of the cad line work plots. We are using 2007 dwg file format to make files compatible with another program. I have monkeyed with the RASTERPERCENT and RASTERTHRESHHOLD variables but still same problem.

View 3 Replies View Related

AutoCAD 2010 :: Plotting Files To PDF That Contain PDF Underlay

Mar 7, 2012

I am having a problem with pltting files to pdf that contain a pdf underlay.  When I do this, the pdf underlay part comes out fuzzy and unreadable.  If I plot to paper, everything is fine.

I am using the standard pdf plotter and my own ctb file. Autocad 2012 and Adobe Acrobat x standard.

I didn't have this issue at my last employment with autocad c3d 2010 and acrobat 9 pro

View 2 Replies View Related

AutoCAD 2013 :: Quality Of PDF Output When Underlay Is Used

Mar 6, 2013

I'm using a PDF overlay which looks perfect in CAD and print Preview. When printing to PDF the quality drops to a level which is useless. I have tired increasing DPI and Quality settings but the outcome is the same.

Print Screen Of Print Preview - Notice Quality of text on the panel

Print Screen Of Actual PDF - Text unreadable...

[URL]........

EDIT-- It seems I can't upload an image big enough to show the issue. You'll have to take my word for it.

View 9 Replies View Related

AutoCAD 2010 :: Cannot Display Underlay (PDF And DWF Files)

Jan 24, 2012

I suddenly am having a problem viewing underlays. It happens with PDF Files and DWF Files. When I insert the file nothing is displayed. I dont see a frame or an image. All I get is a point. When I select the point the underlay ribbon bar comes up. I have the show underlay selected. The Fade is Set to 0, In properties I can the layer is set to 0, but under view the height and width is all 0.00000.

I am running straight Autocad 2012 w/ SP1. Its 64 bit on Windows 7.

View 1 Replies View Related

AutoCAD LT :: 2010 - PDF Underlay Won't Display Or Print

Aug 19, 2011

If I insert a pdf underlay into a drawing, it won't display or print out.  I know a pdf has been inserted as I can use Erase-All and it will say an object has been selected. The funny thing is that it all worked fine a week ago, and now doesn't. I can open a drawing done months ago which was fine but now there is no pdf displayed.

I've checked various settings against another computer and they are the same.

View 3 Replies View Related

AutoCAD 2013 :: Quality Of PDF Output When PDF Underlay Is Used

Nov 5, 2012

I'm not sure if I have a difficulty with all .pdf plots from AutoCAD, or if it mainly concerns those with .pdf underlays. I am generating some drawings usings .pdf underlays with other information added to the underlay information.

The underlay appears to be exhibit good line and text resolution. When I zoom into the overlay, I can read the information and the quality looks great.

The problem seems to be when I then plot a drawing as a .pdf. Using Acrobat to increase the zoom level, the lines and text on the drawing become very distorted and are hard to read.

View 4 Replies View Related

AutoCAD 2013 :: DXF Underlay Plots Very Faint

Nov 27, 2012

I am having trouble getting a DXF underlay to plot clearly and boldly.  I insert the ref to the dxf, then, in paperspace, create viewport, etc.  I plot all files to pdf (seperate install) for record purposes.  When plotting this file, the dxf is very faint--even though the preview is very bold and dark.

View 4 Replies View Related

AutoCAD 2013 :: Underlay Part Of Layer?

Aug 19, 2013

I can't figure out if underlays are part of a layer/connected to a specific layer or another thing altogether.

View 8 Replies View Related

AutoCad :: PDF Underlay Convert To Actual Drawing

Mar 17, 2013

How can convert PDF underlay into actual autocad 2010 drawing / layer ? PDF file can be opened in autocad 2010 in PDF underlayer.It could be convert into separate lines / individual lines etc...

View 6 Replies View Related

AutoCad :: Copy Lines From PDF Underlay To Drawing?

Feb 23, 2012

I was using a 3 MB PDF underlay yesterday and zooming/panning/saving operations were very sluggish.

BTW, when I attach a PDF underlay, AUTOCAD allows me to snap to the lines in the PDF and even measure them. Since it recognizes those lines, is there an easy way to copy the lines from the PDF into the drawing?

View 1 Replies View Related







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