Sha256: 8255d091931441cef1e419111876a02f73cdef6d527612bcf192b2b2976783b0

Contents?: true

Size: 678 Bytes

Versions: 5

Compression:

Stored size: 678 Bytes

Contents

# encoding: utf-8
#
# Generates the Prawn by example manual.

require_relative "example_helper"

Encoding.default_external = Encoding::UTF_8

Prawn::ManualBuilder::Example.generate("manual.pdf",
  :skip_page_creation => true, :page_size => "FOLIO") do

  load_page "", "cover"
  load_page "", "how_to_read_this_manual"

  # Core chapters
  load_package "basic_concepts"
  load_package "graphics"
  load_package "text"
  load_package "bounding_box"

  # Remaining chapters
  load_package "layout"
  load_page "", "table"
  load_package "images"
  load_package "document_and_page_options"
  load_package "outline"
  load_package "repeatable_content"
  load_package "security"
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
prawn-git-2.0.1 manual/contents.rb
prawn-2.0.1 manual/contents.rb
prawn-2.0.0 manual/contents.rb
prawn-1.3.0 manual/contents.rb
prawn-1.2.1 manual/contents.rb