我正在尝试将数据库中的pdf读入axAcroPDF阅读器
问题描述:
我正在尝试将数据库中的pdf读入axAcroPDF阅读器。我将值作为字节数组返回但是如何将其读入axAcroPDF组件,因为它需要字符串值而我不保存pdf但它只是用于查看目的。
I am trying to read a pdf from a database into axAcroPDF reader. I am getting the values back as an byte array but how do I read it into the axAcroPDF component as it wants a string value and I am not saving the pdf yet it is just for viewing purposes.
答