Hello I want to convert a PDF file to text file. I am converting the PDF file to text file. But it doesn’t preserves the format of text which is exactly in PDF file.
Please help me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A text file by itself cannot contain formatting.
You cannot preserve formatting in a plain text file because it only contains text. There could be HTML markup inside the text file, but then I would call this an HTML file. Otherwise, you should be trying to convert it into a rich text format (RTF), Microsoft Word, OpenOffice, or some other document type instead.