search for: title_of_work

Displaying 1 result from an estimated 1 matches for "title_of_work".

2006 Nov 04
0
UTF-8 String to PDF using PDF::Writer
...'Times-Roman'', {:encoding => ''MacRomanEncoding''}) pdfOfListing.text(Iconv.conv("UTF-8", "MacRoman", chapter.chapter_body), :font_size => 12, :justification => :left)) send_data(pdfOfListing.render, :filename => listing.title_of_work , :type => "application/pdf" ) end Thanks Andrew Johnson