<?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: plot to pdf using pdfcreator driver in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/plot-to-pdf-using-pdfcreator-driver/m-p/5851853#M38399</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you verified interactively using the driver configuration autocad, I mean did you set plot configuration to this driver and checked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share the location of the driver, I will try to investigate.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2015 10:41:20 GMT</pubDate>
    <dc:creator>moogalm</dc:creator>
    <dc:date>2015-10-08T10:41:20Z</dc:date>
    <item>
      <title>plot to pdf using pdfcreator driver</title>
      <link>https://forums.autodesk.com/t5/net-forum/plot-to-pdf-using-pdfcreator-driver/m-p/5851087#M38398</link>
      <description>&lt;P&gt;I used &lt;A href="http://help.autodesk.com/view/ACD/2015/ENU/?guid=GUID-6E0B1F7B-7B0E-4E3E-B1FD-018E0A3673BE" target="_blank"&gt;this&lt;/A&gt; as a example. I am needing a better quality pdf and am getting it using the PDFCreator driver. However I am needing to control the&amp;nbsp;name and location of the pdf in code. I can do this with the standard dwg to pdf driver from autoCad but the quality stinks. If I replce the name "PDF to DWG .pc3"with "PDFCreator" the program finishes but it can't be opened because of an error. The file appears to be the correct size so the&amp;nbsp;data is there. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;acPlSetVdr.SetPlotConfigurationName(acPlSet, "PDFCreator", "Tabloid");&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 21:49:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plot-to-pdf-using-pdfcreator-driver/m-p/5851087#M38398</guid>
      <dc:creator>gotMorris</dc:creator>
      <dc:date>2015-10-07T21:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: plot to pdf using pdfcreator driver</title>
      <link>https://forums.autodesk.com/t5/net-forum/plot-to-pdf-using-pdfcreator-driver/m-p/5851853#M38399</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you verified interactively using the driver configuration autocad, I mean did you set plot configuration to this driver and checked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share the location of the driver, I will try to investigate.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 10:41:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plot-to-pdf-using-pdfcreator-driver/m-p/5851853#M38399</guid>
      <dc:creator>moogalm</dc:creator>
      <dc:date>2015-10-08T10:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: plot to pdf using pdfcreator driver</title>
      <link>https://forums.autodesk.com/t5/net-forum/plot-to-pdf-using-pdfcreator-driver/m-p/5862866#M38400</link>
      <description>&lt;P&gt;I found the answer &lt;A href="http://www.excelguru.ca/content.php?181" target="_self"&gt;here&lt;/A&gt;. I used PdfCreator's &lt;A href="http://docs.pdfforge.org/pdfcreator/latest/en/com-interface/" target="_self"&gt;CMO Interface&lt;/A&gt; to capture the pdf in its JobQueue. Then processed the pdf further.&lt;/P&gt;&lt;PRE&gt;        var jobQueue = new Queue();
            jobQueue.Initialize();
            try
            {
                PlotDWG(acPlInfo, acLayout, Dwg, pdfName);

                if (!jobQueue.WaitForJob(10))
                    log.Error("The print job did not reach the queue within 10 seconds");
                else
                {
                    //All jobs are now in your job queue
                    var printJob1 = jobQueue.GetJobByIndex(0);
                    printJob1.SetProfileByName("drafting");
                    printJob1.ConvertTo(pdfName);
                }
            }
            finally
            {
                jobQueue.ReleaseCom();
            }&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Oct 2015 12:36:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plot-to-pdf-using-pdfcreator-driver/m-p/5862866#M38400</guid>
      <dc:creator>gotMorris</dc:creator>
      <dc:date>2015-10-15T12:36:05Z</dc:date>
    </item>
  </channel>
</rss>

