pauln / tcpdi_parser

Parser for use with TCPDI, based on TCPDF_PARSER
GNU Lesser General Public License v3.0
27 stars 47 forks source link

Modified the regex for finding the trailer section to allow comment lines. #10

Closed audiomason closed 8 years ago

audiomason commented 8 years ago

Parser would previously raise an error if comment lines were placed in the trailer section before the startxref line. Comment lines in the trailer section should now be accepted by the parser.