RES: [PHP] Bar Charts in PDFs

2011-02-11 Thread Alejandro Michelin Salomon
th and height 'PNG', '', 'T', false, 300 ); With this tcpdf i create a legal documents for Brazilian government. Alejandro MS -Mensagem original- De: Tom Barrett [mailto:t...@miramedia.co.uk] Enviada em: sexta-feira, 11 de fevereiro de 2011 06:55 Para: php-gene

Re: [PHP] Bar Charts in PDFs

2011-02-11 Thread Robert Cummings
On 11-02-11 11:19 AM, sono...@fannullone.us wrote: On Feb 11, 2011, at 2:08 AM, Mattias Geniar wrote: Have a look at the library called 'pChart': http://pchart.sourceforge.net/ While it's a bit old... Actually, it's been updated to v2.1 now. It looks pretty nice. http://www.pchart.n

Re: [PHP] Bar Charts in PDFs

2011-02-11 Thread sono-io
On Feb 11, 2011, at 2:08 AM, Mattias Geniar wrote: > Have a look at the library called 'pChart': > http://pchart.sourceforge.net/ > While it's a bit old... Actually, it's been updated to v2.1 now. It looks pretty nice. http://www.pchart.net/ Marc

Re: [PHP] Bar Charts in PDFs

2011-02-11 Thread Richard Quadling
t; Regards, > Mattias > > -Original Message- > From: Tom Barrett [mailto:t...@miramedia.co.uk] > Sent: vrijdag 11 februari 2011 10:55 > To: php-general@lists.php.net > Subject: [PHP] Bar Charts in PDFs > > Hi > > I need to generate some PDF reports (1000s). Part

RE: [PHP] Bar Charts in PDFs

2011-02-11 Thread Mattias Geniar
Sent: vrijdag 11 februari 2011 10:55 To: php-general@lists.php.net Subject: [PHP] Bar Charts in PDFs Hi I need to generate some PDF reports (1000s). Part of the report is a set of bar charts (the results of a questionnaire). Each question has the same 5 answers (v.bad, bad, ok ,good, v.good) a

[PHP] Bar Charts in PDFs

2011-02-11 Thread Tom Barrett
Hi I need to generate some PDF reports (1000s). Part of the report is a set of bar charts (the results of a questionnaire). Each question has the same 5 answers (v.bad, bad, ok ,good, v.good) and the chart is the % distribution of the answers. My plan is to create a HTML version, using "some grap