Skip to main content
Question

How to write AutoCAD line types to PDF

  • July 12, 2017
  • 8 replies
  • 107 views

fmelizard
Safer
Forum|alt.badge.img+20

I need to convert dwg to pdf and one of the line styles is "- x - x - x - x". I can create different dash line but not sure I can add x in between dashes. I hear there are possibilities of either converting it to raster when writing or keep the vector form. I would love to get some idea on how to do both. Thank you!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

8 replies

stalknecht
Contributor
Forum|alt.badge.img+21
  • Contributor
  • 305 replies
  • July 13, 2017
Can you post a dwg example?

Forum|alt.badge.img
  • 6 replies
  • July 17, 2017

linetype-test-drawing-demo-bldg-2017-01-09.dwg

Please find attached sample drawing and sample PDF created from AutoCAD just show how the fence line should look like.


Forum|alt.badge.img
  • 6 replies
  • July 17, 2017
Can you post a dwg example?
Discussed the option of using raster image with the team. The raster option is not a good choice. Is there any other possibilities?

 

 


stalknecht
Contributor
Forum|alt.badge.img+21
  • Contributor
  • 305 replies
  • July 18, 2017

linetype-test-drawing-demo-bldg-2017-01-09.dwg

Please find attached sample drawing and sample PDF created from AutoCAD just show how the fence line should look like.

 

Can you also share your workspace what you've done sofar?

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • July 18, 2017

You could create a LIN file using fme. In a user folder which is added to the autocad search path. (put it in front of the standard so it gets used first)

And yes, you can use text and even shapefiles for the line pattern.

Check for instance

http://www.foresoft.com/Tutorials/linetypeautocad.htm

Or editing the standard lin file (backup original). Not best practice though.


Forum|alt.badge.img
  • 6 replies
  • July 20, 2017

Your link is talking about creating custom lines in AutoCAD, we already completed this part. I am trying to convert DWG custom lines like "-x-x-x-" to PDF.


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • July 20, 2017

Your link is talking about creating custom lines in AutoCAD, we already completed this part. I am trying to convert DWG custom lines like "-x-x-x-" to PDF.

So something like this? (I cannot see any sample pdf)

 

 

 

cross-hatch.pdf

 

 


spatialexjames
Contributor
Forum|alt.badge.img+10
  • Contributor
  • 28 replies
  • December 13, 2021

Was there ever a solution to this? (writing to a pdf using .lin CAD styles)