In the PDFParser code is the following
// see if it's the key is a UR[I,L]
if( key.toString().equals("/URI") ||
key.toString().equals("/URI") ){
I assume it should be
// see if it's the key is a UR[I,L]
if( key.toString().equals("/URI") ||
key.toString().equals("/URL") ){
Notice that one is URI the other it URL.
Ben Litchfield
Nobody/Anonymous
Extraction
None
Public
|
Date: 2007-03-14 00:20
|
|
Date: 2005-02-07 16:05 Logged In: YES |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2005-02-07 16:05 | stack-sf |
| resolution_id | None | 2005-02-07 16:05 | stack-sf |
| close_date | - | 2005-02-07 16:05 | stack-sf |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use