DXF lines disappear when printing converted image

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
kajnystrom
Posts: 1
Joined: 25 May 2010, 16:53

DXF lines disappear when printing converted image

Post by kajnystrom » 25 May 2010, 18:10

We are using CADImport.NET to manipulate a large batch of dxf images for a customer. Included in this is a conversion to raster format and a pdf generation.

We are having some problems with thin lines disappearing when the resulting PDFs are printed. We are guessing that this is due to the lines being so thin that they sometimes dissapear in the printer rescaling process. We need to have some kind of workaround for this.

Things we are considering:
1. Use a higher resolution when converting to raster format (no idea if this works, probably not)
2. Somehow make all lines thicker in the rasterized image (how?)
3. Use some sort of autocad CTB-file (?) when converting (how?)

Other suggestions are much appreciated.

Best regards
/Kaj Nyström
Sörman Information, Sweden

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Re: DXF lines disappear when printing converted image

Post by support » 26 May 2010, 18:48

Hello.
Please try the following:
1. Generating printing to the bigger paper format. This must affect printing rescaling process. Increasing the resolution when converting to raster format will only affect raster image. If the lines are seen on raster image then higher resolution won't give any results. Otherwise try higher resolution when convert.
2. Making lines thicker in source CAD file must affect printing. You can set thickness of any CADPenLine descendant object (CADLine, CADPolyline, CADCircle, etc.) by CADPenLine.LineWeight property.

Unfortunately AutoCAD CTB files not supported.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply