Re: [iText-questions] Bug in iText

2008-10-13 Thread Fabrizio Accatino
AFAIK the only workaround is to increase the stack size. http://www.nabble.com/IIS6-problem---Stack-overflow%3A-System.util.collections.k_Tree.Insert-to16559593.html#a16559593 Fabrizio - This SF.Net email is sponsored by the

Re: [iText-questions] Bug in iText

2008-10-13 Thread Paulo Soares
iText is not particulary memory efficient. Big docs require big memory. There are some ways to reduce the memory requirements at the expense of time but it depends on what you are trying to do. Paulo > -Original Message- > From: Steve Lomicka [mailto:[EMAIL PROTECTED] > Sent: Monday, O

[iText-questions] Bug in iText

2008-10-13 Thread Steve Lomicka
Greetings, When saving out a 2000+ PDF file I get a stack overflow exception in System.util.collections.k_Tree.Insert. The PDF was built with Acrobat version 7 and the file is PDF version 1.6. The file is actually the PDF spec - we are using the document for performance testing. I can reprodu

Re: [iText-questions] 'Could not find XObject named Xi1' error afterusing PdfCopy with PageStamp

2008-10-13 Thread Paulo Soares
I'll need a small standalone program and any needed PDF files so that I can reproduce the problem. If the PDFs have sensible information you may send it privately to me. Paulo > -Original Message- > From: Kevin Day [mailto:[EMAIL PROTECTED] > Sent: Monday, October 13, 2008 5:01 PM > To

Re: [iText-questions] 'Could not find XObject named Xi1' error afterusing PdfCopy with PageStamp

2008-10-13 Thread Kevin Day
Thanks for getting back to me - I think that we are seeing something more involved - I'll include some of the data from the resultant PDF and explain why I think so... The source file for the stamp is very simple - just an MS Word document with a single word on it printed to PDF - no annotati

Re: [iText-questions] RowSpan PdfTable

2008-10-13 Thread Alexis Pigeon
Hi Igor, On 13/10/2008, igor <[EMAIL PROTECTED]> wrote: > > Hi Paulo, > i'm very interested in the problem explained in [iText-questions] > ConvertingRowSpantoNestedTablesQuestion(AGAIN). > We have very similar problem with report containing table with a > multirowspan.Do you think a solution will

[iText-questions] Upgrading from 1.2 to 2.1.3

2008-10-13 Thread Helge Fredriksen
Hello! I've just been trying to upgrade a API using itext from version 1.2 to 2.1.3. I sat all up (including iText source) in IntelliJ, but iText throws a RunTime here: void addLocalDestinations(TreeMap dest) throws IOException { for (Iterator i = dest.entrySet().iterator(); i.hasNe

[iText-questions] RowSpan PdfTable

2008-10-13 Thread igor
Hi Paulo, i'm very interested in the problem explained in [iText-questions] ConvertingRowSpantoNestedTablesQuestion(AGAIN). We have very similar problem with report containing table with a multirowspan.Do you think a solution will be available soon? Please let me know any news about this problem.

Re: [iText-questions] Commercial Support

2008-10-13 Thread Alexis Pigeon
Hi Lynn, On 13/10/2008, Lim, Lynn <[EMAIL PROTECTED]> wrote: > > Hi, > > Can I get commercial support for iText? Who can I contact? > Check this page : http://1t3xt.com/about/ Please note that due to personal issues, Bruno has to postpone most of the commercial activities carried out through 1T

[iText-questions] Commercial Support

2008-10-13 Thread Lim, Lynn
Hi, Can I get commercial support for iText? Who can I contact? Thanks & Regards, Lynn - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK &

[iText-questions] Adding application specific data to PDF using iText

2008-10-13 Thread santus
I'm new to IText and PDF specification. I hope that you could give a pointer in solving my problem using iText. I want to create an application that needs to add application specific data to pdf file but the generated pdf is still valid. The additional data is associated to annotation in the pdf,

[iText-questions] Split a big pdf

2008-10-13 Thread beppecosta
Hello, I have an accounting application that at the end of month produces a single pdf with all the transactions. This pdf contains more than 100.000 pages (only flate text). What is the fastest way to split it into smaller documents, say 5000 pages each, if possible just in one reading step ? T