Hi,
We are getting java.lang.StackOverflowError
when we try generating a PDF document with too many numbers of rows in a table. We are using isKeptTogether = true
for this table. I also tried to remove this tag to generate the PDF, even then we get the same issue. But in case we reduce the font in the table in such a way that the complete table fits in one page we don’t get this error. I am attaching the XML that has this issue.
Exception in thread "main" java.lang.StackOverflowError
at java.lang.String.toUpperCase(Unknown Source)
at java.lang.String.toUpperCase(Unknown Source)
at aspose.pdf.e.Aac.a(SourceFile:215)
at aspose.pdf.Color.<init>(SourceFile:140)
at aspose.pdf.TextInfo.<init>(SourceFile:1967)
at aspose.pdf.Row.<init>(SourceFile:373)
at aspose.pdf.Row.clone(SourceFile:537)
at aspose.pdf.xml.Acf.a(SourceFile:2791)
at aspose.pdf.xml.Acf.a(SourceFile:1432)
at aspose.pdf.xml.Acg.a(SourceFile:481)
at aspose.pdf.xml.Acf.a(SourceFile:1477)
at aspose.pdf.xml.Acg.a(SourceFile:481)
at aspose.pdf.xml.Acf.a(SourceFile:1477)
at aspose.pdf.xml.Acg.a(SourceFile:481)
at aspose.pdf.xml.Acf.a(SourceFile:1477)…
We are using Java Aspose 2.7.0