使用ssl / https在iframe中显示pdf

时间:2016-01-28 21:41:23

标签: pdf ssl iframe https asp-classic

我想在下载文件或打印之前在iframe中显示PDF以供用户预览,

我使用字节数组将我的报告文件转换为pdf然后显示它。

一切都很完美,直到我需要ssl / https中的内容。

因为我必须将我的应用程序更改为ssl / https,有人可以告诉我如何在这种情况下显示pdf。

感谢您倾听并阅读我的概率。

这里是我的代码

        reportDocument.Load(reportPath);
        reportDocument.SetDataSource(dataSet);
        _contentBytes = StreamToBytes(reportDocument.ExportToStream(ExportFormatType.PortableDocFormat));
       .....
       //setting header
       .....

       //then flush
       stream.Flush();

1 个答案:

答案 0 :(得分:1)

我找到了解决方案 PDF conversion suddenly fails if reading stylesheet from SSL 问题是我的Chrome浏览器中的pdf阅读器。 所以我在商店搜索pdf查看器中更新我的chrome阅读器.. 只是.. ..