Haru Free PDF Library
hpdf_info.h File Reference
#include "hpdf_objects.h"
Include dependency graph for hpdf_info.h:

Go to the source code of this file.

Functions

HPDF_STATUS HPDF_Info_SetInfoAttr (HPDF_Dict info, HPDF_InfoType type, const char *value, HPDF_Encoder encoder)
 
const char * HPDF_Info_GetInfoAttr (HPDF_Dict info, HPDF_InfoType type)
 
HPDF_STATUS HPDF_Info_SetInfoDateAttr (HPDF_Dict info, HPDF_InfoType type, HPDF_Date value)
 

Function Documentation

◆ HPDF_Info_GetInfoAttr()

const char* HPDF_Info_GetInfoAttr ( HPDF_Dict  info,
HPDF_InfoType  type 
)

◆ HPDF_Info_SetInfoAttr()

HPDF_STATUS HPDF_Info_SetInfoAttr ( HPDF_Dict  info,
HPDF_InfoType  type,
const char *  value,
HPDF_Encoder  encoder 
)

◆ HPDF_Info_SetInfoDateAttr()

HPDF_STATUS HPDF_Info_SetInfoDateAttr ( HPDF_Dict  info,
HPDF_InfoType  type,
HPDF_Date  value 
)