Hi,
I'm able to convert a html/php to a pdf, but it shows a question mark "?" on the first page of the top left corner, then the next page is my content,
but if I just use content = "..." and contain all the codes, it's simply just fine, is anyone else having this problem?
Jinx
no.... just a question mark like a normal one
if I don't page a <page> tag in my document, it's at the first line of the document and force one line downwards,
if I have a <page> tag for my document, my whole document appear on the second page.
Spipu Le 28/03/2011 à 10:58 how are you preparing your html content ($contentHTML) ?
when you use var_dump on your $contentHTML, it shows a question mark "?" ?
$selection = '/na_invoice.php';
ob_start();
include(dirname(__FILE__).$selection);
$content = ob_get_clean();
it shows:
string(5941) "
then my original data
I don't see any question mark anywhere... /__\
Spipu Le 30/03/2011 à 12:21 have you any white space before the first <page> tag ?