|
edrawings api....
hey guys...
i'm trying to create a vb.net program to batch print drawings using edrawings... and essentially i'm trying to make it follow these steps:
1 - open .slddrw files that are saved in our solidworks enterprise pdm 2009 vault
2 - stamp a custom stamp onto the drawing
3 - print the drawing
4 - close the drawing without saving
5 - move on to the next drawing and repeat the process
i can get this to work with an edrawings activex control on my form, but i'm having several problems with it:
1 - is that it's very very very slow to load a drawing and do anything with it
2 - it crashes when you open a drawing that has a lot of detail and only works with very very simple, low detail, drawings
3 - you have to wait between each step, so you wait and wait for it load, then wait and wait for it to stamp, and then wait and wait for it to printer before moving on or it will crash the program
so my question... is it possible to do what i'm trying to do without using the activex control on my form and just open the file in edrawings and work with it like that?
ok... apparently it is possibly to print without the activex control... but i have no idea how they're doing it: |
|