Hi all
I just switched PDF library used for PDF export and schemas to TCPDF [1]. It integrates FPDF with UFPDF and fixes several bugs in them. As addition it also allows using limited HTML for generating PDF pages (this is currently not used from phpMyAdmin).
While working on this, I also switched to use DejaVu [2] fonts, which provide better coverage for various languages.
Even though I did some testing, there might be some issues left, please give PDF output some testing. Thanks.
[1]: http://tcpdf.sourceforge.net [2]: http://dejavu.sourceforge.net
Michal Čihař a écrit :
Hi all
I just switched PDF library used for PDF export and schemas to TCPDF [1]. It integrates FPDF with UFPDF and fixes several bugs in them. As addition it also allows using limited HTML for generating PDF pages (this is currently not used from phpMyAdmin).
While working on this, I also switched to use DejaVu [2] fonts, which provide better coverage for various languages.
Even though I did some testing, there might be some issues left, please give PDF output some testing. Thanks.
Nice fonts and nice job, thanks.
In the PDF schema, there is still the same bug as before (I can see it also in Czech): on the left part of the resulting PDF where you see the table names and a link to "Relational schema", the link itself is broken (displays UTF-8 characters badly).
Marc
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&da...
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi
On Thu, 02 Nov 2006 12:39:30 -0500 Marc Delisle Marc.Delisle@cegepsherbrooke.qc.ca wrote:
In the PDF schema, there is still the same bug as before (I can see it also in Czech): on the left part of the resulting PDF where you see the table names and a link to "Relational schema", the link itself is broken (displays UTF-8 characters badly).
You mean in PDF index? AFAIR this part of PDF does not support charsets (at least didn't support when I looked last time at this).
Michal Čihař a écrit :
Hi
On Thu, 02 Nov 2006 12:39:30 -0500 Marc Delisle Marc.Delisle@cegepsherbrooke.qc.ca wrote:
In the PDF schema, there is still the same bug as before (I can see it also in Czech): on the left part of the resulting PDF where you see the table names and a link to "Relational schema", the link itself is broken (displays UTF-8 characters badly).
You mean in PDF index? AFAIR this part of PDF does not support charsets (at least didn't support when I looked last time at this).
Yes I mean PDF index. No support? very good reason! :)
Marc