Hi All
How can I export documents without the reference.
I wanted to select few documents and have them export to a folder.
In my selection I have 73 documents but after exportation I end up with 112...
Hi Luc,
There is no way to export documents from ProjectWise without referenced files.
Arturas, is this a feature that may be added in a future release?
It's a feature that should be available since a long time. Basic!
Sometime exporting 1 DWG file with 50 xref so end up with 56 files exported.
This is a very common request. Be sure to file a change request to add to the number of people requesting this. No guarantee that more people means it will get built but it definitely adds weight to the argument.
If you have the ability to run powershell the CheckOut-PWDocuments command has a -NoReferences option to skip references (it also has a -CopyOut option to do a copy out instead of a checkout)
Was reading this and thinking I had already done this...thanks, Kevin.
I need to add that switch to Export-PWDocuments and Export-PWDocumentFilesToZip...