[iText-questions] Relocationg to the new SVN

2012-11-13 Thread Vahid Nasiri
Hello everyone! iTextSharp's SVN location has changed and its new repository is located at http://svn.code.sf.net/p/itextsharp/code/ with new uuid '820d3149-562b-4f88-9aa4-a8e61a3485cf' and not the old one: 'da003780-e18d-4f51-86a4-c2ecb517afe5' to fix this issue, open the 'wc.db' database and

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

2012-11-13 Thread Paulo Soares
You must compile the code from the SVN. Paulo On Tue, Nov 13, 2012 at 7:46 AM, Xavier xjourn...@excub.com wrote: can't find the error in my config. I have itextpdf-5.3.4.jar in my classpath If I remove itextpdf-5.3.4.jar before compiling or executing the process stops with erros meaning

[iText-questions] PdfConcatenate does not work in 5.3.4

2012-11-13 Thread Vahid Nasiri
Hello, A working code for merging documents (PdfConcatenate) is not working anymore in v5.3.4 It throws an exception in this method for copy.AddPage: -- protected PdfStream CopyStream(PRStream inp) { //... parentObjects.Add(value, inp); // duplicate value Same code works fine in

Re: [iText-questions] Creating and

2012-11-13 Thread Terry MILAN
Hi Leonard, At this point, I am new and am basing a lot of my work on the examples found in the iText in Action book. In one of the chapters there is an explanation of various container types. In both the explanation and the downloaded example of the art box, the box selector is art.

Re: [iText-questions] Creating and

2012-11-13 Thread Leonard Rosenthol
Keys in the PDF language are case sensitive. So if you use the wrong one, then things won't work as you expect. The correct case for the box names is Capitalized. (Art, Trim, etc.) -Original Message- From: Terry MILAN [mailto:tmi...@sprynet.com] Sent: Tuesday, November 13, 2012 9:58

[iText-questions] Combobox GetListOptionDisplay() returns null

2012-11-13 Thread Jason Wilczak
Greetings, I am attempting to use the function GetListOptionDisplay(fieldname) but it always returns null. When I open the pdf, there are options to select drop the drop down, but they don't come back in the code. I am using C# by the way. Let me know if you need any more info for this,

[iText-questions] iTextSharp instance of BouncyCastle conflicting with standalone BouncyCastle library

2012-11-13 Thread Marcus Wong
Hello, I am currently using the iTextSharp library (itextsharp.dll version 5.3) inside a DLL written in C#. I also have a need to include the BouncyCastle crypto library (BouncyCastle.CryptoExt.dll version 1.7.4114.6378) to the same project, for the purposes of encrypting non-PDF files. The

[iText-questions] PdfPtable TotalHeight is always zero in v 5.3.4

2012-11-13 Thread Vahid Nasiri
Hello, After adding a table to the page, its TotalHeight is always zero in v 5.3.4       document.Add(table);     var data =   table.TotalHeight; //it was OK in v 5.3.2-- Monitor your physical, virtual and

Re: [iText-questions] PdfConcatenate does not work in 5.3.4

2012-11-13 Thread Kevin Day
Tip to the wise: If you don't provide an exception trace, no one can help you at all. If you really want to get help, provide a full method that demonstrates the issue - no one on this list has any idea what value or inp is, or even parentObjects. There may very well be a problem, and we would

Re: [iText-questions] QR Code

2012-11-13 Thread Mike Alexander
Sterling Rouse sterling at 360works.com writes: I need to be able to define my own spot color and apply it to the QR code. This is to be read by a printing press, which will apply the spot color in place of the black that is actually displayed if you open the PDF in Acrobat. On Aug 1,

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

2012-11-13 Thread Xavier
Do you mean I need to build a new set of iText.jar from the svn instead of getting the 5.3.4 release from the download page ? I'm not very familiar with svn, but I'll try. -- View this message in context: