[iText-questions] cpu load

2009-05-05 Thread Rajiv Sabat
Hi, Could any one answer that using more number of document.add() method will decrese the performance? i followed the example document.add(table); table.deleteBodyRows(); i can see 100% cpu load during pdf processing. -- Rajiv Lochan Sabat +919986050873 -

Re: [iText-questions] out of memory

2009-04-29 Thread Rajiv Sabat
there any method to set the width of one cell only. On Wed, Apr 29, 2009 at 1:16 AM, 1T3XT info wrote: > Rajiv Sabat wrote: > > 1. i am using *new* Document(PageSize./A4/.rotate(), 0, 0, 10, 10) > > and all the paragraphs are starting from left 0 margin but all the > > ta

[iText-questions] out of memory

2009-04-28 Thread Rajiv Sabat
hi can any one answer my 3 questions that i have? 1. i am using *new* Document(PageSize.*A4*.rotate(), 0, 0, 10, 10) and all the paragraphs are starting from left 0 margin but all the tables are not starting from the left , right 0 margin? if i want to start all the tables also from lef

Re: [iText-questions] hexadacimal to float value

2009-04-27 Thread Rajiv Sabat
thanks Bruno for your valuable reply , it works fine for me. On Mon, Apr 27, 2009 at 8:24 PM, Bruno Lowagie wrote: > Rajiv Sabat wrote: > > > > if i will use the procedure to convert the hexadacimal color value to > > If you have a color such as "ABCDEF", you cou

Re: [iText-questions] hexadacimal to float value

2009-04-27 Thread Rajiv Sabat
0 AM > *To:* itext-questions@lists.sourceforge.net > *Subject:* Re: [iText-questions] hexadacimal to float value > > > > could anyone help me to convert the hexa value to float value of the color > > On Mon, Apr 27, 2009

Re: [iText-questions] hexadacimal to float value

2009-04-27 Thread Rajiv Sabat
could anyone help me to convert the hexa value to float value of the color On Mon, Apr 27, 2009 at 4:33 PM, Rajiv Sabat wrote: > > table.getDefaultCell().setGrayFill(0.8f); > what is the mechanism to convert from hexa color value to float value. > -- > > Rajiv Lochan Sab

[iText-questions] hexadacimal to float value

2009-04-27 Thread Rajiv Sabat
table.getDefaultCell().setGrayFill(0.8f); what is the mechanism to convert from hexa color value to float value. -- Rajiv Lochan Sabat +919986050873 -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new

Re: [iText-questions] backgroud color with float values

2009-04-27 Thread Rajiv Sabat
ode for color* funStageTable.addCell(lifeCycleCell); end of the row its not coming to next row. am i going wrong? i am just creating a table and filling with different colors in the cell. kindly suggest. On Mon, Apr 27, 2009 at 11:40 AM, 1T3XT info wrote: > Rajiv Sabat wrote: > > hi > > >

[iText-questions] backgroud color with float values

2009-04-26 Thread Rajiv Sabat
hi To make a back ground color of a rectangel i use pdfpcell.setBackGroundColor(Color c) but it takes the parameter of Color name can i use the float value of the color so that i can have broad selection? -- Rajiv Lochan Sabat +919986050873 --

[iText-questions] out of memory

2009-04-07 Thread Rajiv Sabat
Hi, i am using iText2.0.6.jar file. As per my requirement is i need to create a dynamic PDF of 100 pages. will IText help me to create such a huge PDF dynamically in the web? Earlier i was using BFO, and this is not able to produce such a huge pdf dynamically and went to out of memory. Kindly sug

[iText-questions] PDF genaration from XML file

2009-04-07 Thread Rajiv Sabat
hi. i have couple of questions regarding pdf generation from xml file: i am using itext2.0.6.jar Can i generate a PDF file dynamically from a well formed XML file? and if i can generate the which parser it will use? if the XML file is around 6mb then can it generate the PDF or will go out of memo