Is there any way to quickly batch add emf images into an arcpro stylesheet as opposed to adding each image one by one? I have a folder of a few hundred EMF images i would like to add to a style sheet.
Possible with python?
I found this add-on for ArcMap but it is not functional in Pro.
https://www.arcgis.com/home/item.html?id=618b1998b0dd4ab4b43dc5700dd327a2
As style and stylex files are actually MS Access mdb database you could add EMF and PNG/BMP markers directly to style using some tools for example:
Standalone:
https://www.codeproject.com/Articles/16851/Uploading-and-Downloading-BLOBs-to-Microsoft-Acces
or
For symbols that are based on other files like BMP or EMF graphics files, you shouldplace those files in a directory called 'references' immediately beneath the .MDBfile that contains your symbol's and element's parameters. The filename that you'lluse in the database's FN field will just be the name of that file as it appears inthe references directory, i.e, 'swamp.bmp', the StyleBuilder will figure out therest of the path.
QGIS plugin: