I get the following message when I import the source from
itext-paulo-113.zip .
      the field writer.os is not visible

Any suggestions?


PdfWriter.java

       PdfIndirectObject add(PdfObject object) throws IOException {
            PdfIndirectObject indirect = new PdfIndirectObject(size(),
object, writer);
            xrefs.add(new PdfCrossReference(position));
            indirect.writeTo(writer.os);
            position = writer.os.getCounter();
            return indirect;
        }




-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to