`

java remove pdf signture

 
阅读更多
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;

import com.lowagie.text.DocumentException;
import com.lowagie.text.pdf.AcroFields;
import com.lowagie.text.pdf.PdfReader;
import com.lowagie.text.pdf.PdfStamper;

public class RemoveSignture {
    public static void main(String[] args) throws FileNotFoundException, DocumentException, IOException {
        PdfReader reader = new PdfReader("C://test.pdf");
        AcroFields acroFields = reader.getAcroFields();
//        ArrayList names = acroFields.getSignatureNames();
        acroFields.removeField("poName");
        acroFields.removeField("agentName");
        PdfStamper stamper = new PdfStamper(reader, new FileOutputStream("C://test1.pdf"));
        stamper.close();
        reader.close();
    }
}

 

分享到:
评论

相关推荐

    Adobe PDF数字签名技术官方文档--中文翻译

    本文档描述了数字签名在PDF文档结构中的设计以及PDF语言对签名相关特性的支持。Adobe® Reader®和Acrobat®已经实现了PDF的所有特性,基于公钥基础设施(PKI)的技术,它提供了全面的数字签名身份验证功能,第三方...

    tiktok signature、xbogus

    在IT行业中,尤其是在Web开发和网络爬虫领域,TikTok作为一个全球流行的短视频平台,其相关的技术研究和探讨颇受关注。"tiktok signature、xbogus"这个主题涉及到了TikTok网页的两个关键安全特性:Signature和X-...

    csdn的x-ca-nonce和x-ca-signature算法破解实例.rar

    这个"csdn的x-ca-nonce和x-ca-signature算法破解实例"可能包含了具体的代码示例,演示了如何在Python、Java、JavaScript或其他编程语言中实现这个过程。 学习和理解这种安全机制对于任何使用或开发API的开发者都至...

    微信签名工具Android 安装包(Gen-Signature-android.apk)

    这是一种Java密钥存储库文件格式,用于存储私钥、公钥和证书。在Android开发中,开发者通常使用`.jks`或`.keystore`文件来存储签名应用所需的密钥对。这个文件包含了用于签名应用的私钥,以及对应的公钥证书。私钥...

    将控件打包成CAB加数字签名方法实现控件自动更新

    dll工具dosobjectemail服务器 Version]  signture=”$Title$”  AdvancedINF=2.5  [Add.Code]  Player.ocx = Player.ocx  avcodec.dll = avcodec.dll  avformat.dll = avformat.dll

    部分排序leetcode-Competitive-Programming:我在Codeforces、Codechef、LeetCode、Hac

    SIGNTURE BIGRES BACREP ALLSUB TWOGRS SAVJEW LAPD WEIRDO 部分解决: SIMGAM LSTBTF PHCUL GAOT PGRID 代码力量 (A) Two Rival Students (A) Wrong Subtraction (A) Payment Without Change (A) Is It Easy? (A) ...

Global site tag (gtag.js) - Google Analytics