I also need to output OMR marks.  I have started using absolutely
positioned block-container elements in the end area and having a different
static-content for the first, rest and last page positions and using a new
page sequence for each document set. I need to output PS. Unfortunately
page-position="last" is not implemented yet, so it doesn't quite work
fully.  Also in the PS renderer, "region-end" is not implemented yet, but I
can get the same effect with "region-before".




                                                                                       
                    jthaemlitz@oreil                                                   
                    lyauto.com             To:     [EMAIL PROTECTED]              
                                           cc:                                         
                    07/09/2001 01:38       Subject:     producing OMR marks (Optical   
                    AM                      Mark Reading)                              
                    Please respond                                                     
                    to fop-dev                                                         
                                                                                       
                                                                                       




I'm writing a DB reporting class that extends org.apache.fop.apps.Driver
and fires SAX events to the Drivers ContentHandler (FOTreeBuilder).

I have a method that produces the correct OMR mark with SAX events when the
page number is passed in as a parameter.  The problem with this is that I
need the current page number passed into this method as the page is
processed?  (callbacks?)

What I need is a tag that performs a lot like <page-number>.  The OMR mark
is just the page number in binary (well 85% of it is).  The last page has
an extra mark to say it's the last page, etc.  I need some help getting
stared on creating this tag.  It requires access to the page number and has
to know when it gets to the last page.  The mark is a 1 cell by 10 row
table (picture a real simple verticle barcode) so I need help with using
the Table Area too.







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to