Hello all,
I have a pdf with arabic text (here)
now I want to extract the text from the pdf using groupdocs.parser V(19.5)
the pdf is stored in my database as a byte[], below is my code for parsing the pdf with arabic…...StringBuilder strTextData = new StringBuilder(); System.IO.MemoryStream...MemoryStream mTestStream = new MemoryStream(fileBytes); { strTextData...