I'm creating a marco that opens a series of drawings (in my EPDM vault) and creates a PDF of each. I'd like to overwrite any existing PDF files with the new version. What I'm stuggling with is if the existing PDF isn't checked out by the user, the new one can't be saved.
Is there code that I...
Previous to SW 2010, we had a macro that would print all the part drawings associated with the open assembly. This macro was able to print the drawings on 11x17 (tabloid).
To do this, the code opened each drawing and used:
Document.PrintSetup(0) = 3 (tabloid sheet size)
Document.PrintSetup(1)...