search

Home  >  Q&A  >  body text

PHP refers to the Prince class, and the page prompts that the PDF cannot be loaded.

<?php

无法加载pdf.jpg

require 'prince.php';


//print_r() ;


//exit();

$prince = new Prince('D:\\prince\\engine\\bin\\prince.exe');


//$prince = new Prince('D:\prince\engine\bin\prince.exe');

header('Content-Type: application/pdf');

header('Content-Disposition: inline; filename="foo.pdf"');

$prince->convert_file_to_passthru('http://www.baidu.com');


?>


如�%B

思展软件思展软件1864 days ago1136

reply all(2)I'll reply

  • 依依惜别离

    依依惜别离2019-10-17 09:21:10

    Can’t see the specific error content?

    reply
    0
  • 思展软件

    The error is that the page cannot load the pdf document.

    思展软件 · 2019-10-18 08:28:49
  • Cancelreply