printable pdf
am 04.02.2009 06:04:46 von ron
Hi All,
I'm creating a billing system wherein a user can view invoices. and if
the user wants to print it a click on a button will generate a pdf file
of their invoice. pdf or any other printable format will do.
TIA
Regards
Ron
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: printable pdf
am 04.02.2009 09:38:00 von Yannick Mortier
2009/2/4 Ron :
> Hi All,
>
> I'm creating a billing system wherein a user can view invoices. and if the
> user wants to print it a click on a button will generate a pdf file of their
> invoice. pdf or any other printable format will do.
>
> TIA
> Regards
> Ron
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Hello Ron!
PHP hast a built-in support for PDF. You can look at all the functions
that are supported here: http://de.php.net/pdf
If you have got further questions please ask them more specifically.
--
Currently developing a browsergame...
http://www.p-game.de
Trade - Expand - Fight
Follow me at twitter!
http://twitter.com/moortier
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: printable pdf
am 04.02.2009 09:41:22 von ron
thanks to all your reply. i will check on both
Yannick Mortier wrote:
> 2009/2/4 Ron :
>> Hi All,
>>
>> I'm creating a billing system wherein a user can view invoices. and if the
>> user wants to print it a click on a button will generate a pdf file of their
>> invoice. pdf or any other printable format will do.
>>
>> TIA
>> Regards
>> Ron
>>
>> --
>> PHP Database Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
> Hello Ron!
>
> PHP hast a built-in support for PDF. You can look at all the functions
> that are supported here: http://de.php.net/pdf
>
> If you have got further questions please ask them more specifically.
>
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: printable pdf
am 04.02.2009 13:54:09 von Phpster
I like dompdf from www.digitaljunkies.ca. I do something similar and
just pass that class the HTML for the page
Bastien
Sent from my iPod
On Feb 4, 2009, at 0:04, Ron wrote:
> Hi All,
>
> I'm creating a billing system wherein a user can view invoices. and
> if the user wants to print it a click on a button will generate a
> pdf file of their invoice. pdf or any other printable format will do.
>
> TIA
> Regards
> Ron
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: printable pdf
am 04.02.2009 17:50:26 von Micah Stevens
It's not actively maintained, but it's easy to use and works great:
http://www.ros.co.nz/pdf/
I like it better due to it's API than the other stuff I've tried,
although it's lacking in some functionality.
On 02/03/2009 09:04 PM, Ron wrote:
> Hi All,
>
> I'm creating a billing system wherein a user can view invoices. and if
> the user wants to print it a click on a button will generate a pdf
> file of their invoice. pdf or any other printable format will do.
>
> TIA
> Regards
> Ron
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php