jaapdesticker
Mechanical
- Feb 10, 2012
- 2
Hi,
I need to convert 20000 Autocad Drawings to pdf. At our site, we don't use Autocad, and I used a 1-month trial of Autocad to do the job. After some fiddling, I succeeded in writing a script that works. However, in the coming weeks (after expiration of Autocad), I´ll need to do some more pdf conversions. I did some modifications to the scr file in order to get it working on DraftSight, and everything works now EXCEPT the close command.
I use the line
close "n"
but Draftsight will keep coming with a Dialog "Save Changes to blabla.dwg?"
This way, DraftSight will not close the drawing, and probably run out of memory.
Does anyone know a trick that will make DraftSight listen to the close command properly??
See the complete scr listing at Thanks in advance,
regards, Jaap
I need to convert 20000 Autocad Drawings to pdf. At our site, we don't use Autocad, and I used a 1-month trial of Autocad to do the job. After some fiddling, I succeeded in writing a script that works. However, in the coming weeks (after expiration of Autocad), I´ll need to do some more pdf conversions. I did some modifications to the scr file in order to get it working on DraftSight, and everything works now EXCEPT the close command.
I use the line
close "n"
but Draftsight will keep coming with a Dialog "Save Changes to blabla.dwg?"
This way, DraftSight will not close the drawing, and probably run out of memory.
Does anyone know a trick that will make DraftSight listen to the close command properly??
See the complete scr listing at Thanks in advance,
regards, Jaap