Hi Guys
First i want to apologize cos i am a complete newby to this, i suspect i am not alone so i would love an answer to my very simple question that will hopefully get more people up and running with this software. i assume its a pretty simple process but i am stumped!
so in its simplest form i have this
So my question is, assuming its not a server issue or an install of the library issue, is this enough for it to create a simple pdf file? or am i missing something? if i am waaaaaaaaaay of the mark any suggestions would be great, i dont mind doing a bit of googling to find my answer!
Thanks to anyone that can give me any advice at all
Cheers Guys
First i want to apologize cos i am a complete newby to this, i suspect i am not alone so i would love an answer to my very simple question that will hopefully get more people up and running with this software. i assume its a pretty simple process but i am stumped!
so in its simplest form i have this
<?php
require_once $_SERVER["DOCUMENT_ROOT"] . '/Projects/XpressBook/assets/savepdf/prince.php';
$xmlString = 'hello world';
$path = $_SERVER["DOCUMENT_ROOT"] . '/Projects/XpressBook/assets/savepdf/lib/prince/bin/prince';
$prince = new Prince($path);
$prince->convert_string_to_passthru($xmlString)
?>
So my question is, assuming its not a server issue or an install of the library issue, is this enough for it to create a simple pdf file? or am i missing something? if i am waaaaaaaaaay of the mark any suggestions would be great, i dont mind doing a bit of googling to find my answer!
Thanks to anyone that can give me any advice at all
Cheers Guys