0

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 & 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 & conditions to fill the page.

Does anyone know how I could attach or bind the pdf generated by reporting services with a pdf version of the Terms & Conditions sheet?

Note: We are using ASP & VB.NET 2.0, Visual Studio 2005, & SQL Server 2005.

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
Kyle
  • 250
  • 4
  • 17
  • How big is the header area? Why do you need the terms and conditions to fill the entire page, including the header area? – DCNYAM Apr 30 '09 at 14:22

2 Answers2

1

iTextSharp (a port of the java version iText) is a good open source library that we are using to do just that.

Andre
  • 41
  • 4
1

A similar question that may satisfy your requirements was posted and answered later today:

Combine two (or more) PDF's

Check out the PDFSharp...that looks interesting.

Community
  • 1
  • 1
DCNYAM
  • 11,966
  • 8
  • 53
  • 70