ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert pdf into text

I tried this method: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000kJtvSAE&l=en-IN

 

but getting below error, what could be the issue.

 

 

Download All
0 Kudos
Message 1 of 2
(1,826 Views)

Did You take a look at the documentation for the PDFBox at https://pdfbox.apache.org/2.0/commandline.html ?

 

What happens when You open a command line and directly call

 

java -jar path/to/pdfbox.jar ExtractText path/to/pdf.pdf path/to/text.txt

0 Kudos
Message 2 of 2
(1,792 Views)