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…...Extractors.Text.TextExtractor extractor = formatted...CreateTextExtractor(stream); if (extractor == null) { return null; }...