Skip to content

Commit

Permalink
Disable compression for manual builds (ref prawnpdf#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradediger committed Mar 1, 2013
1 parent 5d0977d commit de2722a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manual/manual/manual.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@

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

load_page "cover"
load_page "foreword"
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_package "images"
Expand Down

0 comments on commit de2722a

Please sign in to comment.