Re: [iText-questions] Visible signature with image ?

2006-08-23 Thread bruno
Eric Chow wrote: >Hello, > >I can add a visible signature with image. But it also shows the >signature text information(name, timestamp, etc). How can I only show >the image ? > http://www.nabble.com/Image-in-Signature-tf1709085.html#a4640254 br, Bruno

Re: [iText-questions] Generation of Multiple Page PDF Document is slow

2006-08-23 Thread bruno
GaneshPrakhya wrote: >Hi Bruno, > >Can you just let me know what's wrong in the uploaded template I created. > I don't know what you mean by 'uploaded template' (maybe you meant to add an attachment), but I am 99% sure that you created your form with LiveCycle Designer instead of with Acrobat Prof

Re: [iText-questions] Generation of Multiple Page PDF Document is slow

2006-08-23 Thread GaneshPrakhya
Hi Bruno, Can you just let me know what's wrong in the uploaded template I created. I am not able to merge data eventhough many pages are created. However, its working fine for your templates (EIDFormTemplate.pdf and SimpleRegistrationForm.pdf). Thanks, Ganesh. Bruno Lowagie wrote: > > Gane

[iText-questions] Signature with my own timestamp ?

2006-08-23 Thread Eric Chow
Hello, Is it possible to use my own defined timestamp rather than use the system timestamp when create a signature in PDF? Any sample code to do this ? Best regards, Eric - Using Tomcat but need to do more? Need to support

[iText-questions] Visible signature with image ?

2006-08-23 Thread Eric Chow
Hello, I can add a visible signature with image. But it also shows the signature text information(name, timestamp, etc). How can I only show the image ? - Using Tomcat but need to do more? Need to support web services, securi

Re: [iText-questions] (no subject)

2006-08-23 Thread Mark Storer
My estimation is that that last line is accurate: "java.lang.OutOfMemoryError". The working image is 1704 pixels by 729 pixels. I'm guessing that it's a black & white only file... 1 bit per pixel IN THE FILE. The same goes for the image that fails, only it is 1706 by 2137... almost exactly th

Re: [iText-questions] itext

2006-08-23 Thread Bill Ensley
www.lowagie.com/iText     From: Mike Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 1:59 PMTo: 'Bill Ensley'Subject: RE: [iText-questions] itext No I haven't looked at the tutorial. Can you point me back to the site where I can download Itext please. I have looked at ma

Re: [iText-questions] itext

2006-08-23 Thread Bill Ensley
Absolutely, no hacking required.   Have you looked at the tutorial yet?  It is well done and very informative.   -Bill Ensley Bear Printing From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike ThomasSent: Wednesday, August 23, 2006 1:15 PMTo: itext-questions@lists.sourcefor

Re: [iText-questions] searchable pdf

2006-08-23 Thread Leonard Rosenthol
At 03:55 PM 8/23/2006, Quan Ha wrote: >Does the itext API allow you to convert tiff image to pdf searchable >image file? Thank you for your help. No. You'll need an OCR application for that. Leonard ---

Re: [iText-questions] searchable pdf

2006-08-23 Thread Bill Ensley
What is a searchable image?   OCR?   -Bill Ensley Bear Printing From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Quan HaSent: Wednesday, August 23, 2006 12:55 PMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] searchable pdf Hi   Does the itext API allow

[iText-questions] searchable pdf

2006-08-23 Thread Quan Ha
Hi   Does the itext API allow you to convert tiff image to pdf searchable image file?  Thank you for your help. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

Re: [iText-questions] GlyphList

2006-08-23 Thread Michael Niedermair
> I'll take care of that this weekend and I'll also look at a solution for all > this. I'll need the latex T1 font. i send you a font directly. > > Paulo By Michael - Using Tomcat but need to do more? Need to support web

Re: [iText-questions] GlyphList

2006-08-23 Thread M. Niedermair
> I'll take care of that this weekend and I'll also look at a solution for all > this. I'll need the latex T1 font. i send you a font directly. > > Paulo By Michael - Using Tomcat but need to do more? Need to support web

Re: [iText-questions] extra linefeed when converting html to PDF - div tag work-around

2006-08-23 Thread Ralf Hauser
Bruno, Thanks a lot - yes, this kind of works, however it doesn't really solve the problem, but just postpones it. ab cd still shows the problem between "c" and "d". So, either the "cd" gets bracketed with a div tag too or there is a non-bold character before the first bold one that is witho

[iText-questions] Problem contatenating pages with acro forms

2006-08-23 Thread Birthe Berland
Hi list,I have 2 existing pdf files each containing text fields, an invoice form and a summary formI need to generate a pdf file that consists of a number of invoices and one instance of the summary report. Each of the invoices has to be merged with invoice information from a database.Now, I am abl

[iText-questions] Positioning of high level objects after adding direct content

2006-08-23 Thread Wolfgang Werner
Hello, we are creating pdf files with iText. Several times we found places, where we would like to mix high level objects (like chunk / paragraph) and items placed via direct content. Example: We do create a page with a header made from some sentences, then placing a scaled version of an a

[iText-questions] Positioning of high level objects after adding direct content

2006-08-23 Thread Wolfgang Werner
Hello all, we are creating pdf files with iText. Several times we found places, where we would like to mix high level objects (like chunk / paragraph) and items placed via direct content. Example: We do create a page with a header made from some sentences, then placing a scaled version of

Re: [iText-questions] extra linefeed when converting html to PDF - one work-around found

2006-08-23 Thread Ralf Hauser
Damien, Thanks - this appears to work: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>  ab Ralf > -Original Message- > From: [EMAIL PROTECTED] [mailto:itext- > [EMAIL PROTECTED] On Behalf Of Damien Drix > Sent: Wednesday, August 23, 2006 3:24 PM > To: [EMAIL PROTECTED]; Post

Re: [iText-questions] Formfilling with PDFStamper

2006-08-23 Thread bruno
Kemal Dönmez wrote: > Dear IText-Developer, > > i have tested your examples and i'd like to know how you created > the resources SimpleRegistrationForm.pdf > > to > manipulate existing PDF documents. > I'd like to create some pdf-files with AcroFields for substitutions . > There was a disc

[iText-questions] Formfilling with PDFStamper

2006-08-23 Thread Kemal Dönmez
Dear IText-Developer,   i have tested your examples and i'd like to know how you created the resources  SimpleRegistrationForm.pdf to manipulate existing PDF documents. I'd like to create some pdf-files with AcroFields for substitutions .    With best regards  

Re: [iText-questions] extra linefeed when converting html to PDF

2006-08-23 Thread bruno
Ralf Hauser wrote: >When I try to that, I get the below exception, but perhaps this is easier to >fix? > OK, I had a look at it. If you want to settle for a very easy fix, use: ab br, Bruno - Using Tomcat but need to do

Re: [iText-questions] RtfWriter2: OutOfMemory, with patch

2006-08-23 Thread Mark Hall
On Wednesday 23 August 2006 13:58, Dirk Möbius wrote: > RtfWriter2 reads the whole document in memory, even if dataCacheStyle is > set to CACHE_DISK. When generating large documents, this could lead to > OutOfMemory exceptions. This happened to be the case in our reporting > system. > > The problem

Re: [iText-questions] extra linefeed when converting html to PDF

2006-08-23 Thread Damien Drix
If you want to use   make sure you have a DOCTYPE tag referencing the xhtml dtd, where this entity is declared. Ralf Hauser a écrit : > org.xml.sax.SAXParseException: The entity "nbsp" was referenced, but not > declared. > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source

Re: [iText-questions] extra linefeed when converting html to PDF - work-around ideas sought/font color not working

2006-08-23 Thread Ralf Hauser
Hi, Another work-around would be to live with the required extra ".", but to color it in a way that it is normally not seen: .ab would be an other approach, but as it has been asked before (http://sourceforge.net/mailarchive/message.php?msg_id=6931861, http://sourceforge.net/mailarchive/mes

Re: [iText-questions] extra linefeed and misplaced horizontal ruler when converting html to PDF

2006-08-23 Thread Ralf Hauser
Hi, When playing around with further variants, an additional bug has been discovered: ab and ab still show the extra linefeed, but to make things worse, the horizontal ruler is interpreted as an underline for the bold-"a" line? Again, adding a "." before the "" corrects this, but I don

Re: [iText-questions] extra linefeed when converting html to PDF

2006-08-23 Thread Ralf Hauser
Bruno, Huh, maybe thinking together about a work-around is easier than debugging it to fix it... What do you think about adding a white-space line before?  ab When I try to that, I get the below exception, but perhaps this is easier to fix? Ralf org.xml.sax.SAXParseException: The enti

Re: [iText-questions] RtfWriter2: OutOfMemory, with patch

2006-08-23 Thread bruno
Dirk Möbius wrote: >The problem is in RtfDocument.writeDocument(), which reads the whole disk >cache into memory before writing it into the final output stream. > >The following simple patch fixes this problem. > Thank you for the patch! I leave it to Mark to integrate it with the current CVS ve

[iText-questions] RtfWriter2: OutOfMemory, with patch

2006-08-23 Thread Dirk Möbius
Hi, RtfWriter2 reads the whole document in memory, even if dataCacheStyle is set to CACHE_DISK. When generating large documents, this could lead to OutOfMemory exceptions. This happened to be the case in our reporting system. The problem is in RtfDocument.writeDocument(), which reads the whole di

Re: [iText-questions] add a image at right bottom in the last page

2006-08-23 Thread Bruno Lowagie
bruno wrote: > There are some links to examples here: > http://itext.ugent.be/articles/eid-pdf/index.php?page=4 > but unfortunately the links go to the mailinglist archive > at Gmane and Gmane seems to be down. Correction thread.gmane.org seems to be down; article.gmane.org still works. Anyway, I

Re: [iText-questions] Generation of Multiple Page PDF Document is slow

2006-08-23 Thread bruno
GaneshPrakhya wrote: >Hi Bruno, > >The example you suggested is working fine for me. However, the targent >document was around 4MB in size with 100 pages. I tried the samething with >same template using PDFLib, the document PDFLib created with 100 pages was >around 150KB. Is there any approach to

Re: [iText-questions] add a image at right bottom in the last page

2006-08-23 Thread max bertolini
Hi Erik, you could try to do something similar of: try { PdfReader reader = new PdfReader("input.pdf"); PdfStamper stamp = new PdfStamper(reader, new FileOutputStream("output.pdf")); PdfContentByte content = stamp.getOverContent(reader.getNumberOfPages

Re: [iText-questions] extra linefeed when converting html to PDF

2006-08-23 Thread bruno
[EMAIL PROTECTED] wrote: >Hi Bruno and list, > >When converting the following html file to a pdf (using SAXiTextHandler, >etc.), a line-break is entered between the bold "a" and the "b" in the >resulting pdf. > > >ab > > >When adding a printable character BEFORE the tag, this no longer happens.

Re: [iText-questions] add a image at right bottom in the last page

2006-08-23 Thread bruno
Eric Chow wrote: >Hello, > >How can I add a image at right bottom in the last page ? > > >In fact, I want to sign a PDF with a certificate and show a GIF( >handwriting signature) into the right botom of the last page. How can >do this? > >Any example ? > Sign the PDF: http://itextpdf.sourceforge.n

Re: [iText-questions] Generation of Multiple Page PDF Document is slow

2006-08-23 Thread bruno
GaneshPrakhya wrote: >Hi Bruno, > >The example you suggested is working fine for me. However, the targent >document was around 4MB in size with 100 pages. > Yes, that's what I meant when I wrote: "There are different ways to achieve this. The most efficient way, would be to retrieve the coordin

[iText-questions] extra linefeed when converting html to PDF

2006-08-23 Thread ralfhauser
Hi Bruno and list, When converting the following html file to a pdf (using SAXiTextHandler, etc.), a line-break is entered between the bold "a" and the "b" in the resulting pdf. ab When adding a printable character BEFORE the tag, this no longer happens. .ab But then, I have an extra "."

Re: [iText-questions] GlyphList

2006-08-23 Thread Paulo Soares
- Original Message - From: "bruno" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Wednesday, August 23, 2006 7:55 AM Subject: Re: [iText-questions] GlyphList > M. Niedermair wrote: > >>i think about a solution with a encoding vector, so i need not the >>GlpyhLi

[iText-questions] add a image at right bottom in the last page

2006-08-23 Thread Eric Chow
Hello, How can I add a image at right bottom in the last page ? In fact, I want to sign a PDF with a certificate and show a GIF( handwriting signature) into the right botom of the last page. How can do this? Any example ? Best regards, Eric ---

Re: [iText-questions] Generation of Multiple Page PDF Document is slow

2006-08-23 Thread GaneshPrakhya
Hi Bruno, The example you suggested is working fine for me. However, the targent document was around 4MB in size with 100 pages. I tried the samething with same template using PDFLib, the document PDFLib created with 100 pages was around 150KB. Is there any approach to reduce the size of the docu

Re: [iText-questions] Generation of Multiple Page PDF Document is slow

2006-08-23 Thread GaneshPrakhya
Hi Bruno, Excellent You are an amazing guy, my code is working and I am able to generate records with multiple pages. I will try your cacheing example also. I decided to buy your book :) Thanks a lot, Ganesh. Bruno Lowagie wrote: > > GaneshPrakhya wrote: > >>Hi Bruno, >> >>As you said

Re: [iText-questions] trouble accessing the mailing list archive

2006-08-23 Thread bruno
Thomas Moorer wrote: > Anyone else have trouble accessing the mailing list archives today > (http://news.gmane.org/gmane.comp.java.lib.itext.general)? > Yes, I also have problems with Gmane. That's a pity, because I use Gmane in my links. There are some alternative repositories listed here: ht