Re: [iText-questions] Adding custom properties to PDF

2008-05-23 Thread 1T3XT info
Xavier Le Vourch wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > dayvidpow wrote: > |> The easiest way is to put your data as extra keys in the info > dictionary. If > |> you want it more "hidden" they can go to the catalog dictionary. > | > | Are there any sample / example code as to

Re: [iText-questions] Adding custom properties to PDF

2008-05-23 Thread 1T3XT info
dayvidpow wrote: > Is there a way to add custom properties to a PDF using iText? Basically i am > seeking a way to set some custom properties (e.g. pageLabelsUpdated = 'Y', > urlsUpdated = 'N' , etc) in a new PDF document. Then later I want to be > able to retrieve/check the custom properties in

Re: [iText-questions] Adding custom properties to PDF

2008-05-22 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 dayvidpow wrote: |> The easiest way is to put your data as extra keys in the info dictionary. If |> you want it more "hidden" they can go to the catalog dictionary. | | Are there any sample / example code as to how to accomplish this? | I don't think

Re: [iText-questions] Adding custom properties to PDF

2008-05-22 Thread dayvidpow
>The easiest way is to put your data as extra keys in the info dictionary. If >you want it more "hidden" they can go to the catalog dictionary. Are there any sample / example code as to how to accomplish this? -- View this message in context: http://www.nabble.com/Adding-custom-properties-t

Re: [iText-questions] Adding custom properties to PDF

2008-05-22 Thread Paulo Soares
: [iText-questions] Adding custom properties to PDF > > Is there a way to add custom properties to a PDF using iText? Basically i > am > seeking a way to set some custom properties (e.g. pageLabelsUpdated = 'Y', > urlsUpdated = 'N' , etc) in a new PDF document.

[iText-questions] Adding custom properties to PDF

2008-05-22 Thread dayvidpow
Is there a way to add custom properties to a PDF using iText? Basically i am seeking a way to set some custom properties (e.g. pageLabelsUpdated = 'Y', urlsUpdated = 'N' , etc) in a new PDF document. Then later I want to be able to retrieve/check the custom properties in the PDF and perform cer