Previous | Next | (P-PDF) Developers
Topic: Re: Can somebody explain me what difference... (Via Email)
Conf: (P-PDF) Developers, Msg: 31749
From: LeonardR
Date: 12/18/2001 11:32 PM
At 09:37 PM 12/18/2001 +1100, p-pdf-developer Listmanager wrote:
>20 0 obj
>
>and 20 1 obj
>
>What the 1 means ?
That's the object generation (or version, if you prefer). A
"garbage collected" PDF will only have generations of 0, since there aren't
any older versions of objects. BUT if you are working with a PDF that has
updates applied to it, then you'll have multiple versions/generations of an
object.
I highly recommend that if you are trying to modify PDF's at this
level, you REALLY NEED to go back and read the PDF specification more!
Leonard