You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Peter Adelmann <pa...@collaborative.com> on 2008/10/13 15:34:19 UTC

FontBox Exception running 0.7.3--Resolved

Jukka,
 
That was it.  For some reason I had it in my mind Fontbox was something
I should have found in the pdfbox package structure.
Once I d/l Fontbox and put in my classpath; I got past that exception.
Now I'm getting  NP but that's probably my fault.
Thanks for the help!!
Peter
 
 
Hi,
 
On Fri, Oct 10, 2008 at 10:16 PM, Peter Adelmann
<pa...@collaborative.com> wrote:
> I trying to test the update on a pdf form.  I open up the PDDocument I
> iterate through the fields to the get the specific value.  I then set
> the value to something else and try to save the pdf to a different
name.
> When I try to do this I receive the following stack trace:
> 
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/fontbox/afm/AFMParser
 
Do you have (the correct version of) the fontbox library in your
classpath?
 
BR,
 
Jukka Zitting