How to panelize Gerber files using Proteus ARES

gerberproteus

Suppose I have a few different sets of Gerber files (generated from an external software package, say, EagleCAD) corresponding to different boards.

How do I go about panelizing them on Proteus (i.e., in this case, merging the multiple different designs) onto one panel prior to production?

I'm wondering if it's possible to also merge externally generated Gerbers in this way, as opposed to just Proteus's project files.

Best Answer

There is a nice Python script called gerbmerge that does this with the raw gerber files. See https://pypi.python.org/pypi/gerbmerge/.