Re: [iText-questions] problem with adding text to existing pdf

2008-04-04 Thread Gawędzki , Paweł
t: Re: [iText-questions] problem with adding text to existing pdf 1T3XT info wrote: > Gawędzki wrote: >> So how can you explain it doesn't work on my files. > > Please compare the CropBox size of the first page with the CropBox > size of the other pages. > I've on

Re: [iText-questions] problem with adding text to existing pdf

2008-04-04 Thread Gawędzki , Paweł
-questions] problem with adding text to existing pdf Gawędzki wrote: > So how can you explain it doesn't work on my files. Please compare the CropBox size of the first page with the CropBox size of the other pages. I've only taken one glance at your document, but I think that'

Re: [iText-questions] problem with adding text to existing pdf

2008-04-04 Thread 1T3XT info
Gawędzki wrote: > So how can you explain it doesn't work on my files. Please compare the CropBox size of the first page with the CropBox size of the other pages. I've only taken one glance at your document, but I think that's the explanation. My time is limited and you're not paying me, so I don't

Re: [iText-questions] problem with adding text to existing pdf

2008-04-04 Thread 1T3XT info
precyz wrote: I have a problem with adding text to existing pdf. The example from book doesn't work. It's not because YOU don't know how it works, that you can claim that "the example from the book doesn't work." BECAUSE IT WORKS! Attached you'll find an adapted example from the book. I've re

[iText-questions] problem with adding text to existing pdf

2008-04-04 Thread precyz
I have a problem with adding text to existing pdf. The example from book doesn't work. My code looks like this: public void putDataToPdf(String existing_pdf) { try { PdfReader reader = new PdfReader(existing_pdf_file); int nu_pages = reader.getNumberOfPages();