AW: storing metadata

2002-10-28 Thread J.U. Anderegg
Hi Paul, this is how Acrobat embeds files. Follow the indirect PDF object references: 5 0 obj << /Pages 2 0 R /Type /Catalog /Metadata 19 0 R /Names 17 0 R <<<--- add this entry >> endobj 17 0 obj <<<--- add this object << /EmbeddedFiles 18 0 R >> endobj 18 0 obj <<<--- add this object << /Name

Re: AW: storing metadata

2002-10-28 Thread Paul . Hussein
Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: AW: storing metadata Hi Paul, Do you want to embed the XSL:FO input in the PDF document? If this is so: o "embedding files in PDF" is the thing to do, but quite a challenge to build into the PDF render

AW: storing metadata

2002-10-24 Thread J.U. Anderegg
Hi Paul, Do you want to embed the XSL:FO input in the PDF document? If this is so: o "embedding files in PDF" is the thing to do, but quite a challenge to build into the PDF renderer. o out of pure curiosity: why? Hansuli Anderegg --

RE: storing metadata

2002-10-23 Thread Keiron Liddle
On Tue, 2002-10-22 at 16:52, Victor Mote wrote: > Paul Hussein wrote: > > > I believe the adobe pdf standard includes the ability to store metadata > > with the pdf. > > > > XMP i think they call it. I would like to extend FOP to allow storing of > > this metadata within the produced PDF. > > > >

RE: storing metadata

2002-10-22 Thread Victor Mote
Paul Hussein wrote: > I believe the adobe pdf standard includes the ability to store metadata > with the pdf. > > XMP i think they call it. I would like to extend FOP to allow storing of > this metadata within the produced PDF. > > I could then store the FO inside the PDF for later reference. > >

Re: storing metadata

2002-10-22 Thread Dirk-Willem van Gulik
On Tue, 22 Oct 2002 [EMAIL PROTECTED] wrote: > XMP i think they call it. I would like to extend FOP to allow storing of > this metadata within the produced PDF. I'd love to see this ! See: http://www.adobe.com/products/xmp/main.html for more details. But this is really just RDF. http:

Re: storing metadata

2002-10-22 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: I believe the adobe pdf standard includes the ability to store metadata with the pdf. XMP i think they call it. I would like to extend FOP to allow storing of this metadata within the produced PDF. I could then store the FO inside the PDF for later reference. Any ideas

storing metadata

2002-10-22 Thread Paul . Hussein
I believe the adobe pdf standard includes the ability to store metadata with the pdf. XMP i think they call it. I would like to extend FOP to allow storing of this metadata within the produced PDF. I could then store the FO inside the PDF for later reference. Any ideas if this feasible and how I