AutoCAD .NET :: Display DWG Attributes In ASPX Page?

Dec 3, 2013

I have a bunch of dwg files (100+) that are Piping and Instrument Diagrams for a refinery.  The files sit on a network folder.  The filenames are rather cryptic.  i.e. 00-P-2-77894.dwg  this refers to a location/section in the refinery.  In the network directory there is an excel file with all dwg files listed with additional meta data.  (Document Title, Created On, Last Modified by, etc...)  This is a pain to keep up.  I would like to develop an aspx page as a replacement for the excel file that simply lists (ala Windows Explorer Details view) all dwgs in a folder (including columns for filename, Document Title, Created On, etc...).  I found the OpenARX SDK.  I have a new c#.net website created with references to AcCoreMgd, AcDbMgd, and AcMgd.  But after that im stuck.  I can iterate through all files in the dir no problem but I'm not sure how to pull attribute information from the dwg files.  All examples that I see involve opening the dwg up in some type of viewer and issuing commands.  Thats not what I want.  I need an aspx page that iterates through a directory of dwgs and lists the attributes in a tabular format. 

View 6 Replies


ADVERTISEMENT

InDesign :: Moving A Page In Document The Master Page Elements No Longer Display On Screen Or In Print

Mar 14, 2014

After moving a page in my document the master page elements no longer display on screen or in print. If I move the page to a different location in the document the master displays but if it is in the specific position that it needs to be it will not display. The document has multiple Masters and others do work on the page but the one that I need will not. I've tried deleting the page and adding a new one and that does not fix the problem. I've checked and "Hide Master Items" is not checked. The page in question is in position 48 with F-Master applied. If I move it to position 49 it works, 50, it works, 51, or any other it works. If I apply a different master to the page, it works. If I delete the page, add a new page and apply F-Master it still does not work. The only page that this problem is happening on is page 48.

View 1 Replies View Related

AutoCAD Civil 3D :: Display Attributes In The Properties?

Mar 2, 2011

I recently upgraded to a new computer and CAD Civil 3D 2011.  I have always had it set up to when I selected a node the attributes (description, point number, etc..) for it would show up in the properties.  Now I can only view them by double clicking the node.  Is there a way to get them to display in the properties again?

View 9 Replies View Related

AutoCad :: Display ATTRIBUTES As Text From Multiple Blocks

Feb 13, 2011

I have a CAD file with property parcels in it. It has come from an external contractor and from a GIS program of sort sort I believe.

If you click each 'boundary'/land piece, it is a block/object (not a proxy graphic) and in the properties pane window, there are attributes that has the lot number, the lot area, parcel number, other info etc in it.

Each block is irregular and different, i.e. they are not all the same rectangle block repopulated, they are different blocks.

I don't know much about attributes in AutoCad althoguh after reading about them, is there some way to edit an attribute (make it not 'invisible' and to increase the text size of its display) when it is already in several hundred different blocks? The only way I could work out how to do it was to go into every block and do it.

I also tried using the ATTSYNC command to update blocks with attributes although that requires me to individually select each block/give each blocks name.

I also tried using the DATA EXTRACTION wizard and was able to extract the attributes into a table/excel file, although that is not really good enough as I need the attributes displayed over the CAD data so you can see what parcel of land the attributes are referring to.

Any better way or a lisp command to do this? Clicking each block/boundary/land unit to place a label over it would also be okay. I just don't want to have to manually create the labels from reading the property pane, there must surely be a better way,

View 9 Replies View Related

AutoCad :: Display Dim Status List One Page At A Time?

Apr 16, 2012

at my old job i could type in 'dim' followed by 'status' and get a page-by-page list of all of the various settings, and the next page would only come up once i hit the space bar, giving me time to look at the current page before moving on. but at my new job when i do it the entire list comes up all at once, which is not good since the entire list does not fit on one page, meaning i don't get to see the first half of the list (or or maybe more). what setting do i need to change in order to see the list one page at a time?

View 1 Replies View Related

Xara :: Disable Display Of Intro / Demo Page?

Aug 18, 2013

When starting Xara Designer or Xara Webdesigner, I always get an introduction page (getting started...) and I always have to close this page before starting. Is there an option to disable this display and get a blank page instead.

View 1 Replies View Related

Xara :: Display Popup Layer Via Home Page Link

Aug 23, 2011

A link on page 1 opens page 3. Is there anyway to have this link also open a popup layer on page 3 when it opens the page?

View 3 Replies View Related

GIMP :: Make Page Background Show Display Behind The Image?

Nov 15, 2011

While I still try, unsuccessfully, to get Gimp to run on my Mac...

I'm not a graphic artist, but I do have a task I would like to accomplish, so a couple of quick questions?

It's been over 10 years since I experimented with graphics software of any kind other than resize and/or convert from one format to another.

Scenario to illustrate my question:

I create a new graphic, of X by Y proportions. Create a black circle in the center of the graphic. Save graphic.

When I import the graphic into a document, web page, email composition window, etc., I would like only the black circle to display when the background is a color other than white. IOW, I want the unused/blank part of the graphic to be transparent.

I've found the online manual to be confusing to follow, since I can't easily "thumb" through the pages to see a picture of the effect I want to accomplish, and I'm not sure of the correct terminology.

I found a PDF manual for 2.4, are there instructions that cover this? I'm not really interested in printing it, or having it printed. If the manual were for 2.6, I would consider having it printed.

View 2 Replies View Related

Edge Animate CC :: Embedded Google Map Won't Display Properly On Page

Jan 17, 2014

he problem im having is that the google map will not start at the target address when I place the code for it in   creationcomplete. It only loads properly  when I place the code in a   trigger on the timeline . Although it loads slow when in a trigger.This is the code im using in the creationcomplete and in the trigger.
 
var container = sym.$("container");var map = '<iframe width="'+container.width()+'" height="'+container.height()+'"   frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=7120+Boul       +St+Laurent,+Montreal,+QC,+Canada&aq=0&oq=7120+boul+st&sll=45.534114, 73.617124&sspn=0.006907,0.016512&ie=UTF8&
[code]....
 
this is what it looks like when I place the code in creation complete..you see the map is thier but it doesnt start at the target. It doesnt start at the right address..This is what the map looks like when I place it in a trigger on the timeline.you see it loads correctly on the target address.

View 1 Replies View Related

CorelDRAW Graphics Suite X5 :: Display In Full Screen Preview Page Only?

Mar 11, 2012

Is there a way to display in full screen preview page only, meaning nothing outside page borders, no bleed or objects around page just.

View 13 Replies View Related

AutoDesk Smoke :: Display Current Shot In Color Corrector Page Timeline?

Aug 2, 2012

How do I display just the current shot in Color Corrector Page time line, not whole sequence ?

Screen grab shows I am parked on a shot in Colour Warper but timeline shows whole 6 minute sequence rather than the shot I am working on.

View 3 Replies View Related

Photoshop Elements :: Display Multiple Photos On One Page With Slide Tool To Transition Between Them?

Feb 19, 2013

I have a series of photos taken from the exact same location but on different days. I would like to display them on one page but use a slide tool/bar to move or transition between the photos. If the slide bar can display the date of the photo then that would be great.
 
Ideally I'd like to include this single page in a pdf document. Is this possible?

View 1 Replies View Related

AutoCAD Map 3D :: Adding Attributes To Line - So Attributes Can Be Viewed In GIS (ArcMap)

Nov 17, 2011

I'm working on setting up a process where I can bring AutoCAD drawings into GIS.  I need to assign an attribute to a Polyline or Line so that the attributes can be viewed in GIS. I've noticed there is a way to convert AutoCAD to a SHP or SDP however I'm not familiar with this process.

View 1 Replies View Related

AutoCad 2D :: Rotate Block With Attributes - Messed Attributes

Jan 23, 2012

From the attached image you can see what I'm talking about.

(left=original, middle=ROTATE, right=PROPERTIES)

When I rotate blocks using ROTATE command everything is fine, but when I rotate blocks using PROPERTIES my attributes get messed.

I need to rotate several blocks at once with PROPERTIES, because I don't have time to rotate each one separately.

The same thing happens when scaling blocks, but this was resolved using the command BSCALE in the command line.

View 5 Replies View Related

AutoCad :: Remove Model Page Setup Entry From List Of Page Setups

Feb 1, 2012

Using Acad 2010

Is there a way to remove the *Model* page setup entry from the list of Page Setups in the Page Setup Manager? This is the first time I am seeing *Model* in the list, and I suspect that it the reason I am not able to generate a PDF for this particular drawing. When I try, I get the following error:

=========================
Job: - Error(s) Did Not Plot

Job ID: 5
Sheet set name:
Date and time started: 2/1/2012 10:34:53 AM
Date and time completed: 2/1/2012 10:34:54 AM
UserID: AchrisK
Profile ID:
Total sheets: 1
Sheets plotted: 0
Number of errors: 1
Number of warnings: 0

Sheet: 123456-Model - Error(s) Did Not Plot

File: C:Drawings123456.dwg
Category name:
Page setup:
Device name:
Plot file path:
Paper size:

ERROR: Internal Error: Failed to get Plot Settings Dictionary.
==================================================

I have this idea that removing *Model* from the list will do it. In addition to causing PDF creation failure, I believe it is also responsible for forcing the Model to always be in the Publish list, even though I have unchecked the "Include model when adding sheets" option. I can remove it from that list manually, but it comes back every time.

View 8 Replies View Related

AutoCAD 2013 :: Change Page Setup For More Than 1 Page At A Time?

May 6, 2013

I am guessing this will be a no but is there a way to change page setup for more than 1 page at a time?  I have multiple pages in a drawing that I want to change to all the same page setup.

View 3 Replies View Related

AutoCAD 2010 :: Command Prompt Position Display At The Bottom Of Main Display

Jan 23, 2013

After closing and reopening my command prompt, I find that it is now at the bottom left of the screen and no longer part of the main graphics window. How can I get it to display at the bottom of the main display?

View 9 Replies View Related

AutoCAD Architecture :: Add Display Component To Display?

Oct 16, 2012

How do you add a display component to a display?

For example, Stairs have a stringer componet in plan display configuration but does not have a stringer componet in the Low Detail configuration.  I need the stringer to show when I go to low detail how can I add a stringer componet in low detail.

View 9 Replies View Related

CorelDRAW Graphics Suite X5 :: Change Ruler Scale Per Page In Multi-page Document?

Oct 16, 2010

I quite often need a separate ruler scale on each page of a multi-page document. The only way I know how to do this is to create  a separate document for each drawing that requires a new scale.

I request that you add the ability to change the ruler scale on a per page basis within a single multi-page document.

I am using CDR X5 SP1.

View 3 Replies View Related

CorelDRAW Graphics Suite X5 :: Print Merge Documents - Many To One Relationships To Flow From Page To Page

Feb 10, 2013

Use merge for standard things like labels.Have a large ongoing project which requires

Lots of Excel data - eg: 6685.excel example.tifcolumns x AZrows x 300 upwards

All rows required to create a book of running information.

If I use a label type approach some rows  have less data making the layout uneven (unsuitable for the project)

Is there a way to merge with a fluid result ?

Ie row one takes up 2 lines Row 2 takes up 5 lines Row 3 takes up 1 line etc 

0728.excel example.tif

View 10 Replies View Related

GIMP :: PDF (single Page Doc) Convert To Page Sized PNG With Quality Good Enough To Read Text

Jan 28, 2012

Several times a week I need to take a PDF (single-page doc), then convertto a page-sized PNG with quality good enough to read the text (and atransparent border), and then convert to a SWF. I have a PNG-to-SWFutility, but when I used it on the PNG saved after I opened my PDF andexported from GIMP, the end result was not good enough. A co-worker saidGIMP couldn't make a PNG (w/transparency) with enough quality. He said we'dhave to use some other software. Part of the issue was not being able toresize without losing quality before the PNG export. True or false?

View 3 Replies View Related

InDesign :: Setup Datamerge File To Create Multi Page Spread Documents With Fields On Different Page

Apr 1, 2014

Trying to set up a datamerge file to create multi page spread documents with fields on different pages. Attempting to set it up so it's as automated as possible as there are up to 20 different merge documents needing to merge with up to 100 different csv records from the same file each week .  The merge documents have different and repeated merge fields on most pages. 
 
I've set it up so that the document has facing pages, and most pages have images spread across the whole of the spread.  the pages preview fine, they are created ok when using 'Create Merged Document' although the page numbers continue from one document to another (another problem).  but when I come to export to pdf, then the merge only shows the image on the left spread but on both left and right spread single pages, and the page numbers don't show the correct page numbers eg it will go p1 p2 p1 p2 etc all the way through the document instead of p1 p2 p3 - p20 etc.  I don't want to have to merge first then pdf but can't understand why the images and page numbers are not showing correctly. 

View 2 Replies View Related

CorelDRAW X6 :: Copy / Paste Artistic Text From Page To Page

Mar 30, 2012

If it's a bug, then I cannot believe it wasn't caught before the release.  So here it is.  I simply put artistic text down on page 1. Select the text and copy to clipboard.  Add a new page and paste the text.  On my computer, the text changes from artistic text (as copied to clipboard) to paragraph default text left justified across the center of the page.  It doesn't matter how much text I select, it always pastes on the new page as paragraph text left justified and across the center of the page.

However, if I select artistic text and any other object, copy and paste to a new sheet, it works erectly. Apparently, I now have to select text and an object to insure that the paste feature works properly?

View 14 Replies View Related

Illustrator :: Save Page-tiled Document As Multi-page PDF In CS6?

Apr 4, 2013

This was very easy to do in earlier versions of Illustrator, but now it seems like the only option is to make a separate artboard for each page tile!

View 1 Replies View Related

Illustrator Scripting :: Getting Page Count For A Multi-Page PDF File?

Jun 25, 2009

how to get the page count of a multi page PDF file?  I know you can then open each page using the PDFFileOptions (pagetoopen).  But I need to know up front how many pages there are to loop thru to open each page and process each page.

View 8 Replies View Related

InDesign :: Master Page Items Shift After Page Insertion?

Mar 4, 2014

Indesign CS6: I've years of extensive experience using Master Pages. Now, however, when I insert a single page in a facing page document, the headers shift off the page. I've tried everything I can think of to stop this. I'm not using liquid layout or any of those layout things.
 
This is very problematic as I do textbooks with hundreds of graphics and I either have to manually move all the master page items on every page after an insertion; or I have to shift all graphics manually to the next page after moving those to the next page, and the next, and so on.
 
I'm praying this is just a "hey, you must have X set to X and by deselecting it you'll be fine." 

View 10 Replies View Related

CorelDRAW X6 :: How To Move Any Object From Far On The Page To The Page Border

Sep 9, 2013

Untitled-1.jpg

i often do a very big and complex mix of logos names and so on.

i´d like to know if ther is any hotkey on how to move any object or a group of objects from far on the page to the page border.

View 4 Replies View Related

Photoshop :: How Do I Do A Page Curl BUT With The Edging And Texture Of The Page?

Aug 30, 2005

I have found loads of tutorials showing how to do this with a normal single tone page but I am having trouble getting the curl to work well on the bottom right hand corner with the texture and also the torn edge. I have tried distorting it but it just goes all blurred.

View 3 Replies View Related

Illustrator :: Second Page Of Two-page PDFs Printing Upside-down?

May 8, 2013

In the past two days, two-page PDFs that I save out of CS6 are printing with the second page upside down. I have tried resaving the documents—didn't work. Tried saving the documents as individual PDFs and combining the PDFs in Acrobat—didn't work. I have had my colleagues print them, and the second page is upside-down too. When I print two-page PDFs that I saved last week or longer ago, I have no problem at all. It just seems to be happening with recently saved PDFs. I didn't update any software on my computer between saving the PDFs that are printing correctly and when this problem began.

View 11 Replies View Related

Photoshop :: Making Screenshots From Normal Display Look Acceptably Sharp On Retina Display

Jan 28, 2013

I am currently writing a book that will initially be sold as a PDF but may later go on the i Book store, however I don't have a Retina display myself and what is the best practice for making screenshots from a normal display look acceptably sharp on a Retina display?
 
I have Photoshop along with the iOS simulator that shows how the iPad or iPhone will look if they can be used in some way but I mainly need to get menu items and dialogue boxes from various applications in OS X and Windows looking good on Retina screens. I really don't want to pay out for a Retina display purely for this task that would only take a few hours of work at most.

View 10 Replies View Related

Xara :: Propagating Object Changes From One Page To Every Other Page?

Jan 16, 2011

Does Xara Designer support the ability to change one object on for example page 1, and that the change propagates to all the same objects on all other pages? I'm doing a lot of web design work, so this would be quite handy, but I haven't found a way to do that.

View 2 Replies View Related







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