Re: pdf generation fails with table in div

  •  02-11-2008, 11:28 AM

    Re: pdf generation fails with table in div

    Yes,
     
    an error in the  pdf viewer.
     
    Try this
     
    <div id="FACTUUR" style="position: absolute; width: 307px; height: 72px; top: 259px; left: 40px;">klantnummer : <br />
    ordernummer : <br />
    <br />
    </div>
    <div id="ARTIKELEN" style="position: absolute; width: 717px; height: 450px; top: 350px; left: 40px;">
    <table border="0" cellpadding="2" cellspacing="2" width="500">
        <tbody>
            <tr>
                <td width="50">aantal</td>
                <td width="100">artikel</td>
                <td>omschrijving</td>
                <td>prijs</td>
                <td>bedrag</td>
            </tr>
        </tbody>
    </table>
    <br />
    </div>
    <div id="TITLE" style="position: absolute; width: 295px; height: 45px; left: 462px; top: 55px;"><span style="font-size: 24pt;">FACTUUR</span><br />
    </div>
    <div id="AAN" style="position: absolute; width: 358px; height: 105px; top: 124px; left: 398px;">Han<br />
    hagenweg 42-36<br />
    7456 LL Holland<br />
    </div>
    <div id="ADRES" style="position: absolute; width: 307px; height: 174px; top: 25px; left: 40px; line-height: 14pt;"><span style="font-size: 14pt;">Jumbo-outlet.nl is een handelsnaam van<br />
    INET Retail b.v.<br />
    Sterrebosstraat 6<br />
    7481 DD Haaksbergen<br />
    T : 053 - 5742048<br />
    F : 088 -<br />
    E : info@jumbo-outlet.nl<br />
    W : www.jumbo-outlet.nl</span><br />
    </div>

     
     
View Complete Thread