Re: [iText-questions] html to pdf problems

2003-02-23 Thread Bruno
Quoting john cooney <[EMAIL PROTECTED]>: > It seems there are many problems generating pdf from html - nested tables > don't work and it's not possible to set the height of rows etc etc. > Are these problems being fixed for the next release? Nobody is working on that problem. Nobody of the deve

Re: [iText-questions] Problem when using "setLocalGoto" and "setLocalDestination"

2003-02-23 Thread Bruno
Quoting gopaluni subramanyam <[EMAIL PROTECTED]>: > The name 'A3862A' has no local destination. What can I say? Probably you don't have a local destination A3862A. Maybe you DID add this local destination, but: - for some reason it wasn't added to the list of local destinations - the name was

[iText-questions] Improve Grade of Barcodes

2003-02-23 Thread navin kumar
Hello I am developing a java application which is using iText to generate PDF . I am generating the barcodes in the document.I am using the following method *** PdfContentByte cb = writer.getDirectContent(); BarcodeEAN codeEAN = new BarcodeEAN()

[iText-questions] barcode 128 using ttf

2003-02-23 Thread navin kumar
Hello I am developing a java application where i use itext for generating PDF.I wanted to know if it is possible to generate Barcodes using ttf file for Barcode128. Navin __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://tax

[iText-questions] Problem when using "setLocalGoto" and "setLocalDestination"

2003-02-23 Thread gopaluni subramanyam
hello sir, How are you? When i am using "setLocalGoto" and "setLocalDestination", i am encoutering the following error. Exception in thread "main" ExceptionConverter: java.lang.RuntimeException: The n ame 'A3862A' has no local destination. at com.lowagie.text.pdf.PdfWriter.addLocalDestin

[iText-questions] Problem when using "setLocalGoto" and "setLocalDestination"

2003-02-23 Thread gopaluni subramanyam
hello sir, How are you? When i am using "setLocalGoto" and "setLocalDestination", i am encoutering the following error. Exception in thread "main" ExceptionConverter: java.lang.RuntimeException: The n ame 'A3862A' has no local destination. at com.lowagie.text.pdf.PdfWriter.addLocalDestin

[iText-questions] to convert htmlm document to pdf document

2003-02-23 Thread SUDEESH GOPURATHINGAL
hai, I wnat to know how could I convert a HTML document to PDF document using JNI. Pls help me. regards, Sudeesh --- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you

[iText-questions] html to pdf problems

2003-02-23 Thread john cooney
It seems there are many problems generating pdf from html - nested tables don't work and it's not possible to set the height of rows etc etc. Are these problems being fixed for the next release? When is the next release of iText? thanks, John. __