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
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,
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 e
s,
Paulo Soares
> -Original Message-
> From: Matt Benson [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, November 08, 2002 15:38
> To: Leonard Rosenthol; [EMAIL PROTECTED]
> Cc: itext-questions
> Subject: Re: [iText-questions] Import pages
>
> Leonard, this is a sympathe
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
>
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
--
> Sent: Friday, November 08, 2002 15:32
> To: [EMAIL PROTECTED]
> Cc: itext-questions
> Subject: Re: [iText-questions] Import pages
>
> At 4:02 PM +0100 11/8/02, [EMAIL PROTECTED] wrote:
> >I've gotten successfully all informations about annotations in the
> >i
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 ev
At 4:02 PM +0100 11/8/02, [EMAIL PROTECTED] wrote:
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?
Well, the pag
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] wrot
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?
W
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
---
TECTED]
> Subject: [iText-questions] import pages
>
> 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 writ
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 = new
14 matches
Mail list logo