Re: [iText-questions] binary/grayscale images via PdfGraphics2D

2006-12-12 Thread Bruno Lowagie
robert engels wrote: > The supplied simple patch optimizes this so that binary images will be > stored as G4 compressed images. Hello, as you know Paulo and I are at JavaPolis for the moment, but we'll have a look at your code next week. br, Bruno

Re: [iText-questions] How to replace images in PDF Form?

2006-12-12 Thread Bruno Lowagie
Jun Meng wrote: > If I use PdfContentByte by > using stamp.GetOverContent(1), the image/barcode can only be shown on > the first page. I don't understand why this surprises you. getOverContent(1) gives you the first page; getOverContent(2) gives you the second page; and so on. Why aren't you usi

Re: [iText-questions] Page Layout (RTF question)

2006-12-12 Thread Bruno Lowagie
yosa kresnandya wrote: > Hi, i have a question, how to make a report that has different page > layout, page 1 to 8 using portrait layout and page number nine using > landscape layout [rotate()] and has an output as rtf document, please > tell me the method, because i'm desperate about this one.

Re: [iText-questions] How to set FontSyle using BaseFont

2006-12-12 Thread Bruno Lowagie
Venkat Tubati wrote: > Hello Team, > > Can anybody reply me how to set FontStyle by using BaseFont, i am using > iTextSharp. Let's have a look at for instance the font family Arial. Different fonts belong to this family: Arial, Arial Bold, Arial Italic,... Mind the word 'different' in the above

Re: [iText-questions] Thanks for iText - a little question

2006-12-12 Thread Bruno Lowagie
Michal Damborsky wrote: Is any way to compile iText 1.4.6 in JDK 1.3? Yes, follow the instructions as described in this FAQ entry: http://itext.ugent.be/library/question.php?id=19 best regards, Bruno - Take Surveys. Earn Cash

[iText-questions] How to set FontSyle using BaseFont

2006-12-12 Thread Venkat Tubati
Hello Team, Can anybody reply me how to set FontStyle by using BaseFont, i am using iTextSharp. Thanks in advance, T.Venkat. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you

[iText-questions] Thanks for iText - a little question

2006-12-12 Thread Michal Damborsky
Hello, first of all I want to thank you for a great job you have done on iText. We want to implement iText in web application based on Lotus Domino 6.5 platform. I have prepared allmost complete Java code, which generates PDF on-fly from web form. I have a little problem to set string values (in

Re: [iText-questions] iText,

2006-12-12 Thread Bruno Lowagie
Edward Salisbury wrote: > Description: > We have a blank browser window (without the Adobe Reader plug-in) > > Order Date: December 7, 2006 > Order #: 102-4190161-9347310 > Recipient: Edward Salisbury > > Items not yet shipped: >Delivery estimate: February 12, 2007

[iText-questions] iText,

2006-12-12 Thread Edward Salisbury
iText, Would love to read the book, as of this time I can't get though. Is there a way I could get a PDF of the book to read until it shows up in February? Description: We have a blank browser window (without the Adobe Reader plug-in) Order Date: December 7, 2006 Order #: 102-4190161-

[iText-questions] PdfTemplate inside a PdfPCell

2006-12-12 Thread Summkeller, Eric
We would like to write the total page count into a PdfPTable at the bottom of each page. To do this we used a PdfTemplate (see code below). The problem is that the template placeholder is created but there is no text in it. Any help welcome! public void onGenericTag(PdfWriter pdfWriter

Re: [iText-questions] how to cancel the membership

2006-12-12 Thread gopi krishna
hi please anyone tell me how to cancel the membership regards gopi yosa kresnandya <[EMAIL PROTECTED]> wrote: Hi, i have a question, how to make a report that has different page layout, page 1 to 8 using portrait layout and page number nine using landscape layout [rotate()] and has an output as

Re: [iText-questions] Page Layout

2006-12-12 Thread gopi krishna
hi please anyone tell me how to cancel the membership regards gopi yosa kresnandya <[EMAIL PROTECTED]> wrote: Hi, i have a question, how to make a report that has different page layout, page 1 to 8 using portrait layout and page number nine using landscape layout [rotate()] and has an output as

[iText-questions] Page Layout

2006-12-12 Thread yosa kresnandya
Hi, i have a question, how to make a report that has different page layout, page 1 to 8 using portrait layout and page number nine using landscape layout [rotate()] and has an output as rtf document, please tell me the method, because i'm desperate about this one. thanks -- Rgds, Ossa-Nih --

[iText-questions] How to replace images in PDF Form?

2006-12-12 Thread Jun Meng
Hi, I try to generate PDF document using PDF Form to bind data from database: 1) Get PdfStamper for the PDF Form 2) Get AcroFields from the PDFStamper 3) Bind each AcroField with data from database Those steps works fine for normal Text fields. But I need add different image/barcode on differen

Re: [iText-questions] Watermarking a PDF converted from TIff

2006-12-12 Thread robert engels
Image.setTransparency(). On Dec 12, 2006, at 12:37 PM, MCC wrote: Thanks Robert, Are these options supported with iText? Mike On 12/12/06, robert engels <[EMAIL PROTECTED]> wrote: You need to make sure the background on the TIFF is transparent - otherwise the watermark will not show through.

Re: [iText-questions] Watermarking a PDF converted from TIff

2006-12-12 Thread MCC
Thanks Robert, Are these options supported with iText? Mike On 12/12/06, robert engels <[EMAIL PROTECTED]> wrote: You need to make sure the background on the TIFF is transparent - otherwise the watermark will not show through. I think a simpler and better performing result would be to use a s

Re: [iText-questions] Watermarking a PDF converted from TIff

2006-12-12 Thread robert engels
You need to make sure the background on the TIFF is transparent - otherwise the watermark will not show through. I think a simpler and better performing result would be to use a somewhat transparent watermark, and print the watermark on top. On Dec 12, 2006, at 11:57 AM, MCC wrote: > > > I

[iText-questions] Watermarking a PDF converted from TIff

2006-12-12 Thread MCC
I have converted a Tiff document into a PDF document. I am then tring to watermark the PDF document. I am using PdfContentByte getUnderContent() so that watermark will be under the PDF content. However, The watermark does not show on the document. If I use getOverContent() the watermark is then v

Re: [iText-questions] Class BarcodePDF417

2006-12-12 Thread Mick Collins
I use IDAUTOMATION.COM to do this M >From: Brandon M Swink <[EMAIL PROTECTED]> >Reply-To: Post all your questions about iText here > >To: itext-questions@lists.sourceforge.net >Subject: [iText-questions] Class BarcodePDF417 >Date: Mon, 11 Dec 2006 16:08:08 -0600 > >Is there a way to rotate the b

[iText-questions] binary/grayscale images via PdfGraphics2D

2006-12-12 Thread robert engels
Currently if you use the PdfGraphics2D.drawImage() obtained from the PdfContentByte any image 'drawn' is converted to RGB.The supplied simple patch optimizes this so that binary images will be stored as G4 compressed images.This is important not so much in file size, but many readers can optimize t

Re: [iText-questions] CVS patches?

2006-12-12 Thread robert engels
Actually, I checked the archives and answered my own question... seems Bruno asks that patches be posted to the mailing list. On Dec 12, 2006, at 9:16 AM, robert engels wrote: > Are the patches posted to the sourceforge site reviewed by anyone? Is > this the proper way of suggesting changes / f

[iText-questions] CVS patches?

2006-12-12 Thread robert engels
Are the patches posted to the sourceforge site reviewed by anyone? Is this the proper way of suggesting changes / fixing bugs? Should I open a related issue? Thanks, Robert Engels - Take Surveys. Earn Cash. Influence the

Re: [iText-questions] Simple question abou tables

2006-12-12 Thread Bruno Lowagie
GAMBELLI Raffaele wrote: > Oops...The attachment...here it is OK, I think I have fixed it. The fix is in the CVS. (There could be side-effects, but I have tested the fix with different examples and the results were fine.) I'll make a release next week (after JavaPolis). Meanwhile you can test it b

Re: [iText-questions] Simple question abou tables

2006-12-12 Thread GAMBELLI Raffaele
Ops...The attachment...here it is -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of GAMBELLI Raffaele Sent: martedì 12 dicembre 2006 11.47 To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Simple question abou tables Hi all, sorry for my w

[iText-questions] Simple question abou tables

2006-12-12 Thread GAMBELLI Raffaele
Hi all, sorry for my wrong reply on the other discussion... However, my question is: why this code: private static void createDocument(Document document) throws DocumentException { for (int i = 0; i < 1000; i++) { Table rowTable = createTable();

[iText-questions] Simple question about tables

2006-12-12 Thread GAMBELLI Raffaele
Hi all, why this code: private static void createDocument(Document document) throws DocumentException { for (int i = 0; i < 1000; i++) { Table rowTable = createTable(); document.add(rowTable); } } private stat

Re: [iText-questions] computing the signature size before signing?

2006-12-12 Thread Paulo Soares
It's not posible to predict the signature size. Sign twice, the first time to know the size. Paulo - Original Message - From: "Armin Häberling" <[EMAIL PROTECTED]> To: Sent: Monday, December 11, 2006 5:08 PM Subject: [iText-questions] computing the signature size before signing? > Hi

Re: [iText-questions] computing the signature size before signing?

2006-12-12 Thread Paulo Soares
It's not posible to predict the signature size. Sign twice, the first time to know the size. Paulo - Original Message - From: "Armin Häberling" <[EMAIL PROTECTED]> To: Sent: Monday, December 11, 2006 5:08 PM Subject: [iText-questions] computing the signature size before signing? > Hi