• 大小: 1.49MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: 其他
  • 标签: 开源PDF库  

资源简介

完全免费的开源PDF编辑库,依赖于zlib和libpng

资源截图

代码片段和文件信息

/*
 * << Haru Free PDF Library 2.0.0 >> -- arc_demo.c
 *
 * Copyright (c) 1999-2006 Takeshi Kanno 
 *
 * Permission to use copy modify distribute and sell this software
 * and its documentation for any purpose is hereby granted without fee
 * provided that the above copyright notice appear in all copies and
 * that both that copyright notice and this permission notice appear
 * in supporting documentation.
 * It is provided “as is“ without express or implied warranty.
 *
 */

#include 
#include 
#include 
#include 
#include “hpdf.h“
#include “grid_sheet.h“

jmp_buf env;

#ifdef HPDF_DLL
void  __stdcall
#else
void
#endif
error_handler  (HPDF_STATUS   error_no
                HPDF_STATUS   detail_no
                v

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\
     文件         431  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\.gitignore
     文件        6049  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\CHANGES
     文件        7656  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\CMakeLists.txt
     文件         358  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\INSTALL
     文件         158  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\Makefile.am
     文件        5081  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\README
     文件        4475  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\README_cmake
     文件        1384  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\build.mk
     文件         650  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\buildconf.sh
     目录           0  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\cmake\
     目录           0  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\cmake\modules\
     文件        1431  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\cmake\modules\haru.cmake
     文件        1417  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\cmake\modules\summary.cmake
     文件        9527  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\configure.in
     目录           0  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\
     文件        2873  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\CMakeLists.txt
     文件        3207  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\arc_demo.c
     文件        5009  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\arc_demo.pdf
     文件        2205  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\attach.c
     文件        6998  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\attach.pdf
     文件        8367  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\character_map.c
     文件        3562  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\chfont_demo.c
     文件        6349  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\encoding_list.c
     文件      152446  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\encoding_list.pdf
     文件        2243  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\encryption.c
     文件        1208  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\encryption.pdf
     文件        6887  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\ext_gstate_demo.c
     文件       10387  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\ext_gstate_demo.pdf
     文件        3441  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\font_demo.c
     文件        3670  2013-10-16 08:09  libharu-RELEASE_2_3_0RC3\demo\font_demo.cpp
............此处省略310个文件信息

评论

共有 条评论

相关资源