C# Pdf to Text with values in multiple line
问题 Hi I have a pdf with content as following : - Property Address: 123 Door Form Type: Miscellaneous ABC City Pin - XXX So when I use itextSharp to get the content, it is obtained as follows - Property Address: 123 Door Form Type: Miscellaneous ABC City Pin - XXX The data is mixed since it is in next line. Please suggest a possible way to get the content as required. Thanks Property Address: 123 Door ABC City Pin - XXX Form Type: Miscellaneous 回答1: The following code using iTextSharp helped in