That's a compiler or IDE problem on your part.

The PdfWriter definition is:

public class PdfWriter extends DocWriter

In DocWriter:

protected OutputStreamCounter os;

So, os is visible.

Best Regards,
Paulo Soares

> -----Original Message-----
> From: Sandy Daum [SMTP:[EMAIL PROTECTED]
> Sent: Tuesday, March 25, 2003 15:48
> To:   [EMAIL PROTECTED]
> Subject:      [iText-questions] write.os is not visible
> 
> 
> 
> 
> 
> 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


-------------------------------------------------------
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