Can you please give an example how to insert a rectangle in a existing
document using PdfStamper.
Regards,
Cristina Moura
_
De: Iliadis Yannis [mailto:ilyan...@gmail.com]
Enviada: terça-feira, 25 de Outubro de 2011 12:31
Para: Post all your questions about iText here
tByte = writer.DirectContent
cb.Rectangle(25, 25, 200, 100)
cb.Stroke()
doc.close()
Cumprimentos,
Cristina Moura
_
De: Iliadis Yannis [mailto:ilyan...@gmail.com]
Enviada: terça-feira, 25 de Outubro de 2011 11:18
Para: Post all your questions about iText here
Assunto: Re: [iText-ques
Hi!
How can I draw a rectangle in existing pdf.
I have been working with pdfStamper to create a new document based on a
template. Now I need in this new document a rectangle around a image.
Can you help?
Regards,
Cristina Moura
Thanks! It's working! ;-)
_
De: Balder [mailto:bal...@redlab.be]
Enviada: quarta-feira, 20 de Abril de 2011 11:16
Para: itext-questions@lists.sourceforge.net
Assunto: Re: [iText-questions] pdf form: how to send a line break
On 20/04/2011 12:08, Cristina Moura wrote:
Hi
Hi! The field is multiline and I'm doing this:
pdfFormFields.SetField("DESCRIPTION1", "blablablabla Chr(10) blablablabla")
But in the created pdf the Chr(10) appears in the text and no line break is
made.
Regards.
Cristina Moura
-Mensagem original-
De:
Hi!
I have a PDF form that I need to fill.
Some of the text-fields are large, so I need to send a line break with my
text.
How can I do that?
This is the code Im using:
---
Dim pdfTemplate As String = Server.MapPath("TEMPL
Hi!
I have a PDF form that is protected with password, but I need to fill, only
the fields that are available in PDF template.
Is there any way to do this without having the password?
Thank you in advance!
Regards
Cristina Moura
ect with a password. To open the generated
PDF I need the final usern must know the password.
This is not what I need. I need the user to be able to view the document and
printing, but no editing/modified is allow.
Thanks in advance,
Regards.
Cris
Hi!
I have a PDF form that is protected with password, but I need to fill, only
the fields that are available in PDF template.
Is there any way to do this without having the password?
Thank you in advance!
Regards
Cristina Moura