I'm developing a plugin for Adobe Acrobat X with C++ that copies all text from opened .pdf in a .txt file. I've tried text runs and text characters from PDEText, it copies all text but it concatenates all lines.
Q: how can I find where end line is in my text?