[iText-questions] how to get words wrapped in a footer

2010-11-06 Thread Peter Backx
Hi all, I'm trying to create a PDF with a footer that word wraps long lines. I've been reading chapter 5 in iText in Action SE and I pretty much copied the the MovieCountries1.java example (http://itextpdf.com/examples/iia.php?id=103) In the example only a short string ("page 1") is printed, but

Re: [iText-questions] unable to run the program which uses itext---please help

2010-11-06 Thread 1T3XT info
On 6/11/2010 15:45, valar chandran wrote: > Hi All, > I downloaded itext-2.1.7.jar file to the folder E:\java\jdk1.6.0_22\bin > and wrote a java program GeneratePdf.java > I placed the GeneratePdf.java in the same folder E:\java\jdk1.6.0_22\bin > > Then I compiled the program using > > javac -class

[iText-questions] unable to run the program which uses itext---please help

2010-11-06 Thread valar chandran
Hi All, I downloaded itext-2.1.7.jar file to the folder E:\java\jdk1.6.0_22\bin and wrote a java program GeneratePdf.java import java.io.File; import java.io.FileOutputStream; import java.io.OutputStream; import java.util.Date; import com.lowagie.text.Document; import com.lowagie.text.Parag

Re: [iText-questions] HeaderFooter class

2010-11-06 Thread 1T3XT info
On 5/11/2010 19:20, malikqa...@gmail.com wrote: > Thank you, I downloaded the document through you link but it is all for > JAVA, anyway i took the example givien in chapter 5 under listing 5.20 > and converted to c#.net. The code you attached only contains the event, I don't see you using that ev

Re: [iText-questions] HeaderFooter class

2010-11-06 Thread malikqa...@gmail.com
Thank you, I downloaded the document through you link but it is all for JAVA, anyway i took the example givien in chapter 5 under listing 5.20 and converted to c#.net.When i run my application i do not find any header added to the pdf documents. Please have a look at the code and please let me kno