Last Updated:
07 Jul 2020 08:57
by ADMIN
PdfProcessing: Handle documents with startxref and its offset defined on the same line
According to the specification, the startfref keyword must be followed by the offset the xref table start on, defined on a new line. Some documents, however, have both entries defined on the same line, which leads to InvalidOperationException with message "Stack empty" while importing. Make sure this case is handled in PdfProcessing as well.