printable pdf

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
ron [ Mi, 04 Februar 2009 06:04 ] [ ID #1987891 ]

Re: printable pdf

2009/2/4 Ron <ron [at] silverbackasp.com>:
> 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
Yannick Mortier [ Mi, 04 Februar 2009 09:38 ] [ ID #1987892 ]

Re: printable pdf

thanks to all your reply. i will check on both

Yannick Mortier wrote:
> 2009/2/4 Ron <ron [at] silverbackasp.com>:
>> 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
ron [ Mi, 04 Februar 2009 09:41 ] [ ID #1987893 ]

Re: printable pdf

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 <ron [at] silverbackasp.com> 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
Phpster [ Mi, 04 Februar 2009 13:54 ] [ ID #1987894 ]

Re: printable pdf

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
Micah Stevens [ Mi, 04 Februar 2009 17:50 ] [ ID #1987895 ]
PHP » gmane.comp.php.database » printable pdf

Vorheriges Thema: Help me with this someone
Nächstes Thema: PHP Results on multiple pages