Add a pdf to a Reporting Services report after rendering report as pdf - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T13:08:26Z http://stackoverflow.com/feeds/question/806961 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/806961/add-a-pdf-to-a-reporting-services-report-after-rendering-report-as-pdf 0 Add a pdf to a Reporting Services report after rendering report as pdf Kyle 2009-04-30T13:40:01Z 2009-08-15T02:19:19Z <p>We are using Reporting Services to generate a purchase order, which is rendered as pdf before displaying on the screen. The report works well, as is, except that now we have to add a Terms &amp; Conditions page to every PO. I've tried placing it in the footer, setting it to display only on the last page--this didn't work. I've also tried adding it to the body, setting the "Page Break Before" property to "true". This works, except that it looks like there is still space reserved for the header (i.e. the header's "show on last page" property is set to false). I can't get the Terms &amp; conditions to fill the page.</p> <p>Does anyone know how I could attach or bind the pdf generated by reporting services with a pdf version of the Terms &amp; Conditions sheet?</p> <p>Note: We are using ASP &amp; VB.NET 2.0, Visual Studio 2005, &amp; SQL Server 2005.</p> http://stackoverflow.com/questions/806961/add-a-pdf-to-a-reporting-services-report-after-rendering-report-as-pdf/808714#808714 1 Answer by NYSystemsAnalyst for Add a pdf to a Reporting Services report after rendering report as pdf NYSystemsAnalyst 2009-04-30T19:49:05Z 2009-04-30T19:49:05Z <p>A similar question that may satisfy your requirements was posted and answered later today:</p> <p><a href="http://stackoverflow.com/questions/808670/combine-two-or-more-pdfs">http://stackoverflow.com/questions/808670/combine-two-or-more-pdfs</a></p> <p>Check out the PDFSharp...that looks interesting.</p> http://stackoverflow.com/questions/806961/add-a-pdf-to-a-reporting-services-report-after-rendering-report-as-pdf/1280982#1280982 0 Answer by Andre for Add a pdf to a Reporting Services report after rendering report as pdf Andre 2009-08-15T02:19:19Z 2009-08-15T02:19:19Z <p>iTextSharp (a port of the java version iText) is a good open source library that we are using to do just that. </p>