Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a table that stored binary pdf files.
So the table has a binary data type but the actual file in the binary record is a PDF document.
What I need to do is convert that binary PDF File to an image file so that I can display the image\PDF in a SSRS Report.
I would like to do this through a stored procedure but I have a feeling I am going to have to create a CLR but I don't know where to begin

What I have tried:

I tried creating the SSRS Report to view the binary file but it won't work. SSRS does not have a PDF viewer so I have to convert that PDF to image.
Posted
Updated 12-Aug-20 4:26am

1 solution

There might be more ways but for one of it, here you go, details well explained in one of our own CP article: Reporting Services 2008 – Embedding a PDF Document[^]

Look at it, see if it works out of box for you (seems should be), or else seems good enough a start to build on it and try out.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900