I am using the Watermark example to create a table of contents. 
However, when I try to compile that code, I get an error from the
PdfStamper.  I have copied the code exactly to compile.  I have also
downloaded the itext 1.3.3 jar to see if that made a difference.  Any
thoughts would be greatly appreciated!

compile:
    [javac] Compiling 1 source file 
    [javac] PdfHelperCT.java:1752: cannot resolve symbol
    [javac] symbol  : method insertPage (int,com.lowagie.text.Rectangle)
    [javac] location: class com.lowagie.text.pdf.PdfStamper
    [javac]                                             stamp.insertPage(1, Page
Size.A4);
    [javac]                                                      ^
    [javac] 1 error

Thanks,
Margie Yeung


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to