如何在wordpress中导入,保存和检索pdf文件

时间:2017-10-05 03:34:52

标签: javascript php wordpress plugins

$file = "mypdf.pdf";
$filename = "mypdf.pdf";
header('Content-type: application.pdf');
header('Content-Disposition: inline; filename="'.$filename.'"');
header('Content-Transfer-Encoding: binary');
header('Accept-Ranges: bytes');
@readfile(@file);
你好。我有一个关于在wordpress中导入保存和检索pdf文件的问题。 wordpress可以使用它吗? 我使用什么插件来制作 因为。我是Wordpress初学者

我的问题是我想导入pdf文件并保存它的路径。并检索它。 。我已经完成了它。在过去。但我使用wordpress请帮助我

0 个答案:

没有答案