Retrieve decoded binary image from SQL and insert into PDF via iTextsharp asp.net c#

后端 未结 1 860
醉梦人生
醉梦人生 2021-01-26 16:37

I have store a binary coded image into my SQL database. This binary coded image has another file named MemberReportImage1 which is there to decode the binary image. I\'m able to

相关标签:
1条回答
  • 2021-01-26 17:27

    http://www.mikesdotnetting.com/Article/87/iTextSharp-Working-with-images

    Please look at above link.

    I assume you save binary data of image files in your sql database.

    if yes, You don't need to get decoded image. You can use Image.FromStream() to load image data.

    0 讨论(0)
提交回复
热议问题