Re: [iText-questions] ItextSharp an

2011-10-25 Thread Cristina Moura
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

Re: [iText-questions] ItextSharp an

2011-10-25 Thread Cristina Moura
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

[iText-questions] ItextSharp an

2011-10-25 Thread Cristina Moura
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

Re: [iText-questions] pdf form: how to send a line break

2011-04-20 Thread 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

Re: [iText-questions] pdf form: how to send a line break

2011-04-20 Thread Cristina Moura
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:

[iText-questions] pdf form: how to send a line break

2011-04-20 Thread Cristina Moura
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 I’m using: ---   Dim pdfTemplate As String = Server.MapPath("TEMPL

[iText-questions] PDF Form with password

2011-04-06 Thread Cristina Moura
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

[iText-questions] PDF Secured: restrict editing and printing the document

2011-03-31 Thread 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

[iText-questions] PDF Form with password

2011-03-30 Thread Cristina Moura
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