nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS

NPWInfo.h File Reference

Helper functions for document information. More...

#include "NPWBase.h"

Go to the source code of this file.


Defines

#define kNPWInfoKeyTitle   "Title"
 information title key
#define kNPWInfoKeyAuthor   "Author"
 information author key
#define kNPWInfoKeySubject   "Subject"
 information subject key
#define kNPWInfoKeyKeywords   "Keywords"
 information keywords key
#define kNPWInfoKeyCreator   "Creator"
 information creator key
#define kNPWInfoKeyProducer   "Producer"
 information producer key
#define kNPWInfoKeyCreationDate   "CreationDate"
 information creation and date key (date format: ISO/IEC 8824)
#define kNPWInfoKeyModDate   "ModDate"
 information modification date key (date format: ISO/IEC 8824)
#define kNPWInfoKeyTrapped   "Trapped"
 information trapped key

Functions

NPWErr NPWInfoBegin (NPW *pdf)
 Begin information dictionary.
NPWErr NPWInfoAddEntry (NPW *pdf, NPWConstText key, NPWConstText value)
 Add an information dictionary entry.
NPWErr NPWInfoEnd (NPW *pdf)
 End information dictionary.

Detailed Description

Helper functions for document information.

Author:
Yves Piguet. Copyright 2008-2010, Yves Piguet

Definition in file NPWInfo.h.


Function Documentation

NPWErr NPWInfoAddEntry ( NPW pdf,
NPWConstText  key,
NPWConstText  value 
)

Add an information dictionary entry.

Parameters:
pdf reference to NPW structure
[in] key entry key (kNPWInfoKeyTitle etc.)
[in] value entry value (null-terminated string)
Returns:
error code (kNPWErrOk for success)

Definition at line 31 of file NPWInfo.c.

NPWErr NPWInfoBegin ( NPW pdf  ) 

Begin information dictionary.

Parameters:
pdf reference to NPW structure
Returns:
error code (kNPWErrOk for success)

Definition at line 20 of file NPWInfo.c.

NPWErr NPWInfoEnd ( NPW pdf  ) 

End information dictionary.

Parameters:
pdf reference to NPW structure
Returns:
error code (kNPWErrOk for success)

Definition at line 43 of file NPWInfo.c.

Generated by Doxygen.
Copyright 2007-2010, Yves Piguet.
All rights reserved.