AutoCAD 2010 :: Matches Don't Appear In PDF

Feb 22, 2012

We PDF drawings to send to clients.  Of course we have a concern for the resulting presentation quality.

An example of the problems we encounter occur with the elevation drawings.  Most of them contain hatches  & patterns that need to be displayed in the final drawing.  However, when we plot to a PDF drawing from within AutoCAD, many of those patterns will disappear in the PDF copy.

I am aware that if we plot a drawing to PDF the quality will be better.  However, my file size increases exponentially - starting with a 300+k DWG file - it suddenly balloons to a 1.0mb PDF file.  If I use the "Export - PDF" option - the resulting PDF file is smaller (within the same files size range as the original DWG).  But, I consistently lose many of my hatch patterns.

My question:
How do I maintain my hatch patterns when creating a PDF?
How do I reduce (optimize) my PDF files?

View 4 Replies


ADVERTISEMENT

AutoCAD Inventor :: ILogic Code To Check File Name Matches Part Present In Drawing

Feb 15, 2013

At my company we use part numbers as file names for everything. for example, part number 09090P00100000, will be saved as 09090P00100000.ipt and will have a drawing saved as 09090P00100000.idw.

Within the drawing template file, i want to set up an ilogic rule that will check that the part present in the drawing corresponds to the file name of the drawing. This rule will run after saving and will just display a warning if the file names do not correspond.

I just need some code that will get the file name of the part displayed in the drawing.  Note that we use iparts so the code must get the member file name and not the factory file name.

Dim oDrawingDoc As DrawingDocument
oDrawingDoc = ThisApplication.ActiveDocument  
Dim oSheet As Sheet   
oSheet = oDrawingDoc.ActiveSheet

[Code] ........

Autodesk Inventor Professional 2011
Windows 7 Enterprise, 64-bit

View 8 Replies View Related

Photoshop :: How To Add Gradient To 3D Extrusion That Matches Artwork

May 23, 2013

I have a logo that has several colored areas, including gradients. How do I "extrude" the color when converting it to 3D?
 
Here's an example. I want the extrusion to match the color of the front plane.

View 2 Replies View Related

Photoshop :: Make Sure Edited PDF Matches Original?

Mar 12, 2013

I was given a pdf by a customer. It's not quite laied out well for print so I need to move around some items. Unfortunitly not all the items are moveable in Arobat X pro. So I figured I would make the edits in PS5. Everything works well except the color after I have edited the page in PS is darker and muddier. I have no access to the orignal raw file so I have to edit the PDF. Is there a way to make sure the edited pdf matches the original? I tried opening the selected page of the pdf in both RGB and CMYK mode. I am using acrobat x pro and Photoshop Cs5 on mac oc 10.6.8.

View 1 Replies View Related

Lightroom :: Smart Collection Containing Matches With Only Two Keywords

Feb 6, 2012

I have added keyword tags to all my photos with the names of the people in the picture.  I then created a smart collection with two names in it.  For example Jessica and Ryan.  That collection then returns all pictures that have Jessica or Ryan in them. I am trying to get pictures than contain both Jessica and Ryan, but not other names.  The only way I have figured out how to do this is by entering in the other names in the doesn't contain field.  That seems like a lot of work when I have many other names, and it must be updated each time I add new keywords.  Is there an easier way?

View 6 Replies View Related

Illustrator :: Create Designs On Artboard That Matches Screen Size

Nov 26, 2011

I create the designs on an art board that matches the screen size of whatever device I'm designing for, for instance 320x480px. The problem comes when I want to read the font sizes used in the design in order to apply them in the actual mobile app. Illustrator seems to use a strict 1px = 1pt rule. That means a 12pt font in Illustrator is always 12 pixels. This is however not true on the mobile device, which uses some other ratio. This means I have to "guess" the font sizes, trial-and-error style, which is ridiculous.
 
I've tried downsizing the art board, to something like 240x360 px, and then the font sizes do better represent those on the mobile device, but then all the graphics does not. So that's a no go.
 
Is there any way I can define in Illustrator the ratio between pixels and points? It seems Illustrator only supports a default 1 pixel = 1 point setting? (In Photoshop, for instance, this is not a problem as you can set the intended physical size of the document independently from the pixel grid. Any way to do this in Illustrator? Does Illustrator simply assume pixels is a physical unit, like inches and points?

View 2 Replies View Related

Photoshop Elements :: Selecting Only Best Matches In Result Of A Search With Stacks / Version Sets

Sep 28, 2012

One thing I don't like when you do a search and some results are included in stacks of version sets, it that you are shown the best matches with the non matches indicated by a special icon. Then you can't have the option to 'select only best matches'.

An example : Suppose you usually shoot raw and keep only the best edited jpeg in a version set together with the original raw.  You want to delete the original raws when there is an edited jpeg in the version set. You can perfectly use the search by details for files in a version set and filename with the raw suffix.
 
How can you select only the 'best matches' in the result of the search ? Unless there is a way to do that easily, I would like to introduce a feature request to add 'show only best matches in stacks/version sets' in the option menu of the result of the search.
 
You could :
- select all the results and expand all stacks and version sets
- assign a temporary keyword like 'IsInVersionSet' to all
- do a new search by detail for 'IsInVersionSet' and filename ends with raw suffix
- Select all and delete
- remove the temporary keyword.

That would work for version sets with only one original and one edited jpeg, not for multiple files in a stack or version sets, the info about stacks or sets would be lost.The only method I have found to do the selection and deletion with keeping stacks and version sets is:

- create a catalog copy (copy of the whole catalog folder)
- in the new catalog, use the above procedure to delete the raws
- in the old catalog, find missing files and delete them from catalog.

View 4 Replies View Related

AutoCAD 2010 :: Open And Create A Drawing In 2012 From Visual Basic 2010

Jul 1, 2012

I'm doing a program in Visual Basic 2010. In one of the forms I put a button that when clicked must open AutoCAD 2012 and make a drawing in it. The user will decide where to save it.The steps are these:

1. I added the references Autodesk.AutoCAD.Interop and Autodesk.AutoCAD.Interop.Common to the Visual Basic Project. That's OK.

2. I wrote this in the heading of the form's

- Imports Autodesk.AutoCAD.Interop
-Imports Autodesk.AutoCAD.Interop.Common

3. In the event Click of the Button1 I put this:

    Dim acadApp As New AcadApplication 'Create an instance of an AutoCAD Application
    AcadApp.Application.Visible = True 'Show the instance of the AutoCAD Application
    Dim acadDoc As AcadDocument 'Create an intance of an AutoCAD Document
    acadDoc = acadApp.Documents.Open("C:Respaldo TesisDibujo2.dwg") 'Open a Document called Dibujo 2
    'Draw a line
    Dim PT1(2) As Double
[code].....

View 2 Replies View Related

AutoCAD 2010 :: 2011 Reading Exported Files From Revit 2010

Aug 18, 2010

Our company just upgraded to AutoCad 2011.  We get files from our clients that exports their files from revit.  It seems that Autocad 2011 slows down when reading this files (cursor will have a second or two delay).

View 2 Replies View Related

AutoCAD 2010 :: Land-desk 2010 / Cannot Find Point Settings

May 23, 2012

I cannot find my point settings.

View 7 Replies View Related

AutoCAD 2010 :: How To Convert Solid To Polyline With Mechanical 2010

Nov 8, 2012

I'm using AutoCAD Mechanical 2010 and received a .DXF file that contains 'solid' objects.  Unfortunately the next tool in my workflow doesn't understand 'solids' only polylines (and a few other basic shapes like circles, lines, etc).  Is there some way to convert the object in AutoCAD?

I tried the 'boundary' command but when it asks to 'Pick Points' and I click inside the solid, it always gives the error 'Valid hatch boundary not found'. 

What am I missing here?

View 1 Replies View Related

AutoCAD 2010 :: Embedded OLE DWG Objects In Word 2010 Not Opening

Feb 12, 2013

Trouble with embedded OLE DWG objects in word 2010 not opening with AutoCAD 2012 

We have a user that can't open some OLE DWG files from within a word document. He had 2010 AutoCAD LT on his machine for a while then was upgraded to 2012 AutoCAD (non LT) once that was there LT 2010 was unistalled. since then he has not been able to open certain embedded OLE files within Word. Other users that have other ever had AutoCAD 2012 have no issue opening this embedded DWG files. 

i found this thread (URL....) which sounds exactly what is going on with my enduser. But the fix provided is for AutoCad 2000-2012 not the LT versions.

View 2 Replies View Related

AutoCAD 2010 :: Missing Objects From Dwg In 2013 Save As 2010

Dec 20, 2012

I am using autocad 2013 primarily and other employees are using 2010. I am saving my drawings as 2010 and for me there are no issues. On the other hand people using 2010 are having objects missing in the drawing. All layers are turned on and all thawed. The primary objects missing are AEC objects. Is there a switch to show or hide these object?

View 2 Replies View Related

AutoCAD 2010 :: Convert Standalone Installation Of 2010 To Network?

Jan 28, 2010

How to convert standalone installation of AutoCAD 2010 to network one without uninstalling the existing standlone version.

View 9 Replies View Related

AutoCAD 2010 :: 2010 Through 2012 Freezing When Using Open - Windows 7

May 23, 2012

I recently loaded several versions of AutoCAD on to a Windows 7 machine.  ALL versions will open a drawing if double-clicked from windows explorer, but if I try to open through AutoCAD, the program freezes as soon as I click on the "Open" button.  This is true for AutoCAD 2010 through 2012.

Machine Specs:

Dell Optiplex 990
250GB HD
8GB Ram
I7-2600 proc
AMD Radeon HD 6670 (1Gb) Video Card

I also cannot open multiple instances of ANY version of AutoCAD in Windows 7.

View 3 Replies View Related

AutoCAD 2010 :: 2010 Layer Combo Control Display?

Jun 9, 2009

I am finding the layer combo control in 2010 an annoyance. The drop down box does not access as many layers as did the version in 2009, and I find myself continually searching through the drop down box to reference a particular layer. How to rectify to have it similar to 2009?

View 9 Replies View Related

AutoCAD 2010 :: Transferring Custom R14 Menus To 2010?

Oct 31, 2012

My company have some custom menus and some some lisps that are related to it. 

to install the menus in r14 first we opel tools/options/Files then we add the custom folders under the Support File Search path then we load the menu and open the Display screen menu and after all the commands can used under the screen menu.

this also work under acad 2000 but cannot find a solution under 2010

View 1 Replies View Related

AutoCAD 2010 :: 2010 Writing To Another User Profile?

Aug 28, 2012

I had an engineer use another engineer's desktop computer for a week. When the orginal Engineer came back to work and started trying to use AutoCAD 2010 it now wants to write to the second engineers Windows profile.

View 6 Replies View Related

AutoCAD 2010 :: New Logitech Mouse Doesn't Pan In 2010

Aug 29, 2009

I just got a new Logitech wireless keyboard and mouse (MX 5500 Revolution) and I can not pan with the mouse. I love this wireless set up and it was a birthday present so I dont want to just get rid of it. I have the VX Revolution mouse at the office and have no problems with it.

View 9 Replies View Related

AutoCAD 2010 :: Unable To Install 2010 On Windows 7

Jun 2, 2010

I try to load AutoCAD 2010 on windows 7 but it keeps on failing Language Pack - English failed installation aborted, Result 1624 so it rolls back and doesn't install.

View 9 Replies View Related

AutoCAD 2010 :: Cursor Is Very Sluggish In 2010

Sep 2, 2009

My cursor is very sluggish in AutoCAD 2010, works fine in 2009.

Is there a setting for the cursor speed or resolution that I'm missing?

My machine is Intel Core 2 Duo E6300, 1.86Ghz, with 3GB RAM,
Intel(R) 946GZ Express Chipset Family [Display adapter] on board video,
Windows XP Professional Service Pack 3, 32bit.

View 9 Replies View Related

AutoCAD 2010 :: Low Memory Error In 2010

Dec 15, 2012

we are using autocad 2010 and we are getting LOW MEMORY ERROR AND FATAL ERROR in Autocad

System Configuration is

i5 processor,
6gb ram
xp 32 bit

We are only one file only in that also we are getting error.

View 8 Replies View Related

AutoCAD 2010 :: How To Put ID Into DWG

Jul 11, 2012

I need to put into dwg an ID of my EDM to control the use and hidden of the users.

I use the metadata in jpg files to put the ID with success.

There are something like this in AutoCAD?

View 1 Replies View Related

AutoCAD 2010 :: How UCS Was Set Up

May 8, 2012

I attached one file and would like to know how the UCS was set up. Especially in the Layout, when i create a new viewport the object is rotated and i tried to orbit with the viewcube to any angle. But when i switch back to model the object is not affected.

View 4 Replies View Related

AutoCAD 2010 :: IGS To DWG Conversion

Mar 25, 2012

Convert file igs to dwg. Only using inventor or some other apps. bcoz igesimport giving too many extra lines to work with them. There are 3 files and they are more than 1.5mb.

so i upload them in mediafire. below is the link

File 1

[URL]....

File 2

[URL]....

File 3

[URL]....

Please download and convert them.

View 3 Replies View Related

AutoCAD 2010 :: Creating PDF Using DWG TO PDF

Jan 7, 2014

When creating a pdf using DWG TO PDF (AutoCAD 2011) the length won't let you exceed 200 inches? can this number be increased?

View 2 Replies View Related

AutoCAD 2010 :: Convert DWG To DWF

Mar 22, 2013

I have cad but I don't know how to convert from DWG into DWF Can I do it or do I need to buy a converter program ?

View 4 Replies View Related

AutoCAD 2010 :: Publishing Using DWG To PDF

Nov 16, 2012

Publishing files using Autocad 2012 with a page setup to plot to PDF files. I am utilizing Autodesks "DWG to PDF.pc3" file. But I have to go and manually rename the files to remove the "- Model". Is there a way to change this while publishing? Or am I stuck with this file naming convention?

View 1 Replies View Related

AutoCAD 2010 :: CTB Not Found

Oct 24, 2011

Just loaded 2012.  When I go to plot, the plot style table drop down can't find any ctb's.  The "plot style table search path" in options > files, is set to the right folder. I've tried convert, convertstyles, ptstylepolicy and nothing works,  Why can't Acad find the path with the ctb's.

View 9 Replies View Related

AutoCAD 2010 :: Linking DWG And DWT?

Mar 16, 2012

When you start a new drawing, you use a DWT

When you insert a pagesetup/layout, you use a DWT

When you insert anything else (like your default layers into an existing drawing), you use DWG.

However, in the described case... the DWG would basically be the same as the DWT (as it would be your default layer setup, or have your company styles etc), so you would create the DWG by going to new and then save immediately.

What bothers me about this is that you then basically have two files... which should be one file - or at least they should be linked: version control.

How do I make sure, non-manually, that the "template DWG" and the "template DWT" are the same, remain the same etc? Or how do I eliminate one of the two?

AutoCAD Mechanical has the "Drawing Setup" utility to import a DWT - am I just overlooking a similar option in Vanilla?

View 6 Replies View Related

AutoCAD 2010 :: X And Y UCS Reset

Aug 3, 2012

Somehow my X and Y are set to 2412.14 and 4868936255!!!

I have tried to reset these to 0,0 but to no avail.

View 2 Replies View Related







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