Am 11.05.2015 um 21:00 schrieb Noam Silver:
Hi,
It seems to be working (I probably have some bugs I need to sort out).
Thanks!
Where is the official repository (google gives multiple results)? In the
snapshots directory Ill find the 1.8.10 snapshot .jar, right? Is there also
the source code bundled or I need to download the whole directory for that?
Sorry for the nub questions...
Thanks for all your help!
You can get the snapshots (without source) here:
https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/1.8.10-SNAPSHOT/
if you want to download the sources and build yourself, use this for the
unreleased 1.8.10 version:
http://svn.apache.org/repos/asf/pdfbox/branches/1.8
You need maven to build. The jars will be in "pdfbox
reactor/app/target". If you want to build with sources, add "source:jar"
to the maven goals. (If you have a good IDE, then it supports maven and
svn out of the box :-))
If you get the error message "JCE unlimited strength jurisdiction policy
files are not installed" when building, install the JCE files
http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html
or run maven with -DskipTests=true
The advantage is that you can debug in the source code. However, if you
start to do this, then it is either a misunderstanding of yours, or a
bug in PDFBox, so don't hesitate to ask.
Tilman
Noam
On Mon, May 11, 2015 at 7:33 PM, Tilman Hausherr <thaush...@t-online.de>
wrote:
Hi,
Please give feedback about whether your problems are solved or not... or
if you have hit different roadblocks, or if you need the current source for
debugging.
Btw, that one from yesterday was already the "improved" version, it is now
also in the official repository and the snapshots directory.
Tilman
Am 11.05.2015 um 06:47 schrieb Noam Silver:
Thanks! this is grate!
Noam
On Mon, May 11, 2015 at 1:32 AM, Tilman Hausherr <thaush...@t-online.de>
wrote:
Get it here:
http://home.snafu.de/tilman/tmp/pdfbox-app-1.8.10-SNAPSHOT.jar
Tilman
Am 11.05.2015 um 00:20 schrieb Noam Silver:
It will be grate if you can send me the updated .jar I am currently
using
pdfbox-app-1.8.9.jar.
I am in a hurry I need to get this project working!
Thanks,
Noam
On Sun, May 10, 2015 at 11:50 PM, Tilman Hausherr <
thaush...@t-online.de>
wrote:
Am 10.05.2015 um 21:59 schrieb Noam Silver:
Ok, this sounds like the problem. So, when you say be patient what do
you
mean?
Wait 1-2 days.
I have already managed to do a quick solution but this needs some
polishing. The "polishing" is internal only, i.e. you don't have to
change
anything in your code. It's the name lookup that has an additional
segment
now.
If you're in a hurry, two possibilities:
- I tell you what to change in the source code so you build it yourself
- I send you the jar file you need. (If you want that, tell me if you
use
the pdfbox.jar, or the pdfbox-app.jar)
Tilman
Thanks so much for your help!
Noam
On Sun, May 10, 2015 at 10:13 PM, Tilman Hausherr <
thaush...@t-online.de>
wrote:
Am 10.05.2015 um 19:58 schrieb Noam Silver:
The code which I was talking about with the *namesDict =
doc**.getDocumentCatalog().getNames()
*returns *null *is part of the pdfbox code in the
*findDestinationPage
*method
in the section of the *if( rawDest instanceof PDNamedDestination )*
in
the
*PDOutlineItem* class.
It sems that there is an anomaly in this spacific pdf. Ill try to
load
the
pdf with *loadNonSeq(file,null) *and see what's the difference.
I looked at the file, and my first impression is that this is a
bug
in
PDFBox. In your file, the document catalog has a /Dests entry, but
PDFBox
is looking for a /Names entry, which itself has a /Dests entry. Your
document is using a PDF 1.1 concept, while PDFBox supports the 1.2
concept
only, but should of course support both.
Be patient...
Tilman
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org