<?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: low quality when it's exported a drawing with ole file to pdf through translator add-in in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/blurry-pdf-through-translator-add-in-when-drawing-contains/m-p/11730464#M27344</link>
    <description>&lt;P&gt;Can you provide the code you used and the resulting image also for the manually export provide the steps and the resulting image?&amp;nbsp; There is likely a setting that can be changed.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 05 Feb 2023 00:00:52 GMT</pubDate>
    <dc:creator>A.Acheson</dc:creator>
    <dc:date>2023-02-05T00:00:52Z</dc:date>
    <item>
      <title>blurry pdf through translator add-in when drawing contains special paste table from excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/blurry-pdf-through-translator-add-in-when-drawing-contains/m-p/11730328#M27343</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I used the translator AddIn for exporting drawings to pdfs through a macro. I literally copied the same code which appears as an example in VBA help for that purpose. &amp;nbsp;&lt;/P&gt;&lt;P&gt;The macro works perfectly, except when I export to pdf a drawing which contains a table from an excel file pasted with special paste command.&lt;/P&gt;&lt;P&gt;The table appears in the pdf file in low quality and a bit blurry , but if I manually export the same drawing from Inventor, the table is exported to pdf correctly. So I guess the problem is related to the code used in the macro, but I don't get where is the problem. Any idea how could I fix it?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 11:13:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/blurry-pdf-through-translator-add-in-when-drawing-contains/m-p/11730328#M27343</guid>
      <dc:creator>dibujocad</dc:creator>
      <dc:date>2023-02-17T11:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: low quality when it's exported a drawing with ole file to pdf through translator add-in</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/blurry-pdf-through-translator-add-in-when-drawing-contains/m-p/11730464#M27344</link>
      <description>&lt;P&gt;Can you provide the code you used and the resulting image also for the manually export provide the steps and the resulting image?&amp;nbsp; There is likely a setting that can be changed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 00:00:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/blurry-pdf-through-translator-add-in-when-drawing-contains/m-p/11730464#M27344</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-02-05T00:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: low quality when it's exported a drawing with ole file to pdf through translator add-in</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/blurry-pdf-through-translator-add-in-when-drawing-contains/m-p/11733738#M27345</link>
      <description>&lt;P&gt;I assume you are referring to the API Sample code posted within the online help area, at the following link?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=SaveAsPDFTranslator_Sample" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=SaveAsPDFTranslator_Sample&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, then have you tried setting the&amp;nbsp;&lt;SPAN&gt;"Vector_Resolution" option to a higher value?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The following image is from the Options dialog, when you manually export a drawing to a PDF.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WCrihfield_0-1675704769934.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1172352i99ADBAD77B287566/image-size/large?v=v2&amp;amp;px=999" role="button" title="WCrihfield_0-1675704769934.png" alt="WCrihfield_0-1675704769934.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As you can see, there are many other values available that you could specify there.&amp;nbsp; I usually recommend at least 720 DPI, if not more, depending on your needs.&amp;nbsp; I used to always set it to 4800, but ran into a few unusual results with that setting in a few situations, so reduced it a bit, but always at or above the 720 level.&amp;nbsp; There are actually a whole lot more options available within that translator add-in, but I believe the same translator add-in is also used for the DWF &amp;amp; DWFx file types, so the other options are likely for those scenarios.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 17:33:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/blurry-pdf-through-translator-add-in-when-drawing-contains/m-p/11733738#M27345</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2023-02-06T17:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: low quality when it's exported a drawing with ole file to pdf through translator add-in</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/blurry-pdf-through-translator-add-in-when-drawing-contains/m-p/11740624#M27346</link>
      <description>&lt;P&gt;Yes, I referred to the API sample code included at the link.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I set the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Vector_Resolution" option to a higher value and nothing changed, but anyway I will try to set a value higher than 720DPI as you have recommended me just in case it could solve the problem.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 19:35:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/blurry-pdf-through-translator-add-in-when-drawing-contains/m-p/11740624#M27346</guid>
      <dc:creator>dibujocad</dc:creator>
      <dc:date>2023-02-08T19:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: low quality when it's exported a drawing with ole file to pdf through translator add-in</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/blurry-pdf-through-translator-add-in-when-drawing-contains/m-p/11740643#M27347</link>
      <description>&lt;P&gt;The used code is the API sample code which appears at this link:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=SaveAsPDFTranslator_Sample" target="_blank" rel="noopener"&gt;Inventor 2022 Help | Save as PDF Translator Sample | Autodesk&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 19:46:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/blurry-pdf-through-translator-add-in-when-drawing-contains/m-p/11740643#M27347</guid>
      <dc:creator>dibujocad</dc:creator>
      <dc:date>2023-02-08T19:46:20Z</dc:date>
    </item>
  </channel>
</rss>

