Hi All:

I've got a lot of work ahead of me which will entail combining mysql with
pdf.

If I can get some more pointers about text boxes, I would be happy to
do what I can to add to the documentation for pdf-maker.

Furthermore, the archives on this thread will provide additional
resources. 

Here's what I have so far: See comments for problems
 do %pdf-maker.r
 write/binary %pdf-test.pdf layout-pdf compose/deep[
    [ ; page 1
        line 10 281 201 281 
        line 10 16 201 16 
        apply [
            textbox [
                "This is Page One." ;; This text is 'stretched' to the length
                                    ;;   of the upper line :-(
                newline
                "This is the next line." ;; rendered as expected
                ]
            ]
        ]
    ]
;; Gabriele, feel free to email either OTL or instruct me on the List as
;; to what additional documentation you might like me to add, if any.
;; Goal number 1 is to read in a record of 27 fields(cols), labelize,
;; colorize and format. That might make a nice little tutorial
;; This going to rock, compared to python

cheers
tim

-- 
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