Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Myst authored and Myst committed Sep 4, 2014
1 parent 40703b8 commit fb3b73f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/combine_pdf/combine_pdf_basic_writer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ module CombinePDF

#@private
#:nodoc: all
#
# <b>This doesn't work yet!</b>
#
# in the future I wish to make a simple PDF page writer, that has only one functions - the text box.
# Once the simple writer is ready (creates a text box in a self contained Page element),
# I could add it to the << operators and add it as either a self contained page or as an overlay.
# if all goes well, maybe I will also create an add_image function.
class PDFWriter

def initialize(media_box = [0.0, 0.0, 612.0, 792.0])
Expand Down

0 comments on commit fb3b73f

Please sign in to comment.