I tried to post this on Google Code but for some reason after typing in the whole thing, the submit button wasn't enabled! :-)
What steps will reproduce the problem?
1. download this free ebook:
http://www.pyrsf.com/crookedletterPDF.html
2. run the command
3. see stack trace below
What is the expected output? What do you see instead?
C:\LRFTools>java -Xms200M -Xmx300M -jar LRFTools-v0.9.175.jar convertPDF CL
Loading 'CrookedLetterSmall.pdf' 519 pages -java.lang.ArrayIndexOutOfBoundsExcep
tion: -1
at java.util.Vector.get(Vector.java:696)
at lrf.pdf.flow.Flower.managePieces(Flower.java:123)
at lrf.pdf.PDFSerializer.procPDF(PDFSerializer.java:9 6)
at lrf.pdf.PDFSerializer.recurse(PDFSerializer.java:3 3)
at lrf.RecurseDirs.convertPDFActionParams(RecurseDirs .java:239)
at lrf.RecurseDirs.<init>(RecurseDirs.java:89)
at lrf.RecurseDirs.main(RecurseDirs.java:39)
What version of the product are you using? On what operating system?
v0.9.175 on Windows Vista HP 32-bit JDK 1.6.0_13
Please provide any additional information below.
It does the same thing with SOME other PDF files I have tried. I had JDK 1.6.0_11 installed originally, so I updated to _12 (the latest)...does the same thing.