javapdfreader去除水印_Java操作PDF,在PDF文件指定位置输出水印

更新时间:2023-07-31 06:53:11 阅读: 评论:0

javapdfreader去除⽔印_Java操作PDF,在PDF⽂件指定位置
输出⽔印
packagecom.alphajuns.util;BaColor;DocumentException;importcom.itextpdf.t @Author AlphaJunS
* @Date 19:25 2020/3/7
* @Description ⽂档帮助类*/
public classPDFDocHelper {private static BaFont ba = null;//获取基础⽂字
public static BaFont getBaFont() throwsDocumentException, IOException {if (ba == null) {try{
ba= ateFont("/u01/,1", BaFont.IDENTITY_H, BaFont.NOT_EMBEDDED);
}catch(Throwable th) {
ba= ateFont("C:\\WINDOWS\\Fonts\\SIMSUN.TTC,1", BaFont.IDENTITY_H, BaFont.NOT_EMBEDDED);
}
}returnba;
}//psw⽂件签名
public static String signPsw(String oldPswFilePath, List> reviews) throwsIOException, DocumentException {int pos = oldPswFilePath.lastIndexOf('.');//获取⽂件后缀
String suffix = oldPswFilePath.substring(pos + 1);//判断是否为pdf⽂件
if (!"pdf".LowerCa())) {throw new RuntimeException("Not supported PSW file");
}returnsignSinglePsw(oldPswFilePath, reviews);
}//单个psw⽂件签名
private static String signSinglePsw(String oldPswFilePath,List> reviews) throwsIOException, Docum
entException {
摩友世界String newPswPath=oldPswFilePath;int pos = oldPswFilePath.lastIndexOf('.');//获取⽂件后缀名
String suffix = oldPswFilePath.substring(pos + 1);//⽣成新的⽂件路径
回望来时的路newPswPath = oldPswFilePath.substring(0, pos) + ".PSW." +suffix;
System.out.println("单个psw⽂件签名⽣成的新路径:" +newPswPath);
PdfReader reader= newPdfReader(oldPswFilePath);预防流感图片
FileOutputStream fout= newFileOutputStream(newPswPath);
PdfStamper stp= newPdfStamper(reader, fout);//总页数
System.out.println("PDF总页数:" +NumberOfPages());for (int i = 0; i
i++;
PdfContentByte OverContent(i);
单独的英语
content.beginText();//设置字体及字号
content.tFontAndSize(getBaFont(), 10);
Map review = (Map) (reviews.size() - 1);
addDeptReview(content, review);风欺雪压的意思
}
stp.clo();//将输出流关闭
fout.clo();
reader.clo();//⽂件读写结束
System.out.println("PSW⽂件读写完毕");returnnewPswPath;
}/*** @Author AlphaJunS
* @Date 18:48 2020/3/7
* @Description 添加⽔印入党谈话
*@paramcontent
*@paramreview
*@returnvoid*/
private static void addDeptReview(PdfContentByte content, Mapreview) {if (Integer.parInt(String.("type"))) == 1) {
content.tColorFill(BaColor.BLUE);
}el{
熊猴content.tColorFill(BaColor.RED);
}//设置⽔印位置和内容
String result = (String) ("result");
System.out.println("⽔印内容:" +result);
System.out.println("打印位置坐标:" + pswX[0] + "," + pswY[0]);
content.showTextAligned(Element.ALIGN_LEFT, result, pswX[0], pswY[0], 0);
}//打印⽔印坐标
private static float[] pswY = {128};private static float[] pswX = {337};
}

本文发布于:2023-07-31 06:53:11,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/89/1102822.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:获取   位置   读写   设置
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图