[iText-questions] Tiff file problem

2006-07-26 Thread Sankar . Mukherjee
If the following statement fails due to corrupt image, how should we catch this error instead of  the program being abended and received an 'out of memory error ' Image img = TiffImage.getTiffImage(ra, c + 1); Thanks sankar **

[iText-questions] TeX-style line breaking

2006-07-26 Thread Peter B. West
Bruno, Paulo, I've done an implementation of a modified TeX line-breaking algorithm with my current employer. My notes on the algorithm are at http://defoe.sourceforge.net/folio/knuth-plass.html These notes precede my current employment, and I have discussed with my employer my intention to im

Re: [iText-questions] .NET question

2006-07-26 Thread Bruno Lowagie
Paulo Soares wrote: >REGSVR32 and COM+ are not used in .NET. It looks that you have a ASP >server and not a ASP.NET server. > Thanks, I updated the FAQ entry. br, Bruno - Take Surveys. Earn Cash. Influence the Future of IT Jo

Re: [iText-questions] Placing an image at the acrofield position

2006-07-26 Thread Bruno Lowagie
noel fernandes wrote: >hi > >i have an acrofield in my pdf ,The position of field >needs to be found and at that position an image needs >to be imposed > >Can you please help me ? > The answer is in the FAQ; read the third comment http://itext.ugent.be/library/question.php?id=31 br, Bruno --

Re: [iText-questions] .NET question

2006-07-26 Thread Paulo Soares
REGSVR32 and COM+ are not used in .NET. It looks that you have a ASP server and not a ASP.NET server. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Bruno Lowagie > Sent: Wednesday, July 26, 2006 2:22 PM > To: iText-questions@lists.source

[iText-questions] .NET question

2006-07-26 Thread Bruno Lowagie
See http://itext.ugent.be/library/question.php?id=45 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through b

[iText-questions] Tiff file problem

2006-07-26 Thread Sankar . Mukherjee
I am converting a tiff file to pdf in java using ITEXT but the tiff file is corrupted. How do I get to know that the file is corrupted before it gives 'outofmemory error'. Thanks sankar ** Confidentiality Note: This message an

[iText-questions] Placing an image at the acrofield position

2006-07-26 Thread noel fernandes
hi i have an acrofield in my pdf ,The position of field needs to be found and at that position an image needs to be imposed Can you please help me ? thankyou, regards noel __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protectio

[iText-questions] How can I achive linebreak within PdfPCell?

2006-07-26 Thread mcevikce
I am trying to get data within PdfPCell to line break at a correct location. I know that ColumnText has that functionality but I can't figure out how to use ColumText and PdfPCell together. Thank you for your help in advance. -- View this message in context: http://www.nabble.com/How-can-I-ach

Re: [iText-questions] PDFPTable with border

2006-07-26 Thread Paulo Soares
You need a table event to do it. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of duschhaube > Sent: Wednesday, July 26, 2006 7:03 AM > To: itext > Subject: [iText-questions] PDFPTable with border > > Hello, > > for the normal Table-Elem