PDF stored in table as varbinary max, how to convert and display it SSRS report

  • Hi ,

    I have a table where  10000+ pdf stored in table as varbinary(max)

    How to convert them with T SQL  to display in SSRS Report as images?

    Thank you

     

     

     

  • I don't know that you could/should in TSQL.

    Here is an example that uses SQL CLR to convert PDF into a series of images: https://www.codeproject.com/Articles/34551/Reporting-Services-2008-Embedding-a-PDF-Document

    I don't know why this conversion couldn't be moved to Reporting Services side.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply