Home
last modified time | relevance | path

Searched refs:HPDF_GetInfoAttr (Results 1 – 21 of 21) sorted by relevance

/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_pdfa.c160 dc_title = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_TITLE); in HPDF_PDFA_SetPDFAConformance()
161 dc_creator = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_AUTHOR); in HPDF_PDFA_SetPDFAConformance()
162 dc_description = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_SUBJECT); in HPDF_PDFA_SetPDFAConformance()
164 xmp_CreateDate = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_CREATION_DATE); in HPDF_PDFA_SetPDFAConformance()
165 xmp_ModifyDate = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_MOD_DATE); in HPDF_PDFA_SetPDFAConformance()
166 xmp_CreatorTool = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_CREATOR); in HPDF_PDFA_SetPDFAConformance()
168 pdf_Keywords = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_KEYWORDS); in HPDF_PDFA_SetPDFAConformance()
169 pdf_Producer = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_PRODUCER); in HPDF_PDFA_SetPDFAConformance()
H A Dhpdf_doc.c2016 HPDF_GetInfoAttr (HPDF_Doc pdf, in HPDF_GetInfoAttr() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_pdfa.c160 dc_title = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_TITLE); in HPDF_PDFA_SetPDFAConformance()
161 dc_creator = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_AUTHOR); in HPDF_PDFA_SetPDFAConformance()
162 dc_description = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_SUBJECT); in HPDF_PDFA_SetPDFAConformance()
164 xmp_CreateDate = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_CREATION_DATE); in HPDF_PDFA_SetPDFAConformance()
165 xmp_ModifyDate = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_MOD_DATE); in HPDF_PDFA_SetPDFAConformance()
166 xmp_CreatorTool = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_CREATOR); in HPDF_PDFA_SetPDFAConformance()
168 pdf_Keywords = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_KEYWORDS); in HPDF_PDFA_SetPDFAConformance()
169 pdf_Producer = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_PRODUCER); in HPDF_PDFA_SetPDFAConformance()
H A Dhpdf_doc.c2017 HPDF_GetInfoAttr (HPDF_Doc pdf, in HPDF_GetInfoAttr() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_pdfa.c160 dc_title = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_TITLE); in HPDF_PDFA_SetPDFAConformance()
161 dc_creator = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_AUTHOR); in HPDF_PDFA_SetPDFAConformance()
162 dc_description = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_SUBJECT); in HPDF_PDFA_SetPDFAConformance()
164 xmp_CreateDate = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_CREATION_DATE); in HPDF_PDFA_SetPDFAConformance()
165 xmp_ModifyDate = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_MOD_DATE); in HPDF_PDFA_SetPDFAConformance()
166 xmp_CreatorTool = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_CREATOR); in HPDF_PDFA_SetPDFAConformance()
168 pdf_Keywords = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_KEYWORDS); in HPDF_PDFA_SetPDFAConformance()
169 pdf_Producer = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_PRODUCER); in HPDF_PDFA_SetPDFAConformance()
H A Dhpdf_doc.c2017 HPDF_GetInfoAttr (HPDF_Doc pdf, in HPDF_GetInfoAttr() function
/dports/print/libharu/libharu-RELEASE_2_3_0/win32/mingw/
H A Dlibhpdf.def42 HPDF_GetInfoAttr@8 = HPDF_GetInfoAttr
H A Dlibhpdf_cdecl.def44 HPDF_GetInfoAttr
/dports/print/libharu/libharu-RELEASE_2_3_0/win32/msvc/
H A Dlibhpdf.def52 HPDF_GetInfoAttr
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb6/
H A Dhpdf.bas143 Public Declare Function HPDF_GetInfoAttr Lib "libhpdf.dll" (ByVal pdf As Long, type0 As HPDF_InfoTy…
/dports/print/libharu/libharu-RELEASE_2_3_0/if/python/
H A Dhpdf.py751 HPDF_GetInfoAttr=haru.HPDF_GetInfoAttr variable
752 HPDF_GetInfoAttr.restype=c_char_p
/dports/print/libharu/libharu-RELEASE_2_3_0/if/c#/
H A Dhpdf.cs505 private extern static string HPDF_GetInfoAttr(IntPtr pdf, in HPDF_GetInfoAttr() method in HPdf.HPdfDoc
836 return HPDF_GetInfoAttr(hpdf, type); in GetInfoAttr()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/include/
H A Dvtk_haru_mangle.h221 #define HPDF_GetInfoAttr vtklibharu_HPDF_GetInfoAttr macro
H A Dhpdf.h890 HPDF_GetInfoAttr (HPDF_Doc pdf,
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/include/
H A Dvtk_haru_mangle.h221 #define HPDF_GetInfoAttr vtklibharu_HPDF_GetInfoAttr macro
H A Dhpdf.h890 HPDF_GetInfoAttr (HPDF_Doc pdf,
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb.net/
H A Dhpdfvb.vb337 …Private Declare Function HPDF_GetInfoAttr Lib "libhpdf.dll" Alias "HPDF_GetInfoAttr" (ByVal pdf As…
609 Return HPDF_GetInfoAttr(hpdf, type)
/dports/print/libharu/libharu-RELEASE_2_3_0/if/freebasic/
H A Dhpdf.bi102 declare function HPDF_GetInfoAttr cdecl alias "HPDF_GetInfoAttr" (byval pdf as HPDF_Doc, byval type…
/dports/print/libharu/libharu-RELEASE_2_3_0/if/delphi/
H A Dhpdf.pas390 function HPDF_GetInfoAttr (pdf: HPDF_Doc; info_type: THPDF_InfoType): HPDF_PCHAR; in HPDF_GetInfoAttr() function
/dports/print/libharu/libharu-RELEASE_2_3_0/include/
H A Dhpdf.h853 HPDF_GetInfoAttr (HPDF_Doc pdf,
/dports/print/libharu/libharu-RELEASE_2_3_0/if/ruby/
H A Dhpdf.c1374 ret = HPDF_GetInfoAttr(pdf, i); in hpdf_get_info_attr()