[iText-questions] Import pages to PdfWriter

2005-03-14 Thread Roger Misteli
Hiyas I've got a PDF with form fields that I want to fill with different values and, for each database record, fill up a huge PDF with a copy of the PDF Form I just read and filled out. The filling of the values works perfectly, but this code here: private void copyPages(final byte[] pdfArray,

Re: [iText-questions] Import pages to PdfWriter

2005-03-14 Thread Paulo Soares
It's Document.newPage(). --- Roger Misteli [EMAIL PROTECTED] wrote: Hiyas I've got a PDF with form fields that I want to fill with different values and, for each database record, fill up a huge PDF with a copy of the PDF Form I just read and filled out. The filling of the values works

[iText-questions] Import pages

2002-11-08 Thread [EMAIL PROTECTED]
Hi, current iText version doesn't support real copy of pages. I've added new funcionality that it allow to copy also outlines. My problem is in the copy of Annotations. Is there someone that can help me? Thanks, Paolo Aldovini ---

Re: [iText-questions] Import pages

2002-11-08 Thread Leonard Rosenthol
At 10:19 AM +0100 11/8/02, [EMAIL PROTECTED] wrote: current iText version doesn't support real copy of pages. Correct, though it is coming... I've added new funcionality that it allow to copy also outlines. My problem is in the copy of Annotations. Is there someone that can help me?

[iText-questions] Re: [iText-questions] Import pages

2002-11-08 Thread [EMAIL PROTECTED]
I've gotten successfully all informations about annotations in the input page, but I'm not able to write them into output page. I've tried to use PdfAnnotation.createLink method but without success. How can I write PdfAnnotation? Paolo At 10:19 AM +0100 11/8/02, [EMAIL PROTECTED]

Re: [iText-questions] Import pages

2002-11-08 Thread Matt Benson
Leonard, this is a sympathetic comment: Doesn't it make you feel bad always having to tell people what you're going to give them and never having time to perfect it for delivery? I've been going through this for over a year with a particular project I am working on and it fills me with guilt

Re: [iText-questions] Import pages

2002-11-08 Thread Leonard Rosenthol
At 7:38 AM -0800 11/8/02, Matt Benson wrote: Doesn't it make you feel bad always having to tell people what you're going to give them and never having time to perfect it for delivery? I FINALLY sent the code to Paolo last night ;). Leonard --

Re: [iText-questions] Import pages

2002-11-08 Thread Matt Benson
Great, don't know when or whether I'll need it but it's always nice to see iText grow, which it's done a lot since I first started using it. -Matt --- Leonard Rosenthol [EMAIL PROTECTED] wrote: At 7:38 AM -0800 11/8/02, Matt Benson wrote: Doesn't it make you feel bad always having to tell

Re: [iText-questions] Import pages

2002-11-08 Thread Bruno
Quoting Leonard Rosenthol [EMAIL PROTECTED]: I FINALLY sent the code to Paolo last night ;). I will make the time to put Paulo's release on CVS and on my site maximum 1 week after it is published on his site. Bruno --- This sf.net

[iText-questions] import pages

2002-10-22 Thread Magica de Spell
hello, what am I doing wrong in the following: public class DummyPDF{ DummyPDF(String name, String file, int dest) { Document document = new Document(); try { PdfWriter writer = PdfWriter.getInstance (document, new FileOutputStream(name)); PdfReader reader =