P18

  Java利用iText生成PDF文档 文档

itextpdf.text.pdf.BaseFont; import com.itextpdf.text.pdf.PdfPCell; import com.itextpdf.text.pdf.PdfPTable;

koreamy24k 2013-12-04   580   0

使用 OpenOffice 和 iText 生成 PDF 经验

之前我接到一个使用模板来动态创建 PDF 文档的任务,最终选择了 iText 和 OpenOffice Draw 来生成模板化的 PDF。 下面是介绍如何使用 OpenOffice Draw 创建 PDF 表单

jopen 2012-01-16   59493   0

PDF文档编辑软件 PDFMod 经验

PDF Mod 是一个简单的 PDF 文档编辑器软件。能够对页面进行重新排序、旋转和删除操作,能够对文档的标题、作者等元素进行编辑,也能够将图片导出或者导入到 PDF 文档里。 这款软件可以实现:

fmms 2012-01-18   20452   0

生成 PDF 文档的 C# 组件 SharpPDF 经验

SharpPDF是一个C#类库,实现了各种不同的对象来创建PDF文档。使用非常简单,只要几个步骤。它能够创建100%兼容PDF的文档。 项目主页: http://www.open-open

fmms 2012-01-18   21132   0

PDF文档阅读工具 GPdf 经验

GPdf 是 GNOME 桌面环境下的一个PDF文档阅读工具,基于Xpdf。 项目主页: http://www.open-open.com/lib/view/home/1326854631780

fmms 2012-01-18   23025   0

PDF幻灯展示 PDFSlide 经验

PDFSlide 是一个PDF幻灯展示工具,支持 MacOS 操作系统。 Presenter View with current and next views. An annotation window

fmms 2012-01-18   11400   0

PDF编辑器 PDFedit 经验

PDFedit是一个免费开源的PDF编辑器和一个用于操作PDF文档的类库。它包括基于xpdf的PDF操作类库,GUI,一组命令行工具,和一个PDF编辑器。 项目主页: http://www

jopen 2012-01-16   65794   0

PDF阅读器 Xpdf 经验

Xpdf 是一款PDF阅读器,支持多操作系统。 项目主页: http://www.open-open.com/lib/view/home/1326724640218

jopen 2012-01-16   25817   0

Objective Caml的PDF读写库 CamlPDF 经验

CamlPDF 可以让你在 Objective Caml 语言中读写和操作 PDF 文档,主要特性包括: Support for PDF versions 1.0-1.7; Large file support:

fmms 2012-01-18   18134   0

zhtmltopdf - 把html页面转成pdf 经验

zhtmltopdf zhtmltopdf, 把html页面转成pdf或image的php扩展 编译和安装 phpize ./configure make make install 得到的zhtmltopdf

jopen 2014-06-03   21508   0

免费的PDF编程库和源代码 经验

Free PDF Development Libraries libHaru libHaru is a free, open source, cross-platform C library for

jopen 2014-07-03   13030   0

使用pdfbox解析pdf文档 经验

首先介绍一下pdfbox, 1、使用PDFBox处理PDF文档 PDF全称Portable Document Format,是Adobe公司开发的电子文件格式。这种文件格式与操作系统平台无关,可以在Windows、Unix或Mac

jopen 2014-12-14   143167   0

使用使用 imagebrick将pdf转成图片 代码段

pdf_file = './pdf/demo.pdf'; $save_to = './jpg/demo.jpg'; //make sure that apache has permissions

mf6w 2015-08-09   830   0
PHP  

Facebook面试Q&A 资讯

你的学历、学校、专业、英语成绩、论文、竞赛获奖、工作经验、参与开源项目等背景情况?一定很牛吧? A: 真的不牛,矮丑穷,纯 RP 爆发而已。本科天津大学软件学院,硕士天津大学计算机学院。高中无竞赛经历,本科阶段

openkk 2012-08-20   30761   0

Cracking passwords with a simple genetic algorithm 经验

com/lyle-nel/siga siga(simple genetic algorithm) This is a small experiment that focuses on leveraging population-based

AurDashwood 2016-02-27   8366   0

Create a Realistic Hover Effect With jQuery 开源项目

利用jQuery为一组图标链接添加当鼠标移过时,图标会产生向上升起+倒影的效果。

码头工人 2019-02-23   472   0
jQuery  

Create a Twitter Style Login Form with jQuery 开源项目

利用jQuery创建一个Twitter风格的下拉登录表单。

码头工人 2019-02-23   452   0
Forms   jQuery  

A Wrapper of JQuery Dynatree Plugin - MagicDTree 博客

http://www.boarsoft.com/javascript/dtree MagicDTree是 JQuery 著名树形插件Dynatree的包装类,增加右键菜单,添加、删除、更新接口。 基本示例

Mac_J 2011-08-11   3456   0

Hibernate Annotator (H8A8) 开源项目

Hibernate Annotator能够让你利用Java 5注释(annotations)来生成Hibernate mapping xml文件.它可作为那些原来使用xdoclet但要移植到Java5的一个替代品或作为Hibernate Annotations项目之外的另一个可选项目.

码头工人 2019-01-17   7730   0
P

Python in a Nutshell, 2nd Edition 文档

This book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many powerful but scantily documented modules. This comprehensive reference guide makes it easy to look up the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions.

f74f 2015-01-18   642   0
1 2 3 4 5 6 7 8 9 10