I want to draw the path objects (lines etc.) on a pdf page and for that reason made a class that inherits PageDrawer. It overrides fillPath and strokePath and stores the GeneralPath objects used in those methods for later use. That works flawlessly, however how can I tell when I later draw those objects that one should hide parts of the other or not? I don't see any information on this, but I converted the page into an image using your PDFToImage program and it displayed correctly, so how do I do it? I guess I need information to which layer an object belongs to, but have no idea where that would be.
A small example would be http://www.4shared.com/document/2JtVrpkW/file.html It's basically 2 rectangles where one hides parts of the other one. Robert -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

