[iText-questions] Scroll detail section only

2010-08-24 Thread Hendricks, Kevin
Hello, I was wondering if iTextSharp has the ability to keep the page headers/footers and group headers/footers static while only having the detail section scroll via a scrollbar? The report in question will have a header/footer, group header/footer, with columns of numbers in the detail se

Re: [iText-questions] Questions about iText before I make a commitment

2010-05-30 Thread Hendricks, Kevin
Jesse, For a commercial application I would check with "sa...@itextsoftware.com" before considering the software "Free". It is my understanding that the licensing for version 5.0 has changed and support for version 3 and 4 will be discontinued at the end of the summer. There are varying degrees

Re: [iText-questions] How to implement in Visual Studio

2010-05-28 Thread Hendricks, Kevin
Have you tried adding a reference to the dll in your project and setting the "Copy Local" to true? Just store the dll somewhere on your hard drive (doesn't need to be in the bin) ,then set this reference in your project. When you build you project, it will be copied to the bin for you. From:

Re: [iText-questions] Spam: Unit testing flattened PDFs

2010-05-28 Thread Hendricks, Kevin
Robert, What we did, and this is not for forms but flat files for document comparison, is during PDF creation we set an RTF flag. If the flag is set, we create an RTF at the same time we are creating the PDF. RTF doesn't handle page events like PDF, so we just piggy back the RTF API calls