I'm having trouble adding a plot stamp to my drawing in AutoCAD 2002. My drawing is in meters and the page in paper space is 0.841m wide by 0.594m high. I can not figure out the setting for the plot stamp to put it in the bottom left corner. This is my first time trying to use a plot stamp so things will need to be explained most likely.
Is it possible to create a plotstamp on the border of the page without dirtying the drawing? Most solutions I've seen on the forums involve an iProperty that is updated when saved, but this would dirty the drawing, so it isn't an option. Also, we need our plot stamp to appear outside the titleblock. My users keep saying "make it work like AutoCAD".
I'm having some problems with ACA 2012 when trying to work with wall styles.
I'm currently on the final year of my IArchitecture degree, up until this point I've used AutoCAD through the AD Student Community , but I've just picked up a book on ACA and was planning to get to grips with it. However, I ran into issues within the first few pages!
When trying to apply wall styles to existing walls in my drawing, I get the following message:
** Canceled - Educational Plot Stamp in source drawing. **
And no wall style is applied. I can edit properties of walls in terms of height and width etc, but can't apply any styles.
When I publish a drawing as a multipage DWFx (or PDF for that matter) with "Include Layer Information" selected, the Plot Stamp (Simple Date/Time and Text) comes out but on different layers on different layouts.
Example: First Layout : Plotstamp resides on Layer 0 Second Layout: Plotstamp resides on Layer 3P Third Layout: EQPT-VC etc
Some general information: Autodesk AutoCAD 2011 64bit Autodesk DesignReview - 2012 Adobe Acrobat X Professional
Layer 0 Is thawed/plotable and on in all layouts, viewports all layers, viewports. It has at least one entity per layout
Is there anyway to rectify this and still use the built-in Plot Stamp?
when i open dwg file. message shown , plot stamp detected.and when i give plot drawing print with message " PRODUCED BY AN AUTODESK EDUCATIONAL PRODUCT"
When I try to open or create drawings in autocad (which i downloaded recently from the edu community) it gives me a warning which says "the drawing file being opened was not created by a product from an autodesk education suite. if you save this drawing it will always be plotted with the follow plot stamp: produced by an autodesk education program.it is recommended that you save this drawing with a different file name." but I have saved and resaved drawings, tried different extensions and still it won't plot or print without this plot stamp. What is most likely causing it and what can I do to remove it.
I'd like to batch plot 50 drawings, all of which have the same title block in the same position. This is easy with the PUBLISH command, but I'd like to be able to add a "stamp" of the customer logo to these drawings, which I have as a block in a separate file. Basically I want to easily be able to plot the same drawings for different customers, the only difference being the customer logo. Is this possible?
I was asked to create a digital signature for a principal architect, the first thing that comes to mind is scan his signed stamp then insert as a raster image.
Right now I have a few lines in the ACADDOC.lsp file to set up the plot stamp for all users. I would like to just turn on the plot stamp and auto load a custom .pss file that I have set up.
I recently switched to a new machine and manually copied and pasted my custom settings over and set paths to the new location. Everything seems to work fine except when I click on "Plot Stamp Settings".I receive an error that says "Data Link Files" and sometimes it says "LISP".
We used a block which contains deisel expressions for our plot stamp. When we publish through the sheet set manager it shows a temp folder where the drawings are spooled to instead of the actual drawing saved path. We can fix this buy turning off background plotting when we publish, but I was wondering if there is a way to show the saved path instead of the spoolled path when publishing in the background.
Below is the expression found in our plot stamp block.
We do most of our drawing in 2D – quaint I know, but that’s the way the office works. On occasion we’ll do something as a solid model to guide a client understand a complex roof or a clearance problem. We started a model for a project we are working on and ended up using it as building elevations.
The problem is with plotting. If I use our standard office CTB (which is set to print as black), I get color printouts no matter what I try. I have tried using an STB and changing all our layer colors to “7” in an attempt to make it print black, but I'm getting extremely undesirable - seemingly random - line weight results.
The client wants the next project done in 3D as well and I’d like to be able to have the elevations look right.
When I use the pdf plot drivers from AutoCAD or the export to pdf option the resulting pdf is not available to the other computer trying to access it through a shared folder.
When I plot to pdf with batch plot or export the drawing to pdf and save the file in the shared folder, the other computer can not open the pdf (file not found) or attach the file to an email (you do not have permission)
Why is this? All other files share and open fine. Only pdf files from batch plot, plot to dwg to pc3, or export to pdf. This is a pain and I still have to use another plot driver (cutepdf) to get a fully useable pdf for our office.
Is there anyway to remove this stamp from the drawing when going to print it? I started a drawing on my personal laptop and have now moved to my work laptop and the stamp makes the drawings look unprofessional.
I'm using autocad 2000 and I have a problem printing & plotting. The print, plot preview only shows a section of the drawing. What settings do I need to change for the entire drawing to print for the paper size I need.
Is it possible to change a drawing using named plot styles (.stb) to colourdependent plot styles (.ctb) within the drawing itself? The variable'pstylemode' comes up as read-only.
We have a person in the office that would like to create their own .ctb file that we would like to have them to access but they will also need to access our .ctb files (Standard). We currently restrict access to the .ctb files as they can be alterered leading to problems for everyone printing. Is there a way to create another path so they we can have a locked folder of .ctb files and an unlocked folder for .ctb files.
I have one drawing per file at model tab. When I need to plot a multiple page file, I use:
Print > Batch Plot.
The problem is that I have to set plot configurations ( plot style table, plot area, paper size, etc) in each file before use Batch Plot.
Now I received 722 files with a wrong Plot Style Table. For this time I change the associated *.ctb file at Plot Style folder, but I will need to associate the right *.ctb to each drawing. It's also common to have to change other properties.
I want to be able to plot a drawing as a PDF (to send to customers, vendors, etc.) and not have the PDF able to be converted back to a DWG (as so many programs out there are able to do).
I have LT08 and have one drawing using linestyles and colors to determine lineweight for plotting that just will not plot anything other than a "light" lineweight. I have tried making an all new .cbt, existing .cbt's, changing ALL colors to a heavier weight etc. Nothing is working.
Plot preview is light lineweight, plotting to pdf is light and plotting to the plotter is light. I am not having this problem with any other drawings so there must be something set somewhere in this one file. I did not create the model. Someone else did but I did setup the layout sheet, just like I do other drawings.
I try to plot the current drawing as pdf file. I took Kean's code from his blog. The function didn't throw any exception. How ever after the function finished the drawing crash.
Here is my code segment
<CommandMethod("pdfTest")> _ Public Sub PDFTest() Dim doc As Document = Application.DocumentManager.MdiActiveDocument Dim ed As Editor = doc.Editor Dim db As Database = doc.Database Using tr As Transaction = db.TransactionManager.StartTransaction Try Dim btr As BlockTableRecord = tr.GetObject(db.CurrentSpaceId, OpenMode.ForRead) Dim lo As Layout = tr.GetObject(btr.LayoutId, OpenMode.ForRead)
I have a problem when I am trying to plot auto-cad drawing. I have tried to set the scale in layout to 1/8" : 1' and I create a page set up and choose 24x36 paper size then when I try to print leaving the scale at the printer window to be 1:1 but when I press preview to see how the plot going to be, the drawing became very small at the lower left corner of the paper.
I have one user who cannot plot correctly from his workstation. All of his drawings will be missing information when they are plotted although they look perfect in the print preview. For example, at the bottom of every drawiing, he puts in a single text block: "Drawn by: SLM" and sometimes the 'S' in his initials won't get plotted, etc. He can save any of those drawings to a shared drive and plot them from a different workstation and there is no issue. We are using AutoCAD Map 3D 2010 on Windows 7 32bit.