iText实战--PDF和iText 简介

PDF可以做如下事务

iText 5步创建PDF

复制代码
import java.io.FileOutputStream;
import com.itextpdf.text.Document;
import com.itextpdf.text.Paragraph;
import com.itextpdf.text.pdf.PdfWriter;


public class PdfHelloWorld {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		// 1、创建Document对象.
		final Document document = new Document();
		try {
			// 2、创建Writer监听document,并将PDF流指向文件.
			PdfWriter.getInstance(document, new FileOutputStream("D:/data/iText/turorial/helloworld.pdf"));
			
			// 3、开启document
			document.open();
			
			// 4、添加一个段落到document.
			document.add(new Paragraph("Hello World."));
		} catch (Exception e) {
			e.printStackTrace();
		}
		
		// 5、关闭document
		document.close();
	}

}
相关推荐
shuaiqinke1 小时前
分享噪音测试分贝仪 精准测噪 数据直观超实用
pdf
NiceCloud喜云6 小时前
Claude API PDF 文档问答实战:从原生解析到分页引用的完整方案
java·服务器·前端·网络·数据库·人工智能·pdf
w2018001 天前
新高考答题卡模板全套PDF可打印(语文数学英语等)
pdf·高考
奋斗的老史1 天前
LibreOffice封装文档转 PDF 工具类
java·pdf
优化控制仿真模型1 天前
【26年最新】新高考英语大纲词汇表3500个电子版PDF(含正序版、乱序版和默写版)
经验分享·pdf
Eiceblue1 天前
使用 C# 高效替换 PDF 中的文本:全页、区域与正则匹配
visualstudio·pdf·c#
Upsy-Daisy1 天前
AI Agent 项目学习笔记(十):文件操作、终端执行与 PDF 生成工具
笔记·学习·pdf
霸道流氓气质1 天前
批量收集多源 URL 并异步转 PDF 打包下载的完整实现(Spring Boot + Feign + 异步任务)
windows·spring boot·pdf
开开心心_Every2 天前
支持自定义名单的实用随机抽签工具
运维·服务器·pdf·电脑·excel·启发式算法·宽度优先
shuaiqinke2 天前
【分享】Master PDF Editor v5.9.98便携版 多功能PDF编辑工具
智能手机·pdf