<?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 Export to pdf using Arcpy.mapping results in poor-quality PDF in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/export-to-pdf-using-arcpy-mapping-results-in-poor/m-p/654184#M50942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using the sample code for &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Creating_a_map_book_with_facing_pages/00s90000002p000000/"&gt;"Creating a map book with facing pages" &lt;/A&gt;&lt;SPAN&gt;, the resulting PDF output is very pixelated. No, I am not using any raster data in the source MXD, nor do any of the vector layers have transparency. I do have vector contour lines in the source MXD. I think because of the presence of the contours, arcpy is defaulting everything to 72 dpi. However, def PDFDocumentCreate does not seem to have any parameters that can control the output pdf quality. Is there a way that mass-production map books can be output to high-quality PDF's?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2012 09:39:46 GMT</pubDate>
    <dc:creator>ThomasColson</dc:creator>
    <dc:date>2012-12-13T09:39:46Z</dc:date>
    <item>
      <title>Export to pdf using Arcpy.mapping results in poor-quality PDF</title>
      <link>https://community.esri.com/t5/python-questions/export-to-pdf-using-arcpy-mapping-results-in-poor/m-p/654184#M50942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using the sample code for &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Creating_a_map_book_with_facing_pages/00s90000002p000000/"&gt;"Creating a map book with facing pages" &lt;/A&gt;&lt;SPAN&gt;, the resulting PDF output is very pixelated. No, I am not using any raster data in the source MXD, nor do any of the vector layers have transparency. I do have vector contour lines in the source MXD. I think because of the presence of the contours, arcpy is defaulting everything to 72 dpi. However, def PDFDocumentCreate does not seem to have any parameters that can control the output pdf quality. Is there a way that mass-production map books can be output to high-quality PDF's?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 09:39:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/export-to-pdf-using-arcpy-mapping-results-in-poor/m-p/654184#M50942</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2012-12-13T09:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Export to pdf using Arcpy.mapping results in poor-quality PDF</title>
      <link>https://community.esri.com/t5/python-questions/export-to-pdf-using-arcpy-mapping-results-in-poor/m-p/654185#M50943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/DataDrivenPages/00s300000030000000/"&gt;exportToPDF&lt;/A&gt;&lt;SPAN&gt; method of data driven pages is where you control these parameters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 12:17:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/export-to-pdf-using-arcpy-mapping-results-in-poor/m-p/654185#M50943</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-12-13T12:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Export to pdf using Arcpy.mapping results in poor-quality PDF</title>
      <link>https://community.esri.com/t5/python-questions/export-to-pdf-using-arcpy-mapping-results-in-poor/m-p/654186#M50944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;PDFDocumentCreate is really intended for appending existing PDFs into it in order to generate multi-page documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ExportToPDF can be found on the DataDrivenPages object as suggested above but it also is available as a root arcpy.mapping function (if you are not using DDP).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/ExportToPDF/00s300000027000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/#/ExportToPDF/00s300000027000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The {resolution} parameter allows you set set the DPI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 13:23:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/export-to-pdf-using-arcpy-mapping-results-in-poor/m-p/654186#M50944</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2012-12-14T13:23:29Z</dc:date>
    </item>
  </channel>
</rss>

