2006-05-04 16:36:51 +00:00
|
|
|
/*---------------------------------------------------------------------------*
|
|
|
|
| PDFlib - A library for generating PDF on the fly |
|
|
|
|
+---------------------------------------------------------------------------+
|
2008-10-20 14:35:00 +00:00
|
|
|
| Copyright (c) 1997-2006 Thomas Merz and PDFlib GmbH. All rights reserved. |
|
2006-05-04 16:36:51 +00:00
|
|
|
+---------------------------------------------------------------------------+
|
|
|
|
| |
|
|
|
|
| This software is subject to the PDFlib license. It is NOT in the |
|
|
|
|
| public domain. Extended versions and commercial licenses are |
|
|
|
|
| available, please check http://www.pdflib.com. |
|
|
|
|
| |
|
|
|
|
*---------------------------------------------------------------------------*/
|
|
|
|
|
2008-10-20 14:35:00 +00:00
|
|
|
/* $Id: pc_xmp.h,v 1.2 2008-10-20 14:35:00 guy Exp $
|
2006-05-04 16:36:51 +00:00
|
|
|
*
|
2008-10-20 14:35:00 +00:00
|
|
|
* The public core XMP support.
|
2006-05-04 16:36:51 +00:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2008-10-20 14:35:00 +00:00
|
|
|
#ifndef PC_XMP_H
|
|
|
|
#define PC_XMP_H
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* PC_XMP_H */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2006-05-04 16:36:51 +00:00
|
|
|
|
|
|
|
|