Skip to content

Instantly share code, notes, and snippets.

@practicingruby
Created January 30, 2009 18:52
Show Gist options
  • Select an option

  • Save practicingruby/55200 to your computer and use it in GitHub Desktop.

Select an option

Save practicingruby/55200 to your computer and use it in GitHub Desktop.
sjis_str = File.open("file_in_sjis.txt", "r:shift_jis") { |f| f.read }
Prawn::Document.generate("sjis.pdf") do
font "#{Prawn::BASEDIR}/data/fonts/gkai00mp.ttf"
text sjis_str
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment