[iText-questions] Definitive list of unsupported features in iText RTF

2009-09-10 Thread twinmar
Is there a definitive list of features which are supported by iText - but not supported by the RTF package? I know there is a list at http://itextdocs.lowagie.com/tutorial/rtf/index.php - but is this up to date? Thanks Paul -- View this message in context: http://www.nabble.com/Definitive-list

Re: [iText-questions] Why does setBackgroundColor obscure cbu images

2009-08-20 Thread twinmar
Thanks Paolo Paulo Soares-3 wrote: > > Use the under content in a page event, setBackgroundColor may not be safe > depending on what you write. > > Paulo > > - Original Message ----- > From: "twinmar" > To: > Sent: Thursday, August 20, 2009

Re: [iText-questions] Why does setBackgroundColor obscure cbu images

2009-08-20 Thread twinmar
Still having this problem - does anyone have any ideas? Thanks Paul twinmar wrote: > > I am setting the background colour of my document prior to the creation of > the document object/writer by creating a rectangle the size of the page > and then using setBackgroundColo

[iText-questions] Why does setBackgroundColor obscure cbu images

2009-07-27 Thread twinmar
I am setting the background colour of my document prior to the creation of the document object/writer by creating a rectangle the size of the page and then using setBackgroundColor to set the background colour. I then add various images/objects to the cbu PDF content byte. The background colour

Re: [iText-questions] NullPointerException during creation/update of barcode object

2009-06-15 Thread twinmar
is an equivalent for barcodes. Thanks Paul Bruno Lowagie (iText) wrote: > > twinmar wrote: >> I was under the impression that when a new class was constructed, that >> all >> variables within that class are also constructed and that these variables >> could then

[iText-questions] NullPointerException during creation/update of barcode object

2009-06-15 Thread twinmar
I am having problems creating an updating a barcode object within a class. My barcode class is created as follows: public void addBarcode39(String bartype, String barcode, String minbarwidth, String barmultiply, String barfontbase, String barfontttf,

Re: [iText-questions] Image Annotation on PdfContentByte

2009-06-05 Thread twinmar
r(e); } } twinmar wrote: > > I am trying to annotate images in the PdfContentByte area of the PDF > document. The annotation appears to add when I set it: > > > public void imageURL(Image urlimage, String url) { > // Left >

[iText-questions] Image Annotation on PdfContentByte

2009-06-02 Thread twinmar
I am trying to annotate images in the PdfContentByte area of the PDF document. The annotation appears to add when I set it: public void imageURL(Image urlimage, String url) { // Left // Check if image provided boolean urlnotblank = StringUtils