简体   繁体   English

Java生成的PDF Android下载

[英]java generated pdf android download

I'm sending data through POST to a java file that generates a pdf and outputs: 我正在通过POST发送数据到生成pdf并输出以下内容的java文件:

response.setContentType("application/pdf");

When I try this on an android device, it downloads a blank pdf rather than displaying it in a browser tab like it does on iPad and on the desktop. 当我在Android设备上尝试此操作时,它会下载空白的pdf,而不是像在iPad和台式机上一样在浏览器选项卡中显示它。

Does anyone know of a solution to this? 有人知道解决方案吗?

-Chris -克里斯

This is quick, easy, to the point and doesn't require any third-party script: 到此为止,这是快速,容易的,并且不需要任何第三方脚本:

<embed src="http://yoursite.com/the.pdf" width="500" height="375">

See more answers here 在这里查看更多答案

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM