<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Batch import EMF logos into a Style in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/batch-import-emf-logos-into-a-style/m-p/626968#M6781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible with python?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this add-on for ArcMap but it is not functional in Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=618b1998b0dd4ab4b43dc5700dd327a2"&gt;https://www.arcgis.com/home/item.html?id=618b1998b0dd4ab4b43dc5700dd327a2&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Apr 2019 19:38:33 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2019-04-02T19:38:33Z</dc:date>
    <item>
      <title>Batch import EMF logos into a Style</title>
      <link>https://community.esri.com/t5/mapping-questions/batch-import-emf-logos-into-a-style/m-p/626968#M6781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible with python?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this add-on for ArcMap but it is not functional in Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=618b1998b0dd4ab4b43dc5700dd327a2"&gt;https://www.arcgis.com/home/item.html?id=618b1998b0dd4ab4b43dc5700dd327a2&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2019 19:38:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/batch-import-emf-logos-into-a-style/m-p/626968#M6781</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-04-02T19:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Batch import EMF logos into a Style</title>
      <link>https://community.esri.com/t5/mapping-questions/batch-import-emf-logos-into-a-style/m-p/626969#M6782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Standalone:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.codeproject.com/Articles/16851/Uploading-and-Downloading-BLOBs-to-Microsoft-Acces" rel="nofollow noopener noreferrer" target="_blank"&gt;https://www.codeproject.com/Articles/16851/Uploading-and-Downloading-BLOBs-to-Microsoft-Acces&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisengine/com_cpp/samples/com/Cartography/Styles/Make_Style/a95d27a2-8fd4-4c69-9058-722369f20e12.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;http://resources.esri.com/help/9.3/arcgisengine/com_cpp/samples/com/Cartography/Styles/Make_Style/a95d27a2-8fd4-4c69-9058-722369f20e12.htm&lt;/A&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;For symbols that are based on other files like BMP or EMF graphics files, you should
&lt;/CODE&gt;&lt;CODE&gt;place those files in a directory called 'references' immediately beneath the .MDB
&lt;/CODE&gt;&lt;CODE&gt;file that contains your symbol's and element's parameters.  The filename that you'll
&lt;/CODE&gt;&lt;CODE&gt;use in the database's FN field will just be the name of that file as it appears in &lt;/CODE&gt;&lt;CODE&gt;the references directory, i.e, 'swamp.bmp', 
the StyleBuilder will figure out the&lt;/CODE&gt;&lt;CODE&gt;rest of the path.&lt;/CODE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;QGIS plugin:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://north-road.com/slyr/" title="https://north-road.com/slyr/" rel="nofollow noopener noreferrer" target="_blank"&gt;SLYR: the ESRI to QGIS Compatibility Suite – North Road&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:43:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/batch-import-emf-logos-into-a-style/m-p/626969#M6782</guid>
      <dc:creator>Oto_</dc:creator>
      <dc:date>2021-12-12T16:43:01Z</dc:date>
    </item>
  </channel>
</rss>

