[PHP] PECL-Haru and UTF-8

2013-05-05 Thread Puiu Hrenciuc
Hello, Does anyone have experience with using Haru extension for creating PDF files containing UTF-8 encoded characters? I saw that UTF-8 encoding was added to libHaru 2.3.0RC1 ( see http://libharu.org/ ), but I did not find support for this in latest PECL-Haru (1.0.4). Am I missing something? T

Re: [PHP] generate onfly PDF

2013-05-05 Thread Rafnews
On 05.05.2013 07:45, tamouse mailing lists wrote: On Sat, May 4, 2013 at 3:31 PM, Rafnews wrote: On 04.05.2013 23:05, Tedd Sperling wrote: On May 4, 2013, at 5:00 PM, Ashley Sheridan wrote: Rafnews wrote: Is there a solution to generate onfly PDF from HTML page, and from data user typed in

[PHP] Re: generate onfly PDF

2013-05-05 Thread Tim Behrendsen
I have had outstanding success with wkhtmltopdf: https://code.google.com/p/wkhtmltopdf/ It's a self-contained standalone program that you can call from PHP. It uses a full-bodied HTML interpreter based on Webkit. Highly recommended, I've been using it for years. It's open source and free. I sh

Re: [PHP] Re: generate onfly PDF

2013-05-05 Thread Ashley Sheridan
Tim Behrendsen wrote: >I have had outstanding success with wkhtmltopdf: > >https://code.google.com/p/wkhtmltopdf/ > >It's a self-contained standalone program that you can call from PHP. It >uses a full-bodied HTML interpreter based on Webkit. Highly >recommended, I've been using it for years. I

Re: [PHP] generate onfly PDF

2013-05-05 Thread Bastien
On 2013-05-05, at 8:10 AM, Rafnews wrote: > On 05.05.2013 07:45, tamouse mailing lists wrote: >> On Sat, May 4, 2013 at 3:31 PM, Rafnews wrote: >>> On 04.05.2013 23:05, Tedd Sperling wrote: On May 4, 2013, at 5:00 PM, Ashley Sheridan wrote: > Rafnews wrote: > Is there a s