Re: [iText-questions] iText not working once project is built (NetBeans)

2012-02-21 Thread 1T3XT BVBA
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

Re: [iText-questions] PdfStamper not writing edited content?

2012-02-21 Thread 1T3XT BVBA
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

[iText-questions] iText not working once project is built (NetBeans)

2012-02-21 Thread nomed01
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

[iText-questions] PdfStamper not writing edited content?

2012-02-21 Thread AJ Weber
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

Re: [iText-questions] PdfContentStreamProcessor and changes in graphics state

2012-02-21 Thread Peter Schwalm
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

Re: [iText-questions] onEndPage no longer working...

2012-02-21 Thread Rod Hall
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

Re: [iText-questions] onEndPage no longer working...

2012-02-21 Thread iText Info
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