Re: [iText-questions] Using iTextSharp v5.3.3.0 in VB.NET to digitally sign a PDF

2012-11-11 Thread 1T3XT BVBA
On 12/11/2012 8:05, Hyuga wrote: > Following this thread, I've seen that iText 5.3.4 has been released. > There is a date for the release of iTextSharp 5.3.4? Yes, this is scheduled for this week. > Will this release contain the functions for signing PDF documents > presented in the White Paper

Re: [iText-questions] Using iTextSharp v5.3.3.0 in VB.NET to digitally sign a PDF

2012-11-11 Thread Hyuga
Following this thread, I've seen that iText 5.3.4 has been released. There is a date for the release of iTextSharp 5.3.4? Will this release contain the functions for signing PDF documents presented in the White Paper about Digital Signatures? Thanks a lot. 2012/10/24 José Santiago Bonilla Pazmiñ

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-11 Thread Paulo Soares
It's fixed in the SVN. Paulo On Sun, Nov 11, 2012 at 5:25 PM, Xavier wrote: > OK, here is my test code; > In this test, the word "Test" is printed first with a document.add() and > then in a VerticalText, one in normal glyph and the second one withe bold > glyph. > Of course, at the end, I'd lik

Re: [iText-questions] How to insert bold text in VerticalText

2012-11-11 Thread Xavier
OK, here is my test code; In this test, the word "Test" is printed first with a document.add() and then in a VerticalText, one in normal glyph and the second one withe bold glyph. Of course, at the end, I'd like to create the text in the VerticalText by adding different Phrases elements with diffe

Re: [iText-questions] Problem with add PdfFormField and print

2012-11-11 Thread 1T3XT BVBA
On 11/11/2012 12:10, yotamv wrote: > if the option > to create text field using PdfFormField.createTextField() exist, > there must be some explanation to my problem. Of course, there's an explanation! Actually you've given the explanation yourself: you can't afford spending time to learn more abo

Re: [iText-questions] Problem with add PdfFormField and print

2012-11-11 Thread yotamv
Don't have to be so cynic... Can you write to my boss and convince him to buy this book? If not, than I guess asking the forum is cheaper for me ;-) Thanks for you answer, I will look it up, although, wiser or not, if the option to create text field using PdfFormField.createTextField() exist, th

Re: [iText-questions] Problem with add PdfFormField and print

2012-11-11 Thread 1T3XT BVBA
On 11/11/2012 10:56, yotamv wrote: > I really hope you can help me, I'm struggling with this for a long time. Well, the documentation states that you can create a text field using PdfFormField.createTextField(), but that it's wiser to use the TextField class: http://itextpdf.com/examples/iia.php?

[iText-questions] Problem with add PdfFormField and print

2012-11-11 Thread yotamv
Hi all, I have a problem with adding a PdfFormField to pages. The filed is added but is not visible while opening the page nor it is being printed. Here is the code for adding a field for each page of an existing pdf file: for (int p = 1; p <= totalPages; p++) { field = PdfFormField.creat