Index of /lib/plugins/rfpdf/

NameLast ModifiedSize
UpParent Directory
Directorylib2013-01-12 12:13-
Directorytest2013-01-12 12:13-
FileCHANGELOG2013-01-12 12:13 1k
Fileinit.rb2013-01-12 12:13 1k
[IMG]logo_example.png2013-01-12 12:13 19k
FileMIT-LICENSE2013-01-12 12:13 2k
Filetest_unicode.rfpdf2013-01-12 12:13 5k
[TXT]utf8test.txt2013-01-12 12:13 5k
FWIW - I am migrating my apps to Prawn and Prawnto = RFPDF Template Plugin A template plugin allowing the inclusion of ERB-enabled RFPDF template files. == == == TCPDF Version (The New or UTF8 Version) == == If you are using HTML, it is recommended you install: gem install -r htmlentities TCPDF Documentation located at: http://phpdocs.moodle.org/com-tecnick-tcpdf/TCPDF.html Example of simple use in .rhtml: <% @pdf = TCPDF.new() @pdf.SetMargins(15, 27, 15); @pdf.AddPage(); text_options = {:font => "freeserif"} @pdf.draw_text(15, 10, "text", {:font_size => 12, :font => "freeserif"}) %><%=@pdf.Output()%> See the following files for sample of useage: test_unicode.rfpdf utf8test.txt logo_example.png FPDF users can migrate to TCPDF by changing the following from: pdf = FPDF.new to: pdf = TCPDF.new ENJOY!
Proudly Served by LiteSpeed Web Server at www.pmr.indigo-sphere.co.uk Port 443