[iText-questions] start table in new page

2009-08-21 Thread gardek
Hi, I am creating a new rtf document using the iText-rtf-2.1.4.jar library. I need to add several dinamicaly-created-tables to my document. What I need to know is how to position the tables in a new page if the content is too large. I know this can be done with the PdfPTable using the "setKeep

[iText-questions] AIX JVM crash

2009-08-21 Thread sreeram ramesh kumar
Hi,   We have been using itext 2.0.4 for sometime.   Details of the enviornment: J2RE 1.4.2 IBM AIX build ca142ifx-20080808 (SR11+PK70184)   Recently few times the JVM crashed with signal 10. 1XHSIGRECV SIGBUS received at 0x6d4d37ac in . Processing terminated. The following is the stack tra

[iText-questions] PdfCollection Column Widths

2009-08-21 Thread Art Purcell
Hi, Is there a way to specify the default column widths of the overview in a PdfCollection? Thanks, AP -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report desig

Re: [iText-questions] iText and Portfolios

2009-08-21 Thread Mark Storer
I'm afraid I have no idea what you mean... Google to the rescue... Okay. Portfolios are an Acrobat 9 feature. iText usually lags 2-3 versions behind Acrobat, with exceptions in both directions. For example, iText doesn't execute javaScript, which was introduced in Acrobat 4, but I understand

Re: [iText-questions] Problem while merge files in Itext Chapter Section

2009-08-21 Thread Mark Storer
Can we see some sample code? --Mark Storer Senior Software Engineer Cardiff.com #include typedef std::Disclaimer DisCard; -Original Message- From: Gopinath Radha [mailto:g...@flagshipmd.com] Sent: Friday, August 21, 2009 7:56 AM To: itext-questions@lists.sourceforge.net Subjec

[iText-questions] Problem while merge files in Itext Chapter Section

2009-08-21 Thread Gopinath Radha
Hi We are trying to include PDF file in existing PDF under Chapter Section. Is there a way to do this? Right now I convert PDF file to image and then I added it in existing PDF Section using section. add (Image). This process takes more time. Is there any way to include PDF in section wit

Re: [iText-questions] SpotColor and equals()

2009-08-21 Thread Ludger Buenger
Ok, Paulo, please find attached my suggested changes to SpotColor and PdfSpotColor. For SpotColor I replaced the identity check by an field comparison equality. This requires to implement the equals method also upon PdfSpotColor, thus I also added two methods equals and hashCode to PdfSpotColor.

[iText-questions] iText and Portfolios

2009-08-21 Thread Cameron Laird
I will need several Portfolio-related capabilities. A great start would simply be a method which reports whether a PDF is a Portfolio or not. Where can I read what iText knows about Portfolios? I've read through the archives of the mailing list, with no satisfaction.

Re: [iText-questions] Adobe 9 complaining about PDF/A where as Adobe 8not

2009-08-21 Thread Paulo Soares
I've no idea when this will be fixed, as usually paid work takes precedence. I would cathegorize this as a new feature rather than a bug as explicit PDF/a support only applies to new docs not existing ones. Paulo - Original Message - From: "Faisal Raza" To: Sent: Friday, August 21, 2

Re: [iText-questions] Adobe 9 complaining about PDF/A where as Adobe 8not

2009-08-21 Thread Faisal Raza
Any idea when can this issue be fixed? I believe this issue is present in both c# and java version of itext Best Regards, Rana Faisal Raza Leonard Rosenthol-3 wrote: > > Paulo said below it was a bug in iText. > > -Original Message- > From: Faisal Raza [mailto:faisal.r...@ascertia.com

[iText-questions] Table cell Spacing problem

2009-08-21 Thread ali zubair
Hi All,   I want to create a space between cell. How can i do it. I am using c#.net   I have tried many things but all in vain. Cell spacing works correctly in Java but not in c#.net. I am using following code for cell spacing.   Table table = new Table(3); table.Padding = 5; table.Spacing = 5;  

Re: [iText-questions] Help: filling a PDF with a form and adding extra content

2009-08-21 Thread Luciano Mollea
Thanks for the hint, now we have exactly what we needed! LM Paulo Soares-3 wrote: > > You can add pages with PdfStamper.insertPage(). > > Paulo > > - Original Message - > [...] > -- View this message in context: http://www.nabble.com/Help%3A-filling-a-PDF-with-a-form-and-adding-