Welcome Guest, Not a member yet? Register   Sign In
PDF Generation from X[HT]ML
#3

[eluser]Aea[/eluser]
Because it's a more or less fast method to create an XHTML file (These are very graphically complex) then deal with stuff like...

Code:
//Logo
    $this->Image('logo_pb.png',10,8,33);
    //Arial bold 15
    $this->SetFont('Arial','B',15);
    //Move to the right
    $this->Cell(80);
    //Title
    $this->Cell(30,10,'Title',1,0,'C');
    //Line break
    $this->Ln(20);

And it more or less wasn't my choice, but don't tell anybody that Wink


Messages In This Thread
PDF Generation from X[HT]ML - by El Forum - 07-17-2008, 07:30 PM
PDF Generation from X[HT]ML - by El Forum - 07-18-2008, 12:09 AM
PDF Generation from X[HT]ML - by El Forum - 07-18-2008, 12:30 AM
PDF Generation from X[HT]ML - by El Forum - 07-18-2008, 01:26 AM
PDF Generation from X[HT]ML - by El Forum - 07-18-2008, 02:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB