您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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).