Hi ...
I posted this same question on the ASP.NET forum and haven't received an answer, so I thought I'ld move the discussion over to this forum. My question has been read several times, so I know I'm not the only one facing this problem, but nobody seems to know how to make it happen.
Anyhow, I'm building a system where we collect a great deal of meta data inside of SQL Server. The meta data is associated wtih files that the users can attach - image files and PDFs. I can get the image files to display properly, however I can find no way to actually display the contents of the PDF file as part of the report.
We want to print out the meta data as a header to the PDF and then print the PDF in it's entirety. As an example, we would print out:
Emergency Plan Name: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Facility Name: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Last Review Date: 99/99/9999 Reviewed By: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
HERE IS WHERE I WOULD WANT TO PRINT OUT THE ASSOCIATED PDF's --
-- Emergency Plan --
-- Evacuation Plan 1 --
-- Evacuation Plan 2 --
I can print the file names - they are fields in the database, but how do I embed the actual PDF in to the report? They can print on different pages - I don't care about that, but I need to get them to be a part of the report.
Thanks ...
David
Any day above ground is a good day!
It's not possible to embed a PDF in a RS report.
If they're single page PDF's then you could try and code something clever that outputs them as images and embed the images.
Other than that I don't see a way of doing this.
|||Ok, so there is no built in functionality to handle embedding and outputting PDF's within reports built via SSRS. Has anyone seen any Custom Report Items that have been built that would allow me to have PDF's print in-line as part of the report?Thanks ...
David
Any day above ground is a good day!|||
Beyond PDF embedding - where is a good site to review Custom Report Items? Either for purchase or open source?
Thanks ...
David
Any day above ground is a good day!
sql
No comments:
Post a Comment