<?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 Re: Help - Large file sizes exporting to PDF using ArcPy in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/help-large-file-sizes-exporting-to-pdf-using-arcpy/m-p/58939#M682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How large is your result? Have you compared the export size from arcpy.mapping to the same export via the ArcMap user interface?&amp;nbsp; They should be the same.&amp;nbsp; Please let me know if you see differences.&amp;nbsp; If arcpy.mapping is producing a result that is different from the UI export, they we must know that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI - With SP1 we've introduced additional compression options/settings.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Nov 2010 17:24:17 GMT</pubDate>
    <dc:creator>JeffBarrette</dc:creator>
    <dc:date>2010-11-11T17:24:17Z</dc:date>
    <item>
      <title>Help - Large file sizes exporting to PDF using ArcPy</title>
      <link>https://community.esri.com/t5/mapping-questions/help-large-file-sizes-exporting-to-pdf-using-arcpy/m-p/58938#M681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using arcpy.mapping to export to pdf but the file sizes are enormous.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My export looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.mapping.ExportToPDF(mxd, Temp_Data + os.sep + "Aerial.pdf","PAGE_LAYOUT",640,480,300,"NORMAL","RGB","True","DEFLATE","RASTERIZE_BITMAP","FALSE","TRUE","NONE","FALSE")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The maps are for printing only, so can lose any unnecessary functions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to reduce file sizes but retain print quality.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If we can't reduce could we export to different format and convert back to pdf?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End goal is to append multiple pages so they can be printed and/or viewed digitally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 22:04:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/help-large-file-sizes-exporting-to-pdf-using-arcpy/m-p/58938#M681</guid>
      <dc:creator>AaronPaul</dc:creator>
      <dc:date>2010-11-10T22:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help - Large file sizes exporting to PDF using ArcPy</title>
      <link>https://community.esri.com/t5/mapping-questions/help-large-file-sizes-exporting-to-pdf-using-arcpy/m-p/58939#M682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How large is your result? Have you compared the export size from arcpy.mapping to the same export via the ArcMap user interface?&amp;nbsp; They should be the same.&amp;nbsp; Please let me know if you see differences.&amp;nbsp; If arcpy.mapping is producing a result that is different from the UI export, they we must know that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI - With SP1 we've introduced additional compression options/settings.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 17:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/help-large-file-sizes-exporting-to-pdf-using-arcpy/m-p/58939#M682</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2010-11-11T17:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help - Large file sizes exporting to PDF using ArcPy</title>
      <link>https://community.esri.com/t5/mapping-questions/help-large-file-sizes-exporting-to-pdf-using-arcpy/m-p/58940#M683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;SP1 for 10 solved mostly the problem &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adding the option for Adaptive was the solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found it the same day I posted this thread which happened to be the release dat of SP1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff, you mentioned additional compression settings. Are there other settings aside from Adaptive?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, do you expect any innovations toward fully optimizing .pdf's as you can through Adobe?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;More specifically, Adobe has an option to save as "Adobe PDF Files, Optimized".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I still have to save pack, then open and save as an optimized format to fully reduce file size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My file sizes are @ 8,000 kb which is the same as if I export from mxd or arcpy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If arcpy could dig into Adobe the optimized file type, that would complete my automation process and make it emailable all through scripting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance, Aaron&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 16:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/help-large-file-sizes-exporting-to-pdf-using-arcpy/m-p/58940#M683</guid>
      <dc:creator>AaronPaul</dc:creator>
      <dc:date>2010-11-16T16:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help - Large file sizes exporting to PDF using ArcPy</title>
      <link>https://community.esri.com/t5/mapping-questions/help-large-file-sizes-exporting-to-pdf-using-arcpy/m-p/58941#M684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aaron,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm glad that helped out.&amp;nbsp; At SP1, with ExportToPDF and ExportToEPS, we added Adaptive and JPEG compressions.&amp;nbsp; We also added the {jpeg_compression_quality} parameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not aware of future additions concerning Exporting to PDF.&amp;nbsp; My focus has been on making sure that arcpy.mapping provides the same results as the ArcMap UI.&amp;nbsp; I will look into this for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 13:31:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/help-large-file-sizes-exporting-to-pdf-using-arcpy/m-p/58941#M684</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2010-11-17T13:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help - Large file sizes exporting to PDF using ArcPy</title>
      <link>https://community.esri.com/t5/mapping-questions/help-large-file-sizes-exporting-to-pdf-using-arcpy/m-p/58942#M685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also - any suggestions you have for software enhancements are always welcome and encouraged to be put on the &lt;/SPAN&gt;&lt;A href="http://ideas.arcgis.com"&gt;http://ideas.arcgis.com&lt;/A&gt;&lt;SPAN&gt; website.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 13:35:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/help-large-file-sizes-exporting-to-pdf-using-arcpy/m-p/58942#M685</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2010-11-17T13:35:19Z</dc:date>
    </item>
  </channel>
</rss>

