5

Remove all XREF-ed images and PDFs from the DWG exports

Remove all (or embed)  XREF-ed images and PDFs from the DWG exports similar to ‘Remove PCP Output Files’ option.

In our case we end up with tens of .jpeg and .pdf files because of the nature of some sheets we export from revit.

2 replies

Hakim,

Today, we are not messing with any of the DWG outputs that are created by the task (other than the PCP files)... The options to fix this today would be:

- another task - such as a Dynamo task, that you would run as part of a sequence that would look into the output folder and clean up the additional files you do not want.

- A Post-Task-Action script which would do the same thing.

Either way could get you to where you want to be, with a minimum of effort...

Best Regards,

Matt

Yavor,

It's a good idea... Today you could do it by mixing a Dynamo or PyRevit task with your DWG export...

HB

Hello Matt, I'am experiencing the same problem, how I can fix it ?