[iText-questions] General comments about iText

2006-01-13 Thread David Woosley
Bruno and Paulo:   Thank your for work with iText.  It's an impressive product.  Equally impressive is the time you spend answering questions.   Regards,   David Woosley  

[iText-questions] Windward Reports 4.1 shipped!

2006-01-13 Thread David Thielen
Hi; This uses iText and iTextDotNet (there is a java & .net version). It was a lot of work to get the .net version working and would have been impossible without iTextDotNet - that is an amazing port. http://www.windwardreports.com/pr_wr_ver41.htm thanks - dave David Thielen www

Re: [iText-questions] thumbnail question

2006-01-13 Thread Bruno Lowagie
William Surowiec wrote: I have a pre-existing pdf. I am using iText to extract bookmarks - works fine (thank you.) I wish to create and save external to the pdf an image (thumbnail type) of a given page. iText can't convert PDF to images (JPEG, GIF, TIFF,...) iText can create a new PDF file b

[iText-questions] thumbnail question

2006-01-13 Thread William Surowiec
I have a pre-existing pdf. I am using iText to extract bookmarks - works fine (thank you.) I wish to create and save external to the pdf an image (thumbnail type) of a given page. I have looked at code, documentation, and the web, but cannot see how (if possible) to do it with itext. Is it possibl

[iText-questions] Re: General Enquiry

2006-01-13 Thread Bruno Lowagie
mark stephens wrote: Bruno, As promised, GPL version can now access FDF forms if additional jar present. You put our renderer functions with itexts functions and you get a very potent combination There is a free version running on webstart using itext to add splitting and forms savi

Re: [iText-questions] pdf sizes problem

2006-01-13 Thread Bruno Lowagie
Julio Luiz Vedovatto Neto wrote: hmmm i dont found the PdfWriter.||PrintScalingNone O_o, i use the last version for dload. The last version is 1.3.6. You are probably using 1.3. Take a closer look at the

Re: [iText-questions] pdf sizes problem

2006-01-13 Thread Julio Luiz Vedovatto Neto
hmmm i dont found the PdfWriter.PrintScalingNone O_o, i use the last version for dload.Bruno Lowagie <[EMAIL PROTECTED]> escreveu: Julio Luiz Vedovatto Neto wrote:> Ok guys , i have this operation:>> float num = (float)(19,05/10)/2.54)*72); // result is 54 / 19,05 mm>> Okie ... this number i genera

Re: [iText-questions] pdf sizes problem

2006-01-13 Thread Bruno Lowagie
Julio Luiz Vedovatto Neto wrote: Ok guys , i have this operation: float num = (float)(19,05/10)/2.54)*72); // result is 54 / 19,05 mm Okie ... this number i generated is 54 points (pixels ?.?) ? But when i set this to margin of doc and print, de 19,05 mm "points" turn into 23,5 mm O_o What'

[iText-questions] pdf sizes problem

2006-01-13 Thread Julio Luiz Vedovatto Neto
Ok guys , i have this operation:float num = (float)(19,05/10)/2.54)*72); // result is 54 / 19,05 mmOkie ... this number i generated is 54 points (pixels ?.?) ? But when i set this to margin of doc and print, de 19,05 mm "points" turn into 23,5 mm O_oWhat's the problem ? I "eated" the docs about it,

Re: [iText-questions] Basic question

2006-01-13 Thread Bruno Lowagie
Carlos Bergueira wrote: I know it's a basic question but it's important to me ! It is indeed a very basic question. You must have overlooked this method in the JAVADOCs: http://itextdocs.lowagie.com/docs/com/lowagie/text/Paragraph.html#Paragraph(java.lang.String,%20com.lowagie.text.Font)

[iText-questions] Basic question

2006-01-13 Thread Carlos Bergueira
Hi All,I am reading some samples about iText but I confess I am having some problem starting with this one.Does anyone can help me ?Basiclly I want to write some phrases with a diferent color and paragraph alignment for each one, generating a pdf on the fly. Thanks in advanced to all.I know it's a

[iText-questions] Changing Image with iText

2006-01-13 Thread Marco . Sabato
Hi all, i have created a pdf with OpenOffice. In this pdf i have a graphical controlfield with an image. Is it possible to change this image with iText after? Can someone give me a detailed explanation? I tried this: ... stamp.setFormFlattening(true); PdfWriter writer = stamp.getWriter(); writer

Re: [iText-questions] PdfPCellEvent - Text

2006-01-13 Thread Bruno Lowagie
M 501 wrote: One way would be to generate pdf with acroforms and store them on the server and afterwards fill them with data. This is the best way, but it doesn't work if you have paragraphs in which you have to fit a name or other data. In this case, I use an XML file for instance: has bee

[iText-questions] Images and textwrap in a MultiColumnText.

2006-01-13 Thread Wielemaker, Bram
Hi, I'm a novice to iText. I've done some simple things that work fine, now I have a problem with something more complicated. I've tried to put Images in a MultiColumnText with this piece of code: MultiColumnText mct = new MultiColumnText(); mct.addRegularColumns(document.left(), document.right

[iText-questions] PdfPCellEvent - Text

2006-01-13 Thread M 501
Hello, I have got a server application using iText which should generate pdf documents for different user data. Therefore I want to cache as much as possible on the server. One way would be to generate pdf with acroforms and store them on the server and afterwards fill them with data. Howe

RE: [iText-questions] retrieving the position of last text written

2006-01-13 Thread Kalra, Ashwani
Hi, You have caught me right. My design in not optimal. But I am restricted by the following I am not creating the Document object from the scratch(So I am not using document.add()). I will get a input pdf stream which is generated after filling the acrobat FDF field and then flattening it. I then

[iText-questions] problem calling setSpacingBefore() and setIndentationLeft()

2006-01-13 Thread Yao, James
Hi Bruno/Paulo,   I am having problem calling setSpacingBefore() and setIndentationLeft() method of Paragraph from iText 1.3.   I got error message like:   “ The selected method setSpacingBefore was not found. Either there are no methods with the specified method name and argument ty

Re: [iText-questions] retrieving the position of last text written

2006-01-13 Thread Bruno Lowagie
Kalra, Ashwani wrote: Hi, I am trying to figure out the solution for the following problem. I will get a pdf Stream and I have to start writing a table at absolute position on this pdf(using table.writeSelectedRows) writeSelectedRows returns an Y-coordinate. Is there any way I can find out

Re: [iText-questions] Content overlap and Z-order depth

2006-01-13 Thread Bruno Lowagie
Paulo Soares wrote: The text will always be over over the rectangle. Maybe you don't see the text because it's the same color of the rectangle. I want to add that the glyphs in a font are shapes. I guess you have set the fill color to green for the Rectangle. If you have added the text immedia