[iText-questions] PdfPCell noWrap question

2005-03-01 Thread Weseloh, Markus
Hello, I have a question concerning the noWrap option in the PdfPCell. When I set noWrap to true no line break is inserted. Instead the text continues in the same line and overwrites the following cell(s). Is it possible to tell iText to skip the text that doesn't fit in the first cell? If there i

[iText-questions] Need help with existing PDF replace Image

2005-03-01 Thread garettDaBland
Greetings:   I have existing PDF's with Images for pages 2,3,4 each page has annotations and labels ect. I need to replace(with an updated Image) the existing image for page 3, yet still keep the Annotations, notes, labels ect...   Does anyone have example code of how to do this? I have been

[iText-questions] Insert a tab character in a chunk/paragraph, etc.

2005-03-01 Thread Chase, Jodi
Hello –   I know that you can insert a new line by using the “\n” character, but does i-Text acknowledge an escape character for inserting tabs or other white space?  I tried “\t” and it doesn’t seem to be working.  Thanks!   - Jodi  

Re: [iText-questions] checkbox + Fdf

2005-03-01 Thread Paulo Soares
What fdfmerge? In the fdf set the value to the checked state, it may be Yes or On or something else. - Original Message - From: "Olivier Barbecot" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 01, 2005 8:08 PM Subject: [iText-questions] checkbox + Fdf > Hi, > > How to toggle a checkbox

[iText-questions] RE: Extraction of Images

2005-03-01 Thread Ravi Sittambalam
Hi I'm sorry to bother you I just wanted to say that iText is a really useful tool - particularly with the general use of pdfs today. I do have a question though I'm trying to write a java based image extractor from pdfs. Are their any tutorials/forums you can direct me to that will explain h

Re: [iText-questions] Image.setDpi

2005-03-01 Thread Dirk Townsend
Thanks Paulo! I used Image.scalePercent(int) and all is well. Thanks for sharing your genius. - Dirk -- Dirk Townsend, GIS Analyst, TerraViva Inc. [EMAIL PROTECTED] 416.533.2589 in Toronto, Canada -- Original Message --- From: "Paulo Soa

[iText-questions] outputIntent

2005-03-01 Thread Thomas Kübler
hallo, i will integrate my own icc-profile in the outputintent. it works when i only set the profile reference-name and the byte[] array to null. when i read the profile and set the byte-array, i always get the default outputintent. my_icc_profil = "EuroScale.icc" writer.setOutputIntents( my_icc_p

RE: [iText-questions] CLARIFICATIONS REGARDING THE "ColumnText" IN ITEXT

2005-03-01 Thread Paulo Soares
Use a List. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alert Management Consultants P Ltd., > Sent: Tuesday, March 01, 2005 8:09 PM > To: itext-questions@lists.sourceforge.net > Cc: vadivelan > Subject: [iText-questions] CLARIFICATIONS REGA

Re: [iText-questions] Itext and Php (again)

2005-03-01 Thread Avramucz István
Hello! I've tried to use your script but it gives me the following error: Fatal error: Call to undefined function: getinstance() in c:\web\root\pdf.php on line 5 Can you help me? Thanks. AI [EMAIL PROTECTED] wrote: I made a little script in php to try to use iText from php and I got i working!

[iText-questions] Itext and Php (again)

2005-03-01 Thread ibrahim
I made a little script in php to try to use iText from php and I got i working The script is the following $document = new Java('com.lowagie.text.Document'); $outputFile = new Java('java.io.FileOutputStream', 'itextFile.pdf'); $writer = new Java('com.lowagie.text.pd

Re: [iText-questions] hyperlinks

2005-03-01 Thread Paulo Soares
iText can't find text. - Original Message - From: "hwell316" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Tuesday, March 01, 2005 6:43 AM Subject: RE: [iText-questions] hyperlinks > i want to read an existing pdf file, and manipulate its contents by finding the strin

Re: [iText-questions] Image.setDpi

2005-03-01 Thread Paulo Soares
The dpi is just an information, you have to do the scaling yourself. - Original Message - From: "Dirk Townsend" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 01, 2005 2:36 AM Subject: [iText-questions] Image.setDpi > > Hello, > > I've just started using iText, but I'm having trouble wit

[iText-questions] CLARIFICATIONS REGARDING THE "ColumnText" IN ITEXT

2005-03-01 Thread Alert Management Consultants P Ltd.,
Respected sir/madam,   Here is my question:   String copyrest="1.Wake up early in the morning and do exercise\n2.Do take the coffee\n3.Then get lost to office."      Phrase ph1 = new Phrase(copyrest,FontFactory.getFont("VERDANA" , 10, Font.BOLD,Color.black));