Leonard Rosenthol wrote: > You want a garbage collection model for PDF object handling - it's how it is > done by EVERY SINGLE PDF library out there... > > Objects belong to a document - they can't be shared across documents. They > need to be "rooted" to the document in question. Some libraries take this to > mean that when you create an object you immediately "root" it as part of > creation, while other let you create "on the fly" and then attach. Each has > pros and cons... >
Ok, may thanks for the explanation and sorry for sending nonsense to the list :p JP