@BMval wrote:
Does anybody work with PDFIO.jl?
I need to extract text from pdf, due to limiting of my knowledge, I don’t understand how to use the method to save text to string, which is printing to REPL.doc = pdDocOpen("test.pdf") page = pdDocGetPage(doc, 1) dPageExtractText(stdout, page)
Posts: 3
Participants: 2