Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Steve,
You can write custome command line utility to publish drawings. You can take csv file as an input which will contain drawing numbers and publish drawings using below API.
publisher.doPublish(true, true, object.toString(), new LatestConfigSpec(), new LatestConfigSpec(), false, null, null, Publisher.EPM_PLUS_PARTS, null, 0);
Hope this helps !!!
Thanks,