6

is there any possibility in haskell to just decrypt a .pdf file, read in the content and return a String? And, if there is one, could you give me a little example like e.g.:

...
import necessaryPackage
...
pdfParsing = ...
...

Thanks in advance.

Best Regards, Jimmy

jimmyt
  • 491
  • 4
  • 10

1 Answers1

8
Don Stewart
  • 137,316
  • 36
  • 365
  • 468