I have been reporting more than 150 bugs in the last 15 years and now I'm tired of hunting LC bugs...

Around 200 actually - 3/4s of which have been in non-GM releases - so thanks for using DP's and RC's and helping to make LC better
In regards to this issue - this isn't really a bug in LC - it is due to the difficulty in doing text extraction from PDFs.
PDFs don't actually contain the source text - all PDF viewers have to reverse engineer the text content by looking at the glyphs, fonts, their locations then reverse mapping those details back into a linear form of text. All PDF viewers do this differently and It isn't 100% accurate (most do it quite badly actually, for more than simple western-language paragraphs!). The text layout and fonts used can have a great effect on the efficacy of the process.
In this case changing the font to Courier in LC in your test stack gives slightly better results, but the tabular layout foxes Preview's ability to reconstruct things well (and some columns it doesn't 'see' at all). I'd also point out that replicating that exact text, tabs and such in TextEdit with same font/size and printing to PDF (from TextEdit) doesn't do that much better in terms of extraction - it gets more of the text content - but in entirely the wrong order.
At the end of the day PDF is a format designed to encapsulate something for printing, if you want a format which is manipulatable as text, then distribute in a text form? e.g. HTML, RTF, Plain Text?
P.S. Cross-posting to the forums and mailing-list is a little irksome and not very good practice. Where is someone meant to reply if they are on both?