On 22/02/2012 7:06, nomed01 wrote:
> hello, im using iText and for some reason it doesnt work once i build the
> project, it makes the pdf file when i run the file inside of netbeans, but
> when i go to dist/project.jar nothing happens once i use the make pdf
> function, any idea of what could be h
On 21/02/2012 18:14, AJ Weber wrote:
> I'm apparently doing something wrong.
Your code is very strange. An outsider seeing the code out of context
has no idea what you're trying to achieve.
> I'm trying to append some content
> directly to the page's existing content-stream (it's already forma
hello, im using iText and for some reason it doesnt work once i build the
project, it makes the pdf file when i run the file inside of netbeans, but
when i go to dist/project.jar nothing happens once i use the make pdf
function, any idea of what could be happening here?
--
View this message in con
I'm apparently doing something wrong. I'm trying to append some content
directly to the page's existing content-stream (it's already formatted
with the correct operators & operands, because I removed it previously).
Not only is the updated content not being written, but my simple removal
of on
Hello Kevin,
Yes, I considered using it. But when I did, I was already happy being
successful with a new instance for each page, which I think is not a
very costly operation in the context it is used in. I only think a hint
to the cumulative effects of processContent() in api doc and/or "the
b
Bah, an incorrect path to an image file! I thought I checked the console
for errors but obviously not, thanks for the help.
On Tue, Feb 21, 2012 at 8:16 AM, iText Info wrote:
> Op 21/02/2012 0:55, Rod Hall schreef:
> > We ported our java application from Google App Engine to a dedicated
> > ser
Op 21/02/2012 0:55, Rod Hall schreef:
> We ported our java application from Google App Engine to a dedicated
> server running Tomcat. PDF creation works great, except that it
> appears that onEndPage is no longer called, as we are not getting our
> page headers or footers anymore. Code looks g