Go to the source code of this file.
|
HPDF_Encoder | HPDF_Doc_FindEncoder (HPDF_Doc pdf, const char *encoding_name) |
|
HPDF_FontDef | HPDF_Doc_FindFontDef (HPDF_Doc pdf, const char *font_name) |
|
HPDF_Font | HPDF_Doc_FindFont (HPDF_Doc pdf, const char *font_name, const char *encoding_name) |
|
HPDF_BOOL | HPDF_Doc_Validate (HPDF_Doc pdf) |
|
HPDF_Pages | HPDF_Doc_GetCurrentPages (HPDF_Doc pdf) |
|
HPDF_Pages | HPDF_Doc_AddPagesTo (HPDF_Doc pdf, HPDF_Pages parent) |
|
HPDF_STATUS | HPDF_Doc_SetCurrentPages (HPDF_Doc pdf, HPDF_Pages pages) |
|
HPDF_STATUS | HPDF_Doc_SetCurrentPage (HPDF_Doc pdf, HPDF_Page page) |
|
HPDF_FontDef | HPDF_GetFontDef (HPDF_Doc pdf, const char *font_name) |
|
HPDF_STATUS | HPDF_Doc_RegisterFontDef (HPDF_Doc pdf, HPDF_FontDef fontdef) |
|
HPDF_STATUS | HPDF_Doc_RegisterEncoder (HPDF_Doc pdf, HPDF_Encoder encoder) |
|
HPDF_STATUS | HPDF_Doc_SetEncryptOn (HPDF_Doc pdf) |
|
HPDF_STATUS | HPDF_Doc_SetEncryptOff (HPDF_Doc pdf) |
|
HPDF_STATUS | HPDF_Doc_PrepareEncryption (HPDF_Doc pdf) |
|
◆ HPDF_SIG_BYTES
#define HPDF_SIG_BYTES 0x41504446L |
◆ HPDF_VER_DEFAULT
◆ HPDF_Doc
◆ HPDF_Doc_Rec
◆ HPDF_Doc_AddPagesTo()
◆ HPDF_Doc_FindEncoder()
◆ HPDF_Doc_FindFont()
HPDF_Font HPDF_Doc_FindFont |
( |
HPDF_Doc |
pdf, |
|
|
const char * |
font_name, |
|
|
const char * |
encoding_name |
|
) |
| |
◆ HPDF_Doc_FindFontDef()
◆ HPDF_Doc_GetCurrentPages()
◆ HPDF_Doc_PrepareEncryption()
◆ HPDF_Doc_RegisterEncoder()
◆ HPDF_Doc_RegisterFontDef()
◆ HPDF_Doc_SetCurrentPage()
◆ HPDF_Doc_SetCurrentPages()
◆ HPDF_Doc_SetEncryptOff()
◆ HPDF_Doc_SetEncryptOn()
◆ HPDF_Doc_Validate()
◆ HPDF_GetFontDef()