s_ams
28th Jan 2007, 04:26 pm
hello all,
I created this plotscript for a multitude of drawing files to be plotted as PDF's, which works great without any problems, except for the actual filename of the exported PDF-file.
I set up a plotter to export as PDF, and since I'm working with a script, I opted not to have it ask me for a filename. Therefore, it should assume the actual filename of the dwg to be the filename for the PDF.
"drawing1.dwg" should become "drawing1.pdf"
The problem is that this works great on some computers, but doesn't on others. It is actually adding the layout name to the filename as follows
"drawing1.dwg" becomes "drawing1 layout1.pdf" and that just becomes too lenghty.I've tried to figure this out, by going through all the options and plotter related settings, but I just can't figure it out. I have tested this with ADT 2006, and ACAD 2004; both create the same problem.
Does anybody have any suggestions? Thanks
I created this plotscript for a multitude of drawing files to be plotted as PDF's, which works great without any problems, except for the actual filename of the exported PDF-file.
I set up a plotter to export as PDF, and since I'm working with a script, I opted not to have it ask me for a filename. Therefore, it should assume the actual filename of the dwg to be the filename for the PDF.
"drawing1.dwg" should become "drawing1.pdf"
The problem is that this works great on some computers, but doesn't on others. It is actually adding the layout name to the filename as follows
"drawing1.dwg" becomes "drawing1 layout1.pdf" and that just becomes too lenghty.I've tried to figure this out, by going through all the options and plotter related settings, but I just can't figure it out. I have tested this with ADT 2006, and ACAD 2004; both create the same problem.
Does anybody have any suggestions? Thanks