revathy arun wrote: > Is there any way to check the encoding of a text/pdf document or convert > them to utf -8 encoding?
If you are using pdftotext you could set the enc parameter: pdftotext -enc UTF-8 filename How can you convert PDFs to text via xpdf programmatically? Greetings, Gert