搜索资源列表
Txt2Pdf_WithCompression_NoLIBs
- This program converts a plain TXT file to a plain text PDF file with compression. There is a file that I did not write in the project, a freeware ZLIB wrapper by Richard W. Frost (1998). However he used a .lib file while I use a consolidated .c file
libharu-2.2.0
- 老外写的超级好用的 PDF 生成控件 libharu,功能超级强大, 对中文的支持也非常好,而且开源的. 可以生成非常漂亮的PDF文档. 最新版本 2.2.0,附件中包括所有源码和需要用到的链接库zlib和libpng(这两个库是必须用的,如果直接去官方网站下载,不提供这两个库).zlib和libpng都是最新版本,本人亲自编译,保证能用. 支持中文显示字体方法如下: HPDF_UseCNSFonts(pdf) HPDF_UseCNSEncodings(pdf)