[iText-questions] changes on BaseFont

2005-04-20 Thread M. Niedermair
Hello! It is possible, to change the visible of some methods, so that i can extends from the BaseFont class in a other namespace? I would create a new Type1Font-Class, which reads the metrik from a other format. by Michael BaseFont.java protected int fontType;// mgn: int fontType // mgn

Re: [iText-questions] How to set "Keywords" using iText

2005-04-20 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Siegfried Goeschl wrote: > Hi folks, > > I'm sure it's my mistake but I can't figure out how to set the > "Keywords" found in the "Document Properties" for a PDF document > any ideas?! > It's in the Document class: public boolean addKeywords(S

[iText-questions] How to set "Keywords" using iText

2005-04-20 Thread Siegfried Goeschl
Hi folks, I'm sure it's my mistake but I can't figure out how to set the "Keywords" found in the "Document Properties" for a PDF document any ideas?! Cheers, Siegfried Goeschl --- This SF.Net email is sponsored by: New Crystal Reports XI.

[iText-questions] Remove/Add Header-Footer

2005-04-20 Thread Nandu
Hi, I have a PDF file with me that has 10 pages (call this file A). Every page of A has some header & footer. I am creating a different PDF file using iText (call this file B). This has its own header & footer that I defined. While creating B, the content of some of the pages is exactly same as th

[iText-questions] Re: Postscript XObject

2005-04-20 Thread Carsten Hammer
Andy Sinclair wrote: Hi, Does anyone have a simple example of PdfPSXObject use? I know we are advised to avoid them by Adobe but I may have a requirement. I have done some experimentation but I am new to the library and a little confused by the API in this area. Regards, Andy. Try this: import

Re: [iText-questions] Macromedia Coldfusion now using Itext

2005-04-20 Thread herman vierendeels
There is an acknowledgment at http://www.macromedia.com/software/eula/third_party/coldfusion/ On Tue, 19 Apr 2005 18:02:20 -0400 , Leonard Rosenthol <[EMAIL PROTECTED]> wrote: >At 09:09 AM 4/19/2005, Bruno Lowagie wrote: >>I'm asking myself: now that Adobe bought Macromedia, >>will they still

Re: [iText-questions] Checkmark in PDF

2005-04-20 Thread Bear Giles
Timothy Woolley wrote: Hi All, I have a question. I have a document which is being dynamically generated, a PDF. I have a set of instructions and those instructions contain a checkmark. I know I am missing something here, but for the life of mew I cant get a checkmark to show up. Any suggest

Re: [BULK] Re: [iText-questions] no border around table for an .rtf document

2005-04-20 Thread Mark Hall
On Wednesday 20 April 2005 16:33, [EMAIL PROTECTED] wrote: > I have just tried the updated code and unfortunately I am still seeing > borders around the first table, i've attached it below in case you want to > take a look. Not good. Please fix the border problem in Word 2000 and then send me the

[iText-questions] Checkmark in PDF

2005-04-20 Thread Timothy Woolley
Hi All,     I have a question. I have a document which is being dynamically generated, a PDF. I have a set of instructions and those instructions contain a checkmark. I know I am missing something here, but for the life of mew I cant get a checkmark to show up. Any suggestions? this is not a

RE: [iText-questions] CMYK Image

2005-04-20 Thread Bill Ensley
Thank you for the code, but with the test images I have, I cannot even get past the "fileload" operation. It returns an empty PlanerImage Bill Ensley Bear Printing -Original Message- From: Thomas Kübler [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 11:57 PM To: Bill Ensley Subj

[iText-questions] Postscript XObject

2005-04-20 Thread Andy Sinclair
Hi, Does anyone have a simple example of PdfPSXObject use? I know we are advised to avoid them by Adobe but I may have a requirement. I have done some experimentation but I am new to the library and a little confused by the API in this area. Regards, Andy. -

[iText-questions] About Tagmap

2005-04-20 Thread Mila Carmel
Hi! Thank you for the wonderful library! It DOES generate PDF on the fly. No more hassle with XSL:FO. Chapter 7 of iTextSharp tutorial works GREAT for me. The only thing is that the example tagmap is not sufficient for what I need to accomplish. Can you direct me to the code or any resou

[iText-questions] Add does not work

2005-04-20 Thread Leandro de Oliveira
Now I´m filling the row and it´s working! Thanks Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com/ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador ago

RE: [iText-questions] Adding elements does not work

2005-04-20 Thread Paulo Soares
You have to fill the row. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Leandro de Oliveira > Sent: Tuesday, April 19, 2005 9:54 PM > To: iText-questions@lists.sourceforge.net > Subject: [iText-questions] Adding elements does not work > > The

RE: [iText-questions] ... more on PdfPTable splitting on page breaks

2005-04-20 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of gabriele rosa > Sent: Wednesday, April 20, 2005 9:43 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] ... more on PdfPTable splitting on > page breaks > > hello, > >

[iText-questions] ... more on PdfPTable splitting on page breaks

2005-04-20 Thread gabriele rosa
hello, ... while trying to prevent the PdfPTable default splitting behaviour when crossing pages (relative positioning) I encountered some problems: 1) is there a method to compute the "point" we've reached on the current page (the lenght of the current content)??? (by now I'm calculating it by

Re: [iText-questions] Macromedia Coldfusion now using Itext

2005-04-20 Thread Bruno Lowagie
Leonard Rosenthol wrote: At 09:00 AM 4/19/2005, William S. Hayes wrote: Not sure you guys are aware Macromedia Coldfusion 7 now has pdf capabilities. I knew it - they discussed commercial licensing with me... William Hayes pointed me to the itext_readme.txt. It countains a diff with chang

Re: [iText-questions] Footer does not print on first page

2005-04-20 Thread Bruno Lowagie
kar wrote: I am using iText 1.2. I am try to print some pages of text with page number on the footer. The page numbers appear in all pages except the first page. Anyone got any idea? Any help is appreciated. You have to set the footer BEFORE document.open(). Remark: you may want to switch