I am testing your PDF library on my web application. The text got extracted well, but they are all in the pageText string with no line breaks. Is there a way to get long strings to wrap? Or get the text line by line, or word by word even better.
This article on XsPDF.com is what are you looking for, check out: Text extracted from PDF in C#.
Answers
Thank you for your interest in our product.
By using our library, the extracted text will keep the original layout of PDF page including the line breaks. So, for your case, please check whether your string contains "\r", "\t" or not.
Thanks for the quick reply..., that took care of it.
One more question, i have tried to make program in c# using your control XsPDF pdf to text sdk with evaluation copy. But its just extract the first 3 pages only. Can you help me on that?
This is because the package is a trial version so that only the first 3 pages of PDF file will be extracted. By using the purchased SDK, the text will be fully extracted.