Re: [iText-questions] How to set page rotation in itext RTF format

2010-09-11 Thread shensl
oh, yes, i need RTF. Thanks anyway :-) At 2010-09-11 19:21:16,"1T3XT info" wrote: >On 11/09/2010 12:55, shensl wrote: >> Hello, it doesnot work! >> When i change the pagesize back to A4, some of the table columns can not >> be seen, it's width beyond the A4 page can contain > >Wait a minute: yo

Re: [iText-questions] Licensing question

2010-09-11 Thread 1T3XT info
On 10/09/2010 23:03, Robert Williams wrote: > And we'd happily open-source that app as necessary; > we just don't want to open-source all the apps > that might utilize it. The AGPL is considered a viral, copyleft license. The "viral" part of this is realized in the fact the enclosing applicati

Re: [iText-questions] How to set page rotation in itext RTF format

2010-09-11 Thread 1T3XT info
On 11/09/2010 12:55, shensl wrote: Hello, it doesnot work! When i change the pagesize back to A4, some of the table columns can not be seen, it's width beyond the A4 page can contain Wait a minute: you're asking something about RTF? I'm sorry, that is no longer supported! iText is pure PDF. If

Re: [iText-questions] How to set page rotation in itext RTF format

2010-09-11 Thread shensl
Hello, it doesnot work! When i change the pagesize back to A4, some of the table columns can not be seen, it's width beyond the A4 page can contain. Shane At 2010-09-11 17:51:49,"1T3XT info" wrote: >On 10/09/2010 20:30, shensl wrote: >> Hello, >> I have a big table with a lot of columns, and i

Re: [iText-questions] ColumnText: Access to the already added elements

2010-09-11 Thread 1T3XT info
On 10/09/2010 9:39, andreas wrote: > > Hi, > > are there any possibilities to access the already added elements in a > ColumnText? In my case, I need to grab the content from a PdfPTable, which > is embedded in the ColumnText-container, each time the page breaks. I added > the PdfPTable with the me

Re: [iText-questions] How to set page rotation in itext RTF format

2010-09-11 Thread 1T3XT info
On 10/09/2010 20:30, shensl wrote: Hello, I have a big table with a lot of columns, and it can not fit for normal PageSize.A4. How can i rotate this only one page to PageSize.A4.Rotate? By using setPageSize() BEFORE you go to the new page, and changing the page size back with the same method af

Re: [iText-questions] iText Generated Pdf Viewing Problem in IE7

2010-09-11 Thread 1T3XT info
On 11/09/2010 10:56, Sam1973 wrote: > > Hi Friends, > > I am generating a pdf using iText. When I open the pdf through the link it > does not open in IE 7 but works fine in Chrome. I also noticed if I remove > the/* from web.xml then it opens perfectly fine > in IE 7. You have established that

[iText-questions] iText Generated Pdf Viewing Problem in IE7

2010-09-11 Thread Sam1973
Hi Friends, I am generating a pdf using iText. When I open the pdf through the link it does not open in IE 7 but works fine in Chrome. I also noticed if I remove the /* from web.xml then it opens perfectly fine in IE 7. My security-constraint in web.xml is: Entire Application /*