Anyway you could be more specific? I might be extremely off here with my
guess..
PdfFormField field = PdfFormField.createSignature(writer);
field.setWidget(new Rectangle(0, 0, 200, 20),
PdfAnnotation.HIGHLIGHT_INVERT);
field.setFieldName("mySig");
field.setFlags(PdfAnnotation.FLAGS_PRINT);
pdfPC
I am trying to add enough rows a table to fill up 1 page, but not overflow
the page.
How (and where) do I detect when the page is full so I can stop?
Thanks, Bill
From: Cameron Laird [mailto:claird.visipr...@gmail.com]
Sent: Sunday, May 23, 2010 10:52 AM
To: Post all your questions abo
On Sat, May 22, 2010 at 10:28 AM, 1T3XT BVBA wrote:
> On 05/22/2010 05:05 PM, noemie wrote:
> > Hello,
> >
> > I'd like to add content to an existing pdf file in order to be able to
> open
> > it with the 'nameddest' option.
> >
> > For example, I have a string in my document, let say "Note" and
Hello,
my question is how can I read the seperates pdfs from a pdf portable
collection? I only find an examplw for writing.
Can somebody give me an advice
Regards,
Christoph
--
__
Hello,
my question is how can I read the seperates pdfs from a pdf portable
collection? I only find an examplw for writing.
Can somebody give me an advice
Regards,
Christoph
--
__