×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi:
Thanks for the reply.
Neither of those worked for me. Is there supposed to be a space after the
ExtractText? I tried but that didn't fix it.
I was able to get this QSH working late last night. Is there any advantage
to using the JAVA command instead of QSH?
QSH CMD('java -jar /JavaPDF/pdfbox-app-1.6.0.jar +
ExtractText /tmp/cons.pdf /tmp/cons.txt')
Thanks, Jack
-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx]
On Behalf Of David Gibbs
Sent: Tuesday, March 06, 2012 9:52 AM
To: Java Programming on and around the IBM i
Subject: Re: Question about running a Java Class
On 3/5/2012 7:10 PM, Jack Tucky wrote:
I was able to get the extract to work on my PC using this command.
Can anyone help me "convert" the syntax to Iseries?
Try this:
qsh cmd('java -cp pdfbox-app-1.6.0.jar org.apache.pdfbox.PDFBox
ExtractTextcons.pdf')
or this:
JAVA CLASS('org.apache.pdfbox.PDFBox') PARM('ExtractTextcons.pdf')
CLASSPATH('pdfbox-app-1.6.0.jar')
david
As an Amazon Associate we earn from qualifying purchases.