Good day,
I would like to ask you if you sell a product that convert pdf document containing UTF-8 characters to text file. In fact, many customers need to convert pdf documents that contain UTF-8 arabic characters to text files.
Best Regards
======================================
VeryPDF PDF to Text Converter does convert UTF-8 PDF file to text file properly. After you installed VeryPDF PDF to Text Converter, please launch a CMD window, you can run following command lines in this CMD winodw to convert your PDF files to text files quickly,
"-breaker" parameter will insert page breaker 0x0C into converted .txt file, if you needn't page breaker, you can remove this parameter,
"C:\Program Files\VeryPDF PDF2TXT v3.2\pdf2txt.exe" C:\verypdf.pdf C:\out.txt -unicode -breaker
You can also run following command line to convert PDF file to text file without page breaker symbols,
"C:\Program Files\VeryPDF PDF2TXT v3.2\pdf2txt.exe" C:\verypdf.pdf C:\out.txt -unicode
The "-unicode" parameter will convert UTF-8 characters from PDF files to text file properly.
VeryPDF