if(parser == null)
{trailer.remove(PdfName.Prev);} // [FIX:0.0.4:5] It (wrongly) kept the 'Prev' entry of multiple-section xref tables.
else
{trailer.put(PdfName.Prev,new PdfInteger((int)parser.retrieveXRefOffset()));}
// Serialize its contents!
trailer.writeTo(stream); stream.write(Chunk.LineFeed);
// 3. Tail.
writeTail(startxref);
}
catch(Exception e)