I have a scanner that can read PDF417.
I have experience with PDF417. 
I dont't have a scanner that can read macro PDF417.
I dont't have any experience with macro PDF417. 

That said:

1 - From the specs:

H.2.2 File ID field
For each related Macro PDF417 symbol, the file ID field contains the same 
value. This ensures that all reassembled
symbol data belongs to the same distributed file representation. The file ID is 
a variable length field
which begins with the first codeword following the segment index and extends to 
the start of the optional fields (if
present) or to the end of the Control Block (if not).
Each codeword in the file ID can have a value between 0 and 899, effectively 
making the file ID a series of base
900 numbers. Each codeword of the series is transmitted as the 3-digit ASCII 
representation of its decimal value.
NOTE: The effectiveness of the file identification scheme is influenced by both 
the length of the file ID field and the
suitability of the algorithm used to generate its value.

2 - 

    /** Gets the raw image bits of the barcode. The image will have to
     * be scaled in the Y direction by <CODE>yHeight</CODE>.
     * @return The raw barcode image
     */
    public byte[] getOutBits() {
        return this.outBits;
    }
    
    /** Gets the number of X pixels of <CODE>outBits</CODE>.
     * @return the number of X pixels of <CODE>outBits</CODE>
     */
    public int getBitColumns() {
        return this.bitColumns;
    }
    
    /** Gets the number of Y pixels of <CODE>outBits</CODE>.
     * It is also the number of rows in the barcode.
     * @return the number of Y pixels of <CODE>outBits</CODE>
     */
    public int getCodeRows() {
        return this.codeRows;
    }

> -----Original Message-----
> From: Ricardo Borillo Domenech [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, February 14, 2006 12:00 PM
> To: itext-questions@lists.sourceforge.net
> Cc: Paulo Soares
> Subject: Re: Unanswered question: [Fwd: 
> [iText-questions]BarcodePDF417 question]
> 
> Thanks!!! That's a good response :)
> 
> Sorry but i see at source code that this class was submited by "Paulo
> Soares". Not you.
> 
> Anybody can help me???
> 
> Thanks in advance !!!
> 
> 
> 
> El mar, 14-02-2006 a las 12:13 +0100, bruno escribió:
> > Ricardo Borillo Domenech wrote:
> > 
> > >There's anyone here thant can help me?? Bruno, perhaps :)
> > >  
> > >
> > I don't have a scanner that can read PDF417.
> > I don't have any experience with PDF417.
> > So I can't answer any questions about PDF417.
> > br,
> > Bruno
> -- 
> Salut,
> ====================================
> Ricardo Borillo Domenech
> Analista/Programador - Servei d'Informàtica
> Universitat Jaume I
> http://xml-utils.com
> 


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to