Automatic multi-format export after check-in

Hello to all,

After watching some posts, and looking into the needs of thecompany where I work, I've set myself to develop some code thatallowed getting a set of files from the documents that arechecked-in on the vault. And I did it!

I'm using the trigger function native to Workgroup PDM to generatea MSMQ message. Then an Action/Rule setup on pdmworks private queuethat calls a specific executable file (the code I've developed)which in turn will get the following documents:
1. drawing's pdf from vault
2. drawing's tiff from slddrw file
3. dxf from sheetmetal flat-pattern part referenced in drawing
4. 2D e-drawings file
5. CSV with Solidworks tree structure containing relevant data weneed for our PLM software.

Note: My code is only looking at slddrw file checkin, and willexport a file per sheet, in the pdf, tiff and e-drawing cases.

I know that many of you would like to have this code, but I thoughof making it availabe in a way that everyone could help debug andenhance the solution. Can someone advise the best way to dothis?SolidworksWorkgroup Pdm