A few people who are unfamiliar with how to use Subversion have
expressed interest in trying out the latest version of the code. With
that in mind I have set up a page that will let you grab the latest
revision. I haven't optimized the code that does this, so the download
is a bit slow to start.
Please note: if you are interested in trying out the latest
development code you should only do so after you have performed
sufficient testing ... more so een than with the alpha release. This
code has not necessarily been run against the full set of test files,
so there may be some issues that haven't been caught.
zip format
http://www.eclecticgeek.com/dompdf/nightly.php?format=zip
tar.gz format
http://www.eclecticgeek.com/dompdf/nightly.php?format=tar.gz
I use the symfony plugin. Everything works well but I have to manage a
new language, Russian and I have strange characters in the PDF. I got
the last version of dompdf (alpha 0.6 beta 2) because I saw Unicode
support. I used the load_font.php, ttf2ufm, etc... I finished to get a
lot of files (Helvetica.z, Helvetica.ctg.z, Helvetica.php) but I don't
understand where I have to put them (in lib/fonts ?) and do I need to
load this font in my code or is it automatic (just need to define font
in my html ?) ?
Thanks for your work and your answer.
load_font.php should take care of placement for you. I'm not sure
where the files you have came from because load_font.php should
produce only *.afm and *.ufm files based on your TrueType font file.
Can you outline the steps you took?