如何在Flexpaper Annotation查看器中打开URL路径pdf?

时间:2014-10-29 10:30:58

标签: c# asp.net flexpaper

如何从远程托管的应用程序打开PDF文件。我需要在服务器中启用CORS(交叉源请求共享)。但我不知道如何在弹性纸张注释中启用。

1 个答案:

答案 0 :(得分:0)

通过确保服务器发送以下响应标头来启用CORS:

Access-Control-Allow-Credentials:true
Access-Control-Allow-Methods:GET
Access-Control-Allow-Origin:http://www.yourdomain.com