Through another software package, I generate pdfs which I save. I now want to combine those pdf with pdf output from reporting services. how can i do this?
thks
ken
Hi Ken-You'd need to create your own delivery extension to do that. I imagine you could add the PDF to the RS rendered PDFs in the Deliver method of your custom delivery provider. Check out the PrinterDeliverySample in the Samples folder where you installed RS. This example can give you an idea of what you need to do to set this up.
Scott