Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

CHANGELOG 608B

12345678910111213
  1. 1.00 Added view template functionality
  2. 1.10 Added Chinese support
  3. 1.11 Added Japanese support
  4. 1.12 Added Korean support
  5. 1.13 Updated to fpdf.rb 1.53d.
  6. Added makefont and fpdf_eps.
  7. Handle \n at the beginning of a string in MultiCell.
  8. Tried to fix clipping issue in MultiCell - still needs some work.
  9. 1.14 2006-09-26
  10. * Added support for @options_for_rfpdf hash for configuration:
  11. * Added :filename option in this hash
  12. If you're using the same settings for @options_for_rfpdf often, you might want to
  13. put your assignment in a before_filter (perhaps overriding :filename, etc in your actions).