As we all know when u publish a pdf the layout name & drawing file name is automatically inserted into the file name for the pdf ur about to create. Is there a way of controlling this? ie i only want the file name n not the layout name as well,
Using someone elses template. When I plot to PDF the layout sheet name is not the PDF plot file name, it uses the drawing file name (and hence the same file name for all plots, not what I want). When I plot in paper space, my layout sheet name is the output file name, is there a way to change this?
Basically I am trying to plot a paperspace layout tab... I have 4 viewports... I have selected monochrome... And when I plot it on my HP plotter everything in the viewport plots in color but my titaleblock information is black and white...
I don't know how to plot/scale from layout. I have drawing in model that wont show in layout. Drawing is in scale 1:1 in mm. i have to plot it on 36" paper in scale 1:500. I saw someone scaling it with commands something like, z-s-1xp, an ucs.
I cannot print my layouts to pdf. Every time there is a fatal error.
It goes like this:
1. Open any drawing.
2. Select any layout.
3. File > Plot > Select PDF as printer/plotter
4. Click OK
5. Plot job progress bar appears
6. Fatal Error Message
7. Total crash, AutoCAD closes
FATAL ERROR: Unhandled c000000dh Exception at 237eb667h
It is with every drawing, different drawings, every time. It started suddenly.
I am using LT 2013. I used to have 2008. I got similar errors using 2008. I uninstalled it (after trying repair reinstall, which failed to correct the problem) and reinstalled windows, and upgraded to 2013. The problem was gone for a time and has just now restarted.
I have a layout with numerous plot numbers, they have there own layer, they have a consistent style and height but display differently. According to properties the only thing that varies is their content and x,y location. It should be a 2d dwg but i have had 'issues'.They have consistent layer properties, linetypes, weights, the font isn't bold, colour etc. I have tried flatten, flatz, specifying them at a significant height and then bringing them down again, match properties which interestingly will make narrow text bold but not the other way, setting Z to 0.000000000001 etc. I tried viewpoint etc and nothing has made any difference.
I have an A4 peice of paper and need to change the scale of my drawing so it fits onto the page. I remember there was a short cut, but have since forgotten it.
It is currently at 1:1 and want to change that to a more appropriate scale.
I've got a very long narrow site where more of it would be better shown and printed on a vertical page. However all the default and custom viewports are designed specifically for horizontal pages. How can a page be rotated to be plotted vertically?
I am currently using the visual style "Wireframe" and cannot seem to figure out why my lines won't plot out as dashed lines even though they are dashed in my layout. I have been playing around with my LTSCALE,PSLTSCALE but nothing seems to be working.
When I create a drawing in model space and then take off several views onthe new layout command, when I go to plot the layout in PDF all the viewsappear with a really thick line weight
I have tried selecting every part of the layout and changing the weight to 0mmas it was before but it doesn't make any difference...
Wall layer will not print when I export the plan to layout via export to Pdf. All other lines print. When I print in model space by putting a window around the plan and export to a PDF file the wall layer prints.
Many times when I receive a drawing from an architect, when I go into the layout tab the titleblock info/XREF doesn't line up with the page layout. I would assume it lined up when the architect sent it to me in his software. For years the solution I use is to XREF the architects PDF in the layout and then go to print and change the Print Offset till it looked right in the print preview. Then I would apply it to the layout. I would then take the offsets and apply it to every sheet. This is a very time consuming process and was wondering if there is a better way to make this work and still keep the scales. I was also wondering if there was a way to move and align the layout on the fly in the paperspace.
I am having some difficulties when printing via dwg to pdf a rendered shade plot viewport in a layout. However, there is no problem using realistic shade plot. I am using the following materials: Metal | Alumininum (Anodized Blue, Anodized Blue-Gray), Plastic and Glass and the result is not good as all. I am also looking on a tutorial on strategic place to place light for even more realistic rendering.
Examples.dwg Example Rendered.pdf Example Realistic.pdf
I am using autocad 2010 in layout have more than one drawings when i give plot from layout and after 2nd drawing give plot from same layout that time the previous plot portion not shown as shaded. in autocad 2008 previous plot portion shown shaded in layout.
I get several dwg's a day with up to 40 layouts in each one. All the settings are correct ACCEPT the plotter. Is there a way to set all page setups for all layouts at the same time? Something like select all layouts and do a page setup for all. Possibly with LISP or VBA?
my plot file names don't include the drawing name, only the layout name. it used to include the drawing name. i must have changed something but i don't what.
Dell Studio XPS 9100 Intel Core i7 CPU 930 @ 2.8GHz 12GB Ram 64 bit C3D 2012 SP3.0
We have, since moving to 2012 had an issue with our standard Named Page Setups in our DWT file staying assigned to the layout tabs. When you click up to plot a dwg... the Page Setup Name indicating that the Named Page Setup assigned to the plot configuration dialog box says <None>. Even if you click in the drop down and select a setup... the name selected shows as selected after the box colapses... but then a split second later, the box defaults back to <None>.
I’ve done it before in the past so I know its possible but I have forgotten how. See the attached image I would like to change the printable area of my paper space layout.
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 have a bit of a problem with Autocad map 3d 2012. When i try to insert a scale bar or a north arrow or any other carthographic element i simply can't find the layout elements that are supposed to be in layout tools tab. I've done a lot of research online and can't come up with anything.
I am a Mac user and new to AutoCAD. I am enrolled in a CAD class this semester and the instructor for my session is requiring Windows. Supposedly this is because AutoCAD for Mac does not allow for proper printing on their plot style setting.
I understand that I can install Bootcamp and Windows on my computer, but I'd really like to avoid that if I can. If I were to do my work on my Mac and then digitally transfer my files to a PC for printing purposes, would my files become corrupted or compromised in any way?
Where else do they keep this setting? I only have found it in Active Layout in extended dada
(entget (vlax-vla-object->ename(vla-get-activelayout (vla-get-activedocument(vlax-get-acad-object)))) '("*")) The last pice of extended data is: ("PLOTTRANSPARENCY" (1071 . 0)) When i change it to 1 (setq layout(vla-get-activelayout (vla-get-activedocument(vlax-get-acad-object)))) (vla-getXdata layout "PLOTTRANSPARENCY" 'type 'data) (vlax-safearray-fill data '("PLOTTRANSPARENCY" 1)) (vla-setXdata layout type data)
it stays there (extended data), but the setting in Plot dialog box doesn't change!!! And it still prints no transparency.
It takes to save the drawing and reopen it again to see the change.
The command -PLOT does not have this setting as well, so my options back to VBA or Lisp, but HOW?