I am using PDFBox to parse out text using C# from PDF File, that is working fine, but when the parser come across a table it parse out the text but destroy the format. How can I parse out text from a table but keep the formatting, Please help. Need a sample code
Thank you!
Don