Sha256: 264e4a7873b642bbb6cd97f04943ea044a54f1195999a7724131613bea9f3644

Contents?: true

Size: 312 Bytes

Versions: 20

Compression:

Stored size: 312 Bytes

Contents

# encoding: utf-8
#
# Demonstrates how to use open-uri and Document#image to embed remote image
# files.
#
require "#{File.dirname(__FILE__)}/../example_helper.rb"

require "open-uri"

Prawn::Document.generate("remote_images.pdf") do 
  image open("http://prawn.majesticseacreature.com/media/prawn_logo.png")
end

Version data entries

20 entries across 20 versions & 6 rubygems

Version Path
piglop-prawn-0.10.2.3 examples/graphics/remote_images.rb
piglop-prawn-0.10.2.2 examples/graphics/remote_images.rb
piglop-prawn-0.10.2.1 examples/graphics/remote_images.rb
goodwill-prawn-edge-0.10.0 examples/graphics/remote_images.rb
alphasights-prawn-0.10.4 examples/graphics/remote_images.rb
alphasights-prawn-0.10.3 examples/graphics/remote_images.rb
alphasights-prawn-0.10.2 examples/graphics/remote_images.rb
alphasights-prawn-0.10.1 examples/graphics/remote_images.rb
alphasights-prawn-0.10.0 examples/graphics/remote_images.rb
prawn-core-0.8.4 examples/graphics/remote_images.rb
prawn-graph-0.0.2 vendor/prawn-core/examples/graphics/remote_images.rb
prawn-graph-0.0.1 vendor/prawn-core/examples/graphics/remote_images.rb
prawn-core-0.7.2 examples/graphics/remote_images.rb
prawn-core-0.7.1 examples/graphics/remote_images.rb
prawn-layout-0.3.2 vendor/prawn-core/examples/graphics/remote_images.rb
prawn-core-0.6.3 examples/graphics/remote_images.rb
prawn-core-0.6.2 examples/graphics/remote_images.rb
prawn-layout-0.3.1 vendor/prawn-core/examples/graphics/remote_images.rb
prawn-core-0.6.1 examples/graphics/remote_images.rb
prawn-core-0.5.1 examples/graphics/remote_images.rb