Macro recording of all mep in PDF with part index

ok that's what I thought...
Good luck!!!
@+.
AR.

Hello @_Cricri ,

A different approach from that of @Cyril.f , derived from a macro from the www.codestack.net site.
Use this macro to export drawings of the components of an assembly to subfolders in the assembly's root directory:

  • in PDF format in a subfolder pdf_files ;
  • DXF in a subfolder dxf_files
  • in DWG format in a subfolder dwg_files.

For each component, drawings are searched in its backup folder and subfolders, and do not necessarily have the same name as the 3D model.
In principle, therefore, to be tested...

Kind regards.
AssyCompsMEPsaveAsPdfDxfDwg.swp (107.5 KB)

2 Likes

Hello, I had the same pb as cricri: retrieve all the drawings in PDF from an assembly so thank you.
I would like to be able to choose the folder to export the PDFs to without having to edit the macro each time.
I'm not an expert in macro, I don't know how to do it and already, is it possible?
Thank you in advance for your help

Hello
Attached is the code with the choice of a folder
ExportDrawFromAsm.swp (103.5 KB)

1 Like

Thank you very much.

1 Like