harud.c.capi

Undocumented in source.

Members

Functions

HPDF_AddPage
HPDF_Page HPDF_AddPage(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_AddPageLabel
HPDF_STATUS HPDF_AddPageLabel(HPDF_Doc pdf, uint page_num, PageNumStyle style, uint first_page, const(char)* prefix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_CreateOutline
HPDF_Outline HPDF_CreateOutline(HPDF_Doc pdf, HPDF_Outline parent, const(char)* title, HPDF_Encoder encoder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Destination_SetFit
HPDF_STATUS HPDF_Destination_SetFit(HPDF_Destination dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Destination_SetFitB
HPDF_STATUS HPDF_Destination_SetFitB(HPDF_Destination dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Destination_SetFitBH
HPDF_STATUS HPDF_Destination_SetFitBH(HPDF_Destination dst, float top)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Destination_SetFitBV
HPDF_STATUS HPDF_Destination_SetFitBV(HPDF_Destination dst, float top)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Destination_SetFitH
HPDF_STATUS HPDF_Destination_SetFitH(HPDF_Destination dst, float top)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Destination_SetFitR
HPDF_STATUS HPDF_Destination_SetFitR(HPDF_Destination dst, float left, float bottom, float right, float top)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Destination_SetFitV
HPDF_STATUS HPDF_Destination_SetFitV(HPDF_Destination dst, float left)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Destination_SetXYZ
HPDF_STATUS HPDF_Destination_SetXYZ(HPDF_Destination dst, float left, float top, float zoom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Encoder_GetByteType
HaruByteType HPDF_Encoder_GetByteType(HPDF_Encoder encoder, const(char)* text, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Encoder_GetType
HaruEncoderType HPDF_Encoder_GetType(HPDF_Encoder encoder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Encoder_GetUnicode
HPDF_UNICODE HPDF_Encoder_GetUnicode(HPDF_Encoder encoder, ushort code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Encoder_GetWritingMode
HaruWritingMode HPDF_Encoder_GetWritingMode(HPDF_Encoder encoder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Font_GetAscent
int HPDF_Font_GetAscent(HPDF_Font font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Font_GetBBox
HaruBox HPDF_Font_GetBBox(HPDF_Font font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Font_GetCapHeight
uint HPDF_Font_GetCapHeight(HPDF_Font font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Font_GetDescent
int HPDF_Font_GetDescent(HPDF_Font font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Font_GetEncodingName
const(char)* HPDF_Font_GetEncodingName(HPDF_Font font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Font_GetFontName
const(char)* HPDF_Font_GetFontName(HPDF_Font font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Font_GetUnicodeWidth
int HPDF_Font_GetUnicodeWidth(HPDF_Font font, HPDF_UNICODE code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Font_GetXHeight
uint HPDF_Font_GetXHeight(HPDF_Font font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Font_MeasureText
uint HPDF_Font_MeasureText(HPDF_Font font, const(char)* text, uint len, float width, float font_size, float char_space, float word_space, HPDF_BOOL wordwrap, float* real_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Font_TextWidth
TextWidth HPDF_Font_TextWidth(HPDF_Font font, const(char)* text, uint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Free
void HPDF_Free(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_FreeDoc
void HPDF_FreeDoc(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_FreeDocAll
void HPDF_FreeDocAll(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_GetCurrentEncoder
HPDF_Encoder HPDF_GetCurrentEncoder(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_GetCurrentPage
HPDF_Page HPDF_GetCurrentPage(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_GetEncoder
HPDF_Encoder HPDF_GetEncoder(HPDF_Doc pdf, const(char)* encoding_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_GetError
HPDF_STATUS HPDF_GetError(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_GetFont
HPDF_Font HPDF_GetFont(HPDF_Doc pdf, const(char)* font_name, const(char)* encoding_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_GetInfoAttr
const(char)* HPDF_GetInfoAttr(HPDF_Doc pdf, HaruInfoType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_GetPageLayout
PageLayout HPDF_GetPageLayout(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_GetPageMode
PageMode HPDF_GetPageMode(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_GetStreamSize
uint HPDF_GetStreamSize(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_GetVersion
const(char)* HPDF_GetVersion()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_HasDoc
HPDF_BOOL HPDF_HasDoc(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Image_GetBitsPerComponent
uint HPDF_Image_GetBitsPerComponent(HPDF_Image image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Image_GetColorSpace
const(char)* HPDF_Image_GetColorSpace(HPDF_Image image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Image_GetHeight
uint HPDF_Image_GetHeight(HPDF_Image image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Image_GetSize
Point HPDF_Image_GetSize(HPDF_Image image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Image_GetWidth
uint HPDF_Image_GetWidth(HPDF_Image image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Image_SetColorMask
HPDF_STATUS HPDF_Image_SetColorMask(HPDF_Image image, uint rmin, uint rmax, uint gmin, uint gmax, uint bmin, uint bmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Image_SetMaskImage
HPDF_STATUS HPDF_Image_SetMaskImage(HPDF_Image image, HPDF_Image mask_image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_InsertPage
HPDF_Page HPDF_InsertPage(HPDF_Doc pdf, HPDF_Page target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_LinkAnnot_SetBorderStyle
HPDF_STATUS HPDF_LinkAnnot_SetBorderStyle(HPDF_Annotation annot, float width, ushort dash_on, ushort dash_off)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_LinkAnnot_SetHighlightMode
HPDF_STATUS HPDF_LinkAnnot_SetHighlightMode(HPDF_Annotation annot, HaruAnnotHighlightMode mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_LoadJpegImageFromFile
HPDF_Image HPDF_LoadJpegImageFromFile(HPDF_Doc pdf, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_LoadPngImageFromFile
HPDF_Image HPDF_LoadPngImageFromFile(HPDF_Doc pdf, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_LoadPngImageFromFile2
HPDF_Image HPDF_LoadPngImageFromFile2(HPDF_Doc pdf, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_LoadRawImageFromFile
HPDF_Image HPDF_LoadRawImageFromFile(HPDF_Doc pdf, const(char)* filename, uint width, uint height, ColorSpace color_space)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_LoadRawImageFromMem
HPDF_Image HPDF_LoadRawImageFromMem(HPDF_Doc pdf, ubyte* buf, uint width, uint height, ColorSpace color_space, uint bits_per_component)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_LoadTTFontFromFile
const(char)* HPDF_LoadTTFontFromFile(HPDF_Doc pdf, const(char)* file_name, HPDF_BOOL embedding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_LoadTTFontFromFile2
const(char)* HPDF_LoadTTFontFromFile2(HPDF_Doc pdf, const(char)* file_name, uint index, HPDF_BOOL embedding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_LoadType1FontFromFile
const(char)* HPDF_LoadType1FontFromFile(HPDF_Doc pdf, const(char)* afmfilename, const(char)* pfmfilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_New
HPDF_Doc HPDF_New(void* error, void* user_data)

Basic Functions

HPDF_NewDoc
HPDF_STATUS HPDF_NewDoc(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Outline_SetDestination
HPDF_STATUS HPDF_Outline_SetDestination(HPDF_Outline outline, HPDF_Destination dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Outline_SetOpened
HPDF_STATUS HPDF_Outline_SetOpened(HPDF_Outline outline, HPDF_BOOL opened)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_Arc
HPDF_STATUS HPDF_Page_Arc(HPDF_Page page, float x, float y, float ray, float ang1, float ang2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_BeginText
HPDF_STATUS HPDF_Page_BeginText(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_Circle
HPDF_STATUS HPDF_Page_Circle(HPDF_Page page, float x, float y, float ray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_Clip
HPDF_STATUS HPDF_Page_Clip(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_ClosePath
HPDF_STATUS HPDF_Page_ClosePath(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_ClosePathEoillStroke
HPDF_STATUS HPDF_Page_ClosePathEoillStroke(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_ClosePathFillStroke
HPDF_STATUS HPDF_Page_ClosePathFillStroke(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_ClosePathStroke
HPDF_STATUS HPDF_Page_ClosePathStroke(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_Concat
HPDF_STATUS HPDF_Page_Concat(HPDF_Page page, float a, float b, float c, float d, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_CreateDestination
HPDF_Destination HPDF_Page_CreateDestination(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_CreateLinkAnnot
HPDF_Annotation HPDF_Page_CreateLinkAnnot(HPDF_Page page, Rect rect, HPDF_Destination dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_CreateTextAnnot
HPDF_Annotation HPDF_Page_CreateTextAnnot(HPDF_Page page, Rect rect, const(char)* text, HPDF_Encoder encoder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_CreateURILinkAnnot
HPDF_Annotation HPDF_Page_CreateURILinkAnnot(HPDF_Page page, Rect rect, const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_CreateXObjectFromImage
HPDF_XObject HPDF_Page_CreateXObjectFromImage(HPDF_Doc pdf, HPDF_Page page, Rect rect, HPDF_Image image, HPDF_BOOL zoom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_CurveTo
HPDF_STATUS HPDF_Page_CurveTo(HPDF_Page page, float x1, float y1, float x2, float y2, float x3, float y3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_CurveTo2
HPDF_STATUS HPDF_Page_CurveTo2(HPDF_Page page, float x2, float y2, float x3, float y3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_CurveTo3
HPDF_STATUS HPDF_Page_CurveTo3(HPDF_Page page, float x1, float y1, float x3, float y3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_DrawImage
HPDF_STATUS HPDF_Page_DrawImage(HPDF_Page page, HPDF_Image image, float x, float y, float width, float height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_Ellipse
HPDF_STATUS HPDF_Page_Ellipse(HPDF_Page page, float x, float y, float xray, float yray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_EndPath
HPDF_STATUS HPDF_Page_EndPath(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_EndText
HPDF_STATUS HPDF_Page_EndText(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_Eoclip
HPDF_STATUS HPDF_Page_Eoclip(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_Eofill
HPDF_STATUS HPDF_Page_Eofill(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_EofillStroke
HPDF_STATUS HPDF_Page_EofillStroke(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_ExecuteXObject
HPDF_STATUS HPDF_Page_ExecuteXObject(HPDF_Page page, HPDF_XObject obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_Fill
HPDF_STATUS HPDF_Page_Fill(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_FillStroke
HPDF_STATUS HPDF_Page_FillStroke(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GRestore
HPDF_STATUS HPDF_Page_GRestore(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GSave
HPDF_STATUS HPDF_Page_GSave(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetCMYKFill
HaruCMYKColor HPDF_Page_GetCMYKFill(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetCMYKStroke
HaruCMYKColor HPDF_Page_GetCMYKStroke(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetCharSpace
float HPDF_Page_GetCharSpace(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetCurrentFont
HPDF_Font HPDF_Page_GetCurrentFont(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetCurrentFontSize
float HPDF_Page_GetCurrentFontSize(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetCurrentPos
Point HPDF_Page_GetCurrentPos(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetCurrentTextPos
Point HPDF_Page_GetCurrentTextPos(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetDash
DashMode HPDF_Page_GetDash(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetFillingColorSpace
ColorSpace HPDF_Page_GetFillingColorSpace(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetFlat
float HPDF_Page_GetFlat(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetGMode
ushort HPDF_Page_GetGMode(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetGStateDepth
uint HPDF_Page_GetGStateDepth(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetGrayFill
float HPDF_Page_GetGrayFill(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetGrayStroke
float HPDF_Page_GetGrayStroke(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetHeight
float HPDF_Page_GetHeight(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetHorizontalScalling
float HPDF_Page_GetHorizontalScalling(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetLineCap
HaruLineCap HPDF_Page_GetLineCap(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetLineJoin
HaruLineJoin HPDF_Page_GetLineJoin(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetLineWidth
float HPDF_Page_GetLineWidth(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetMiterLimit
float HPDF_Page_GetMiterLimit(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetRGBFill
HaruRGBColor HPDF_Page_GetRGBFill(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetRGBStroke
HaruRGBColor HPDF_Page_GetRGBStroke(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetStrokingColorSpace
ColorSpace HPDF_Page_GetStrokingColorSpace(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetTextLeading
float HPDF_Page_GetTextLeading(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetTextMatrix
TransMatrix HPDF_Page_GetTextMatrix(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetTextRenderingMode
HaruTextRenderingMode HPDF_Page_GetTextRenderingMode(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetTextRise
float HPDF_Page_GetTextRise(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetTransMatrix
TransMatrix HPDF_Page_GetTransMatrix(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetWidth
float HPDF_Page_GetWidth(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_GetWordSpace
float HPDF_Page_GetWordSpace(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_LineTo
HPDF_STATUS HPDF_Page_LineTo(HPDF_Page page, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_MeasureText
uint HPDF_Page_MeasureText(HPDF_Page page, const(char)* text, float width, HPDF_BOOL wordwrap, float* real_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_MoveTextPos
HPDF_STATUS HPDF_Page_MoveTextPos(HPDF_Page page, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_MoveTextPos2
HPDF_STATUS HPDF_Page_MoveTextPos2(HPDF_Page page, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_MoveTo
HPDF_STATUS HPDF_Page_MoveTo(HPDF_Page page, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_MoveToNextLine
HPDF_STATUS HPDF_Page_MoveToNextLine(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_Rectangle
HPDF_STATUS HPDF_Page_Rectangle(HPDF_Page page, float x, float y, float width, float height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetCMYKFill
HPDF_STATUS HPDF_Page_SetCMYKFill(HPDF_Page page, float c, float m, float y, float k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetCMYKStroke
HPDF_STATUS HPDF_Page_SetCMYKStroke(HPDF_Page page, float c, float m, float y, float k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetCharSpace
HPDF_STATUS HPDF_Page_SetCharSpace(HPDF_Page page, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetDash
HPDF_STATUS HPDF_Page_SetDash(HPDF_Page page, ushort* dash_ptn, uint num_param, uint phase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetExtGState
HPDF_STATUS HPDF_Page_SetExtGState(HPDF_Page page, HPDF_ExtGState ext_gstate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetFontAndSize
HPDF_STATUS HPDF_Page_SetFontAndSize(HPDF_Page page, HPDF_Font font, float size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetGrayFill
HPDF_STATUS HPDF_Page_SetGrayFill(HPDF_Page page, float gray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetGrayStroke
HPDF_STATUS HPDF_Page_SetGrayStroke(HPDF_Page page, float gray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetHeight
HPDF_STATUS HPDF_Page_SetHeight(HPDF_Page page, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetHorizontalScalling
HPDF_STATUS HPDF_Page_SetHorizontalScalling(HPDF_Page page, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetLineCap
HPDF_STATUS HPDF_Page_SetLineCap(HPDF_Page page, HaruLineCap line_cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetLineJoin
HPDF_STATUS HPDF_Page_SetLineJoin(HPDF_Page page, HaruLineJoin line_join)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetLineWidth
HPDF_STATUS HPDF_Page_SetLineWidth(HPDF_Page page, float line_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetMiterLimit
HPDF_STATUS HPDF_Page_SetMiterLimit(HPDF_Page page, float miter_limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetRGBFill
HPDF_STATUS HPDF_Page_SetRGBFill(HPDF_Page page, float r, float g, float b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetRGBStroke
HPDF_STATUS HPDF_Page_SetRGBStroke(HPDF_Page page, float r, float g, float b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetRotate
HPDF_STATUS HPDF_Page_SetRotate(HPDF_Page page, ushort angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetSize
HPDF_STATUS HPDF_Page_SetSize(HPDF_Page page, PageSizes size, PageDirection direction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetSlideShow
HPDF_STATUS HPDF_Page_SetSlideShow(HPDF_Page page, HaruTransitionStyle type, float disp_time, float trans_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetTextLeading
HPDF_STATUS HPDF_Page_SetTextLeading(HPDF_Page page, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetTextMatrix
HPDF_STATUS HPDF_Page_SetTextMatrix(HPDF_Page page, float a, float b, float c, float d, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetTextRenderingMode
HPDF_STATUS HPDF_Page_SetTextRenderingMode(HPDF_Page page, HaruTextRenderingMode mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetTextRise
HPDF_STATUS HPDF_Page_SetTextRise(HPDF_Page page, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetWidth
HPDF_STATUS HPDF_Page_SetWidth(HPDF_Page page, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_SetWordSpace
HPDF_STATUS HPDF_Page_SetWordSpace(HPDF_Page page, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_ShowText
HPDF_STATUS HPDF_Page_ShowText(HPDF_Page page, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_ShowTextNextLine
HPDF_STATUS HPDF_Page_ShowTextNextLine(HPDF_Page page, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_ShowTextNextLineEx
HPDF_STATUS HPDF_Page_ShowTextNextLineEx(HPDF_Page page, float word_space, float char_space, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_Stroke
HPDF_STATUS HPDF_Page_Stroke(HPDF_Page page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_TextOut
HPDF_STATUS HPDF_Page_TextOut(HPDF_Page page, float xpos, float ypos, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_TextRect
HPDF_STATUS HPDF_Page_TextRect(HPDF_Page page, float left, float top, float right, float bottom, const(char)* text, HaruTextAlignment alig, uint* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_Page_TextWidth
float HPDF_Page_TextWidth(HPDF_Page page, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_ReadFromStream
HPDF_STATUS HPDF_ReadFromStream(HPDF_Doc pdf, ubyte* buf, uint* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_ResetError
void HPDF_ResetError(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_ResetStream
HPDF_STATUS HPDF_ResetStream(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_SaveToFile
HPDF_STATUS HPDF_SaveToFile(HPDF_Doc pdf, const(char)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_SaveToStream
HPDF_STATUS HPDF_SaveToStream(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_SetCompressionMode
HPDF_STATUS HPDF_SetCompressionMode(HPDF_Doc pdf, uint mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_SetCurrentEncoder
HPDF_STATUS HPDF_SetCurrentEncoder(HPDF_Doc pdf, const(char)* encoding_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_SetEncryptionMode
HPDF_STATUS HPDF_SetEncryptionMode(HPDF_Doc pdf, HaruEncryptMode mode, uint key_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_SetErrorHandler
HPDF_STATUS HPDF_SetErrorHandler(HPDF_Doc pdf, void* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_SetInfoAttr
HPDF_STATUS HPDF_SetInfoAttr(HPDF_Doc pdf, HaruInfoType type, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_SetInfoDateAttr
HPDF_STATUS HPDF_SetInfoDateAttr(HPDF_Doc pdf, HaruInfoType type, HaruDate value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_SetOpenAction
HPDF_STATUS HPDF_SetOpenAction(HPDF_Doc pdf, HPDF_Destination open_action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_SetPageLayout
HPDF_STATUS HPDF_SetPageLayout(HPDF_Doc pdf, PageLayout layout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_SetPageMode
HPDF_STATUS HPDF_SetPageMode(HPDF_Doc pdf, PageMode mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_SetPagesConfiguration
HPDF_STATUS HPDF_SetPagesConfiguration(HPDF_Doc pdf, uint page_per_pages)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_SetPassword
HPDF_STATUS HPDF_SetPassword(HPDF_Doc pdf, const(char)* owner_passwd, const(char)* user_passwd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_SetPermission
HPDF_STATUS HPDF_SetPermission(HPDF_Doc pdf, uint permission)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_TextAnnot_SetIcon
HPDF_STATUS HPDF_TextAnnot_SetIcon(HPDF_Annotation annot, HaruAnnotIcon icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_TextAnnot_SetOpened
HPDF_STATUS HPDF_TextAnnot_SetOpened(HPDF_Annotation annot, HPDF_BOOL open)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_UseCNSEncodings
HPDF_STATUS HPDF_UseCNSEncodings(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_UseCNSFonts
HPDF_STATUS HPDF_UseCNSFonts(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_UseCNTEncodings
HPDF_STATUS HPDF_UseCNTEncodings(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_UseCNTFonts
HPDF_STATUS HPDF_UseCNTFonts(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_UseJPEncodings
HPDF_STATUS HPDF_UseJPEncodings(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_UseJPFonts
HPDF_STATUS HPDF_UseJPFonts(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_UseKREncodings
HPDF_STATUS HPDF_UseKREncodings(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HPDF_UseKRFonts
HPDF_STATUS HPDF_UseKRFonts(HPDF_Doc pdf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta