Hi Team,
Hi I am trying To convert pdf To txt. But when i convert i loose out the formatting. Is there a way i can keep the formatting intact like bold and font size.
I am using the below code.
Document Doc = new Docu…... Document doc = new Document(@"C:\Users\ab...Text.TextAbsorber(); doc.Flatten(); doc.Pages.Accept(textAbsorber);...