Message 1 of 3
VB.net layouts to pdf (saveAsPdf)

Not applicable
08-31-2015
01:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm trying to create a dll in vb.net (visual studio) that allows me to export a specific (user selected) layout from the current drawing to a pdf file. I've searched the internet over and over but I cannot find a "simple" solution. I've found numerous solutions that publish pdfs but the plotting/publishing takes a long time and the code is very long and time consuming.
Since autocad has the fast-and-easy "SaveAsPdf" option, i would think this is the most effective way of publishing pdf's from layouts. Since a lot of designers here at my company will use this dll, time consumption is vital.
Summarized question : Is there code available to save a layout to a pdf using the "SaveAsPdf" in autocad.
Thanks in advance!
Peter