diff --git a/lib/combine_pdf/combine_pdf_basic_writer.rb b/lib/combine_pdf/combine_pdf_basic_writer.rb index 290768b..6069b52 100644 --- a/lib/combine_pdf/combine_pdf_basic_writer.rb +++ b/lib/combine_pdf/combine_pdf_basic_writer.rb @@ -11,6 +11,13 @@ module CombinePDF #@private #:nodoc: all + # + # This doesn't work yet! + # + # 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])