On 12/11/2013 12:45 AM, maxmcc wrote:
> Where in the itextpdf-x.x.x.jar file tree should my .afm files be?
itextpdf-x.x.x.jar??? Surely you meant to say itextg-x.y.z.jar
Please read the documentation: http://itextpdf.com/product/itextg
Download iTextG and you'll find the files you need under
com/i
Thank you for getting back to me.
I found several people complaining of these errors, and tried to rule them
out, but I would certainly believe that this is the problem I'm having.
Where in the itextpdf-x.x.x.jar file tree should my .afm files be?
And just to make sure I understand what you're
On 12/10/2013 8:05 PM, maxmcc wrote:
> the paragraphs still fail to write, and I am left with a blank document. I
> think that _this_ problem is related to the not.found.as.resource error
An exception is thrown and all exceptions in iText are localized, which
means the actual text is stored in a
Okay, by including a blank page using the lines
I was able to get the code to write a PDF in the deployed format. However,
the paragraphs still fail to write, and I am left with a blank document. I
think that _this_ problem is related to the not.found.as.resource error
W/System.err( 7120): C
Hi there,
I'm developing a cross platform (iOS/Android) app that uses native code
plugins. I using iText on the Android side to generate a PDF out of HTML
data that isn't known at compile time. I'm having a problem that seems like
it was common a few years ago, but hasn't cropped up recently.