Sha256: 33a3b1f42217796d42a000d83855535437919bc3863cd1e2e76d5f3f6d25247f

Contents?: true

Size: 671 Bytes

Versions: 2

Compression:

Stored size: 671 Bytes

Contents

# encoding: utf-8
#
# Examples for loading existing pdfs.
#
require File.expand_path(File.join(File.dirname(__FILE__),
                                   %w[.. example_helper]))

Prawn::Example.generate("templates.pdf", :page_size => "FOLIO") do
  
  package "templates" do |p|
    
    p.example "full_template", :eval_source => false, :full_source => true
    p.example "page_template"
    
    p.intro do
      prose("Templates let you embed other PDF documents inside the current one.

      The examples show:")

      list( "How to load the whole content from another PDF",
            "How to load single pages from another PDF"
          )
    end
    
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
prawn-1.0.0.rc2 manual/templates/templates.rb
nurettin-prawn-1.0.0.rc1 manual/templates/templates.rb