<?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: VB.Net plot to PDF file using anything other than 'DWG to PDF.pc3' in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/vb-net-plot-to-pdf-file-using-anything-other-than-dwg-to-pdf-pc3/m-p/11170482#M12924</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The PDF Creates ok but it is corrupt and it can't be opened. I get the error below when trying to open in Adobe and it won't open at all in Bluebeam. File size of this corrupt PDF is also much larger. If I plot it using Bluebeam in the Plot window it is about 400kb but the output from here is closer to 8Mb.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have reached out to Bluebeam Support and they say they only support plotting using the Add In inside the program although they are going to have a further look at it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have tried the '135 595 842' and 'User136' etc and all that actually plot the PDF still have the corrupt PDF output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I still suspect the Bluebeam plot process does some post processing after plotting from AutoCAD that is not done when using the PC3 programmatically similar to the PDF Creator link I mentioned last time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="albarney99_0-1652653727581.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1067476i21F2CAEFC0CCEACE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="albarney99_0-1652653727581.png" alt="albarney99_0-1652653727581.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 15 May 2022 22:36:53 GMT</pubDate>
    <dc:creator>albarney99</dc:creator>
    <dc:date>2022-05-15T22:36:53Z</dc:date>
    <item>
      <title>VB.Net plot to PDF file using anything other than 'DWG to PDF.pc3'</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-plot-to-pdf-file-using-anything-other-than-dwg-to-pdf-pc3/m-p/11163787#M12920</link>
      <description>&lt;P&gt;Has anyone had any luck doing this. I posted here awhile ago and didn't really get any help&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/net/plotting-in-vb-net-using-bluebeam-pdf-pc3/td-p/8019861" target="_blank"&gt;Plotting in VB.net using Bluebeam PDF.pc3 - Autodesk Community - AutoCAD&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ended up giving up and using 'DWG to PDF.pc3' but there are a few reasons I want to use Bluebeam (SHX Fonts removed and Page Orientation issues) but I am having no luck at all.&lt;BR /&gt;&lt;BR /&gt;I have tried all variations of&amp;nbsp;CanonicalMediaName ("User135", "135 595 842" which is name returned if you print it) and nothing works. I can get a PDF using "135 595 842" but it is corrupted and won't open in Bluebeam or Adobe.&lt;BR /&gt;&lt;BR /&gt;I also tried using the default installed 'PDF Report Writer' and 'A1' in the&amp;nbsp;&lt;BR /&gt;my_plotsetvalidate.SetPlotConfigurationName(my_plotset, "PDF Report Writer", "A1")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried different PC3 files, PMP files, Page sizes etc and nothing is working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 08:03:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-plot-to-pdf-file-using-anything-other-than-dwg-to-pdf-pc3/m-p/11163787#M12920</guid>
      <dc:creator>albarney99</dc:creator>
      <dc:date>2022-05-12T08:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: VB.Net plot to PDF file using anything other than 'DWG to PDF.pc3'</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-plot-to-pdf-file-using-anything-other-than-dwg-to-pdf-pc3/m-p/11164917#M12921</link>
      <description>&lt;P&gt;Try using just "User 135".&lt;/P&gt;
&lt;P&gt;If you look at the signature for the &lt;A href="https://help.autodesk.com/view/OARX/2022/ENU/?guid=OARX-ManagedRefGuide-Autodesk_AutoCAD_DatabaseServices_PlotSettings_CanonicalMediaName" target="_blank" rel="noopener"&gt;CanonicalMediaName property&lt;/A&gt;, it is only a single string. And in this case, it is just the name of the page. If you want a quick test to see what the name is, this VBA can be quickly run to find out. Just paste it into a module, turn on the display of the Immediate window and run the sub.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;Sub CMNprint()
    Debug.Print ThisDrawing.ActiveLayout.ConfigName
    Debug.Print ThisDrawing.ActiveLayout.CanonicalMediaName
End Sub
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 16:01:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-plot-to-pdf-file-using-anything-other-than-dwg-to-pdf-pc3/m-p/11164917#M12921</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2022-05-12T16:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: VB.Net plot to PDF file using anything other than 'DWG to PDF.pc3'</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-plot-to-pdf-file-using-anything-other-than-dwg-to-pdf-pc3/m-p/11165763#M12922</link>
      <description>&lt;P&gt;I tried all that. That is where I got the User135 and the "135 595 842" from.&lt;/P&gt;&lt;P&gt;The User135 used to be the old Printer names in registry for Bluebeam and it seems they are now the '135 595 842' as per attached image&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BB_Reg_Plotters.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1066595iB13127910BC76FFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="BB_Reg_Plotters.png" alt="BB_Reg_Plotters.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw this post with a similar issue so am wondering if Bluebeam needs to do something to the PDF that is output for it to work.&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/net/plot-to-pdf-using-pdfcreator-driver/m-p/5851087" target="_blank"&gt;https://forums.autodesk.com/t5/net/plot-to-pdf-using-pdfcreator-driver/m-p/5851087&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 22:20:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-plot-to-pdf-file-using-anything-other-than-dwg-to-pdf-pc3/m-p/11165763#M12922</guid>
      <dc:creator>albarney99</dc:creator>
      <dc:date>2022-05-12T22:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: VB.Net plot to PDF file using anything other than 'DWG to PDF.pc3'</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-plot-to-pdf-file-using-anything-other-than-dwg-to-pdf-pc3/m-p/11167290#M12923</link>
      <description>&lt;P&gt;Interesting...I just ran the code I gave you and for ARCH D size, I get "User350". Below is my reg for that hive. Mine are all listed as "User###". Maybe there's an issue with your Bluebeam? I just got an&amp;nbsp; upgrade last week. Try installing 20.2. BTW, you never said what type of an error you're getting. Have you tried:&lt;/P&gt;
&lt;P&gt;CanonicalMediaName ("135 595 842" )&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-05-13_07-22-43.png" style="width: 748px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1066912i59F6A5B60245A091/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-05-13_07-22-43.png" alt="2022-05-13_07-22-43.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 14:36:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-plot-to-pdf-file-using-anything-other-than-dwg-to-pdf-pc3/m-p/11167290#M12923</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2022-05-13T14:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: VB.Net plot to PDF file using anything other than 'DWG to PDF.pc3'</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-plot-to-pdf-file-using-anything-other-than-dwg-to-pdf-pc3/m-p/11170482#M12924</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The PDF Creates ok but it is corrupt and it can't be opened. I get the error below when trying to open in Adobe and it won't open at all in Bluebeam. File size of this corrupt PDF is also much larger. If I plot it using Bluebeam in the Plot window it is about 400kb but the output from here is closer to 8Mb.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have reached out to Bluebeam Support and they say they only support plotting using the Add In inside the program although they are going to have a further look at it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have tried the '135 595 842' and 'User136' etc and all that actually plot the PDF still have the corrupt PDF output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I still suspect the Bluebeam plot process does some post processing after plotting from AutoCAD that is not done when using the PC3 programmatically similar to the PDF Creator link I mentioned last time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="albarney99_0-1652653727581.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1067476i21F2CAEFC0CCEACE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="albarney99_0-1652653727581.png" alt="albarney99_0-1652653727581.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2022 22:36:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-plot-to-pdf-file-using-anything-other-than-dwg-to-pdf-pc3/m-p/11170482#M12924</guid>
      <dc:creator>albarney99</dc:creator>
      <dc:date>2022-05-15T22:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: VB.Net plot to PDF file using anything other than 'DWG to PDF.pc3'</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-plot-to-pdf-file-using-anything-other-than-dwg-to-pdf-pc3/m-p/11171038#M12925</link>
      <description>&lt;P&gt;Quick update - Bluebeam confirmed they post process the output but what they do is unsupported and they can't tell what I need to do to replicate it.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 07:07:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-plot-to-pdf-file-using-anything-other-than-dwg-to-pdf-pc3/m-p/11171038#M12925</guid>
      <dc:creator>albarney99</dc:creator>
      <dc:date>2022-05-16T07:07:45Z</dc:date>
    </item>
  </channel>
</rss>

