AutoCAD 2010 :: Missing Arch D (landscape) Paper Size In Plot Dialog
Feb 22, 2012
Among about a dozen ACAD users in my office, one is missing the "Arch D (landscape)" paper size that accompanies the PC3 file we generally use. I have checked that the roll size and other settings in the machine in question and all of that looks good. I don't want to edit this PC3 as it works for everyone else and don't want to create a new PC3 for this one user.
View 2 Replies
ADVERTISEMENT
Feb 4, 2013
I have a canon ipf605 plotter. I try to plot to a custom paper size with the "plot transparency" and it doesn't work.
View 3 Replies
View Related
Oct 17, 2012
Using ObjectARX2013, I have to solve problems.
When I plot PNG or JPG file, its paper size is needed to edit according to drawing size.
I want to know the source code or function(or method) - C#.
View 1 Replies
View Related
Jul 7, 2011
I have tried numerous times to make my paper size and actual plot size the same. My paper size is 24 x 36 but for some reason it rotates the paper and the output is 36 x 36, every time! When I look at it on the preview, it looks correct but then the paper comes out with a foot of paper at the top of the drawing. I've created new page sizes, etc.
View 9 Replies
View Related
Feb 28, 2012
I have drawn plans and am trying to send them out for printing on 24" x 18" paper. I used the add a plotter wizard to get the Tiff version 6 plotter added to my plotters, and the tiff it puts out is only 4" x 3". I have tried scaling the picture, changing the paper size, looking through all the options in the layout tabs and plotting tabs. I can't get anything to work. My only options in for paper size in the plot menu are pixel sizes, I can't select paper size. I am using autocad 2005.
View 9 Replies
View Related
Oct 19, 2011
I'm having a problem making paper size filtering 'stick'.
For years I've configured PC3 and their associated PMP files for each of our printers and plotters. As a part of the configuration, I filter out all the paper sizes we don't use. Once the PC3 and PMP files are configured, they're copied to all the local PC's. I've never had a problem with this, until now.
On the PC where the PC3 file is configured, the filtering is correct. On any other PC, various paper sizes are added. For instance, I'll filter out all paper sizes on printer "X" except for 8.5x11 and 11x17. On a similar PC, the paper sizes "16k 197x273mm" and "8k 273x394mm" are added.
If I point the PC's to a location on our network where the PC3 and PMP files are stored, I get the same results.
We have two OS's here - Win7 Pro and XP Pro. All OS's are kept up-to-date. All the Win7 PC's use the same version of the HP Universal Print Driver. All the XP PC's use the same version of the printer specific drivers.
View 8 Replies
View Related
Aug 19, 2011
How to set the printer setting in Autocad that only show ISO paper size only? Currently i am using HP DESIGNJET 800 42 and when i need to do plotting, it show me a bunch of unnessary of paper size list as shown in attachment.
View 9 Replies
View Related
Aug 20, 2013
I have layouts set to print to a printer in the office, sometimes with different sized sheets. Everything worked perfect until we upgraded from Civil 3d 2013 to 2014. Where I'm gettin a problem now is publishing to PDF. It will cut off the left and right margins of the 11x17 sheets. I've tried everything and looked everywhere but can't keep it from doing that.
Is there anywhere to set the publish to PDF settings? I've played with the DWG to PDF.pc3 settings and no change.
View 3 Replies
View Related
Apr 3, 2012
Now I'm going to write a code that will change current plot device of the drawing and there isn't a problem here:
acPlSetVdr.SetPlotConfigurationName(acPlSet, newPrinter, "A4");
But how can I leave default paper size not "A4"? For example if there is "A3" it should stay "A3". Because if I go through each drawing I don't know what is the current paper size I just need to change the plot device becuse default has been crashed for example. But if I write "A4" each drawing will have "A4".
View 1 Replies
View Related
Aug 31, 2013
Some paper companies have released a new paper size-9x13.
I find this excellant for fireworks and certain architecture prints.
Problem is that in CS6 I cannot adjust Set Up dialog to get entire paper printed correctly. The printer(both Canon's 9000mkii/9500mkii) always have a border. Red River(the paper I use) sez use 8x12 but there is no 8x12 setting.
the paper size in the CS6 Print menu (PS Manages Color) so the copy is inked 100%?
View 3 Replies
View Related
Oct 8, 2013
This is an issue for which no one in my office has any solution. We create all of our plan sets on E1 size paper. However, when we plot them for redlines we print to C-size to save paper. I know you can "publish selected layouts" to plot numerous tabs at a time. However, I am unable to figure out how to make them plot to a smaller size paper than what the page is set up for. Is there a way to plot all of the tabs at a smaller scale without plotting each tab individually?
We just recently upgraded to AutoCad 2014.
View 3 Replies
View Related
Sep 28, 2010
Using an HP 1050c Plus with the latest HP drivers for Windows XP on AutoCAD MEP 2009. If I use the standard printer margins it all works fine, except that the margins are way too big and no border we have will print without cutting off at least .25" all around. If I go to properties and change the margins to .1" all around, my 42x30 sheets will print out with 43" of paper. If I make them .25", I will get 42.5" of paper. I just started at this company and have never had this problem before with an HP 1050 plotter. I have tried different combinations of the Extend margins, Inked area and autorotate checkboxes but haven't been able to figure it out yet.
View 2 Replies
View Related
Jan 5, 2013
It happens to me about 50 % of all time when I'm using the Paper Size dialog to crop an image:
No matter which alignment I select in the Placement drop-down box, PhotoPAINT uses the opposite direction.
This doesn't always happen, but it happens about every second time I use that dialog (and I use it often). It seems the error occurs randomly, probably not initializing some internal program memory location correctly.
CorelDRAW Graphic Suite X6.4 @ Windows 7/Windows 8 - 64 Bit, Windows Server 2008 R2, Windows Server 2012
View 14 Replies
View Related
Jan 28, 2013
I thought that I would take a shot at a possible reason why cropping with the paper size dialog would give different results which appear to be random.
1. The dialog opens with the programmer assuming the user will make the paper size larger than the image. He takes the difference between the paper size’s lower right corner and the image’s lower right corner and subtracts the two. That’s a positive number since the paper size is larger than the image. It’s added to all pixel positions in the image which brings the image to the lower right corner of the paper.
2. Now consider what will happen if the paper size is smaller than the image.
Scenario 1: The user picks paper size before position. The difference between the lower right corners is now a negative number. Using negative numbers to reorder the image pixels will incorrectly display the upper right corner of the image in the canvas.
Scenario 2. The user picks position before paper size. The lower right corners of the image and paper are set equal. Reducing the paper size now leaves the lower right corner of the image to be displayed.
Thus the display of the corner of the image appears to be random. However, it’s following the orders given by the user. Without doubt, there are other possible scenarios for this behavior.
View 3 Replies
View Related
Apr 16, 2012
Im trying to print my drawing A3 but when i shrink the page outline to suit, the print area is still A1. My original page size was A1.
View 4 Replies
View Related
Jul 19, 2012
Can I get rid of the thousands separator in the Resample and Paper Size dialog boxes?
View 4 Replies
View Related
Sep 10, 2012
It used to be that when you selected a ployline onscreen you could set properties for the line in the properties dialog. With this version of ACAD, if the polyline is not of uniform width on all sections then the global width option is missing from the options dialog.
I know that you can now right click and go polyline/width but i suppose i have been doing this a certain way for so long and now i cant and its annoying.
View 5 Replies
View Related
Feb 6, 2012
Here's my problem: I have a customized plot style table "SK.ctb". I have it saved both in the appropriate folders on my computer and in a shared folder on the network. Usually when I am working in a file and open the plot window, my plot table is available in the list at the upper right "Plot style table (pen assignments)".
Right now I am working in a drawing that was sent to me by another firm. They of course didn't send me their pen assignment tables, not that I really care as I would rather edit the layer colors if necessary, but use my own. The problem is that in the plot window it is only showing their plot styles - none of mine! Theirs are all listed as missing, but I can't get it to even look for the plot tables I usually use.
View 9 Replies
View Related
May 1, 2012
I’m using Photoshop CS 8.0 not the newer versions of CS2-5, in my previous versions of Photoshop before CS I was able to print Tabloid paper sizes, and in the new CS under page setup tabled is no longer in there. I am running windows 7 64-bit, the printer is a Xerox Work center 7345 with updated drivers. the printer sees and recognizes the paper size under the control panel printer driver preferences. but Photoshop CS will not see that size available.
View 3 Replies
View Related
Aug 19, 2012
When creating PDFs/PNGs to watch on a computer, it doesn't make sense to use standard paper sizes. The reason is that usually the plotted window does not fill both width and height and there are big white margins inthe produced file.
So my question is, how can I easily create a paper size to match a selected window (or layout) at a certain scale?
View 2 Replies
View Related
Feb 15, 2012
When trying to change the plotter name to 'Adobe PDF' I cannot get the paper size and orientation to change.
I change to 'Adobe PDF', then change the properties to ARCH D drawing size and landscape, click OK, save changes to printer config and when it returns to Plot-Model window nothing is changed.We just switched over from Windows XP to Windows7.
View 1 Replies
View Related
May 10, 2012
How I can Auto detecting paper size (A4,A3..) of dwg without open AutoCAD ?
View 6 Replies
View Related
Nov 5, 2013
Is there are way to make the size of this dynamic, So you can drag it wider and taller, There are other boxes that seem to be frozen in size. I use this with many custom fields and it's difficult to enter data when you see what your doing.
View 2 Replies
View Related
Jul 17, 2012
1. Does Autodesk not have their own support through e-mail or telephone?
2. Below is the crash log. Why the program is crashing when printing on a 11x17 paper size?
Problem signature:
Problem Event Name: APPCRASH
Application Name: acadlt.exe
[code]....
If the online privacy statement is not available, please read our privacy statement offline:C:Windowssystem32en-USerofflps.txt.
View 1 Replies
View Related
Jul 9, 2012
how i can insert a new paper size or edit a paper size in plotting
View 2 Replies
View Related
Jan 15, 2013
I can not get our HP T1200 to plot landscape using AutoCAD 2013. I have the latest firmware and drivers for the plotter installed and HP support says its an AutoCAD problem. Plotting from AutoCAD 2012 works fine.
View 9 Replies
View Related
Mar 15, 2012
I've got to plot several "half-size" sets of drawings (originally 24x36 drawings) and I am trying to minimize paper waste. I thought there was a way to set the drawings to fit multiple copies side by side but I am at a loss right now.
Civil 3D 2011 Version 2.1
Win 7 x64 SP1
Intel Core i5 3.33 GHz
4 GB RAM
View 4 Replies
View Related
Sep 11, 2012
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?
View 9 Replies
View Related
Oct 8, 2012
I have always left my ltscale @ 1, but I ran a cross this question on a test."What is the Ltscale fact for a drawing plot size=200x150 and limits=(0.00,0.00) (600.00,450.00)
on the test it is multiply chose 2, 3, 4 and UCSVP..I don't want the answer just how do I figure ltscalt factor?
View 9 Replies
View Related
May 23, 2012
This is an issue that has gone on in v2012 and still in v2013,
A client of mine has been dealing with a painful workaround when plotting custom sized maps in landscape. If the layout shows the map in landscape as it should, it will not plot. You would have to rotate the drawing 90 degrees for it to plot. The maps cover many sqaure miles, so looking at getting the plot area correct, making various changes and such in the layout, while at 90 degrees, is pretty infuriating. I'm in no way a novice in the Adsk world, so having tried a load of options and such, I'm at an impasse. Below are a few things that have been checked off the troubleshooting list.
Not just maps, but even a simple rectangle does not work;Updating plotter drivers;Deleting layout and/or viewport, then recreating one;Using all combinations of portrait/landscape settings in the plot dialog AND in the printer properties;Dropping the plot quality..Changing the compatibility setting of the program to an earlier version of windows;Using a driver from a different plotter;Change margins on custom paper sizes;Audit the file;Used templates from different versions
View 6 Replies
View Related
Aug 3, 2009
I am trying to print a tall, thin window, auto-scaled to fit on 11x17 paper using a Windows PC3 driver. I want the image to be essentially 17" tall. No matter what paper orientation I choose in the printer Properties (Portrait or Landscape), the image is rotated automatically the wrong direction. (The print preview shows the paper rotated as Portrait or Landscape correctly, but the image is always rotated to fit the 11" dimension of the paper). I'm using AutoCAD Electrical 2008.
View 3 Replies
View Related