Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

PDFIO pdPageExtractText

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles