<?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 Plot / Pubish PDF in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/plot-pubish-pdf/m-p/3285731#M57740</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've something which is driving me nuts.&lt;/P&gt;&lt;P&gt;I'm using AutoCAD Electrical and have to plot/publish all my drawings in a single PDF (multi-sheet).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All DWG's are seperate files and need to be combined in 1 PDF file.&lt;/P&gt;&lt;P&gt;What's the best way to go?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I already created a routine which plot's every DWG into a PDF file, but now the latest hurdle. Combine them in a single file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now&lt;/P&gt;&lt;P&gt;1.dwg = 1.pdf&lt;/P&gt;&lt;P&gt;2.dwg = 2.pdf&lt;/P&gt;&lt;P&gt;3.dwg = 3 pdf&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desired:&lt;/P&gt;&lt;P&gt;Project.PDF = 1. DWG + 2.DWG + 3.dwg + etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have Acrobat Distiller or something similar &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using the Publish option inside AutoCAD I can do that manually but I want to automate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Who can help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gerald&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2012 16:56:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-01-09T16:56:06Z</dc:date>
    <item>
      <title>Plot / Pubish PDF</title>
      <link>https://forums.autodesk.com/t5/net-forum/plot-pubish-pdf/m-p/3285731#M57740</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've something which is driving me nuts.&lt;/P&gt;&lt;P&gt;I'm using AutoCAD Electrical and have to plot/publish all my drawings in a single PDF (multi-sheet).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All DWG's are seperate files and need to be combined in 1 PDF file.&lt;/P&gt;&lt;P&gt;What's the best way to go?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I already created a routine which plot's every DWG into a PDF file, but now the latest hurdle. Combine them in a single file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now&lt;/P&gt;&lt;P&gt;1.dwg = 1.pdf&lt;/P&gt;&lt;P&gt;2.dwg = 2.pdf&lt;/P&gt;&lt;P&gt;3.dwg = 3 pdf&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desired:&lt;/P&gt;&lt;P&gt;Project.PDF = 1. DWG + 2.DWG + 3.dwg + etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have Acrobat Distiller or something similar &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using the Publish option inside AutoCAD I can do that manually but I want to automate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Who can help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gerald&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2012 16:56:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plot-pubish-pdf/m-p/3285731#M57740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-09T16:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Plot / Pubish PDF</title>
      <link>https://forums.autodesk.com/t5/net-forum/plot-pubish-pdf/m-p/3285835#M57741</link>
      <description>&lt;P&gt;There is an adobe reader API with some tools if you want to do it yourself.&amp;nbsp; Attach AcroRd32.dll (eg. C:\Program Files (x86)\Adobe\Reader 10.0\Reader)&amp;nbsp;and use object browser to look at the Acrobat, PDFMAKERAPILib, &amp;nbsp;and PDFMerge name spaces.&amp;nbsp; I have no code samples to offer yet but there are some on the internet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are also several free pdf APIs available.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2012 18:17:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plot-pubish-pdf/m-p/3285835#M57741</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2012-01-09T18:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Plot / Pubish PDF</title>
      <link>https://forums.autodesk.com/t5/net-forum/plot-pubish-pdf/m-p/3286031#M57742</link>
      <description>&lt;P&gt;Create a new Pdf Document using&amp;nbsp; ITextSharp libraries.&lt;/P&gt;&lt;P&gt;Then import Pages from existing documents, like so&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://khsw.blogspot.com/2006/04/merge-pdf-files-using-itextsharp.html"&gt;http://khsw.blogspot.com/2006/04/merge-pdf-files-using-itextsharp.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Read the book iText_in_Action_Sec_v1_PUBLISH.pdf for the details&lt;/P&gt;&lt;P&gt;The dwgToPdf.pc3 delivered with AutoCAD 2010 .. 2012 also exports the AutoCAD Layers.&lt;/P&gt;&lt;P&gt;Using iTextSharp you can turn them on/off, remove from the list etc.&lt;/P&gt;&lt;P&gt;Also need is adding metadata which popup on an area when dragging the cursor over that area.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2012 20:15:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plot-pubish-pdf/m-p/3286031#M57742</guid>
      <dc:creator>SENL1362</dc:creator>
      <dc:date>2012-01-09T20:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Plot / Pubish PDF</title>
      <link>https://forums.autodesk.com/t5/net-forum/plot-pubish-pdf/m-p/3286789#M57743</link>
      <description>&lt;P&gt;AutoCad as a driver pdf to dwg. Why not use that?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2012 13:39:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plot-pubish-pdf/m-p/3286789#M57743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-10T13:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Plot / Pubish PDF</title>
      <link>https://forums.autodesk.com/t5/net-forum/plot-pubish-pdf/m-p/3286815#M57744</link>
      <description>&lt;P&gt;do you mean DWG to PDF ?&lt;/P&gt;&lt;P&gt;TS is using that PC3 driver to make separated pdf files.&lt;/P&gt;&lt;P&gt;But for some good reason he want's to merge them into one multipage pdf file.&lt;/P&gt;&lt;P&gt;itextSharp libraries has this functionality and more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2012 13:50:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plot-pubish-pdf/m-p/3286815#M57744</guid>
      <dc:creator>SENL1362</dc:creator>
      <dc:date>2012-01-10T13:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Plot / Pubish PDF</title>
      <link>https://forums.autodesk.com/t5/net-forum/plot-pubish-pdf/m-p/3286891#M57745</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply's.&lt;/P&gt;&lt;P&gt;Itextsharp is indeed something which I'm looking for.&lt;/P&gt;&lt;P&gt;I hoped that there was a standard API available in AutoCAD to plot a single PDF with multiple pages.&lt;/P&gt;&lt;P&gt;but regarding to the reply's and my own research this isn't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I going to implement the Itextsharp in my .NET program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gerald&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2012 14:33:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plot-pubish-pdf/m-p/3286891#M57745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-10T14:33:14Z</dc:date>
    </item>
  </channel>
</rss>

