OK. Step 1. Following Gabriel's instructions.
 do %pdf-maker.r
 write/binary %pdf-test.pdf layout-pdf compose/deep[
    [ ; page 1. Make a nice line at top and bottom
        line 10 281 201 281 ;; top
        line 10 16 201 16   ;; bottom
        textbox [ ;; Two paragraphs of text
            LEFT ALIGN "  This is Page One." newline ;; force line break
            "This is the next line." newline
            "This is the third line." p ;; short for END PARAGRAPH
                                        ;; two line breaks
            LEFT ALIGN "This is the next paragraph" newline
            "This is the next line and" newline
            "this is the last line"
            ]
        ]
    ]
;; Don't know about the rest of you, but learn-by-example is the
;;   best way to learn a dialect. 
tj

-- 
Tim Johnson <[EMAIL PROTECTED]>
      http://www.alaska-internet-solutions.com
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to