Is there any way to list all paperspaces found in an AutoCAD DWG or set the FME reader to simply read all paperspaces?
Alternatively, is there a way to extract all defined viewport polygons without knowing the paperspace names at runtime?
What I am trying to achieve is to batch process a set of DWG's that do not have a standard schema and search the contents of viewports (preferably in the paperspace) for certain blocks. Blocks of the same type not printed on any paperspace must be excluded as they are not relevant to the analysis.
A great workaround using an AutoCAD LISP script has been discussed (link) but I am looking for an option that might achieve a similar result without the additional AutoCAD licence.