[iText-questions] Removing layers from a PDF

2007-02-13 Thread Ignacio Ruiz-de-Conejo
Hello, Working with documents that contain sensible data, I wanted to display all the information on the screen, but hide some parts of the docs when printing them. I implemented that by importing the original pages and generating new docs with OCG, that would not show, but overprint (and hide)

Re: [iText-questions] Optional content in iTextSharp and related functionality

2007-01-29 Thread Ignacio Ruiz-de-Conejo
Paulo: Properties of optional content did work, thanks a lot! Ignacio - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT

[iText-questions] Optional content in iTextSharp and related functionality

2007-01-28 Thread Ignacio Ruiz-de-Conejo
Hello: I´m adding optional content in a layer using the PdfLayer() function. I´m using the iTextSharp porting for .NET, and I don´t see there two of the functions that the Java implementation includes, in particular the one that sets the default visibility status( PDFLayer.setOn(bool)), and the