Net9为PDF文字替换,使用Spire.PDF版本10.12.4.1360

如下图,把第一行几个字换掉

Dll版本

替换代码

cs 复制代码
private void ReplaceTextInPage(object sender, RoutedEventArgs e)
{
    string title = "选择文件进行字符串替换...";
    string? pdfFile = FindFile(title);
    if (pdfFile is null)
        return;
    PdfDocument pdfDoc = new PdfDocument(pdfFile);

    // 创建PdfTextReplaceOptions 对象
    PdfTextReplaceOptions textReplaceOptions = new PdfTextReplaceOptions();

    // 指定文本替换的选项
    textReplaceOptions.ReplaceType = PdfTextReplaceOptions.ReplaceActionType.WholeWord;

    //遍历PDF文档所有页面
    for (int i = 0; i < pdfDoc.Pages.Count; i++)
    {
        PdfPageBase page = pdfDoc.Pages[i];

        // 根据页面创建PdfTextReplacer 对象
        PdfTextReplacer textReplacer = new PdfTextReplacer(page);
        textReplacer.Options = textReplaceOptions;

        // 将所有目标文本的出现替换为新文本
        textReplacer.ReplaceAllText("第一行", "行行行");
    }
    string name = Path.GetFileNameWithoutExtension(pdfFile);
    pdfDoc.SaveToFile($"{desktop}\\{name}_替换文本.pdf", FileFormat.PDF);
    System.Windows.MessageBox.Show("替换文本完成...");
}

替换后的效果

相关推荐
开开心心就好6 小时前
避免借电脑尴尬的故障模拟工具
科技·游戏·visualstudio·edge·pdf·电脑·powerpoint
南风微微吹1 天前
全国事业单位联考A、B、C、D、E类历年真题及答案解析PDF电子版(2015-2025年下)
pdf·考公
优化控制仿真模型1 天前
【2026年最新】毕业论文答辩、开题汇报PPT模版电子版下载
经验分享·pdf
daanpdf1 天前
大一《中国近代史纲要》题库及答案PDF知识点整理笔记
笔记·pdf
采坑先锋1 天前
复杂图标的word转pdf
pdf·word
诸葛大钢铁1 天前
如何将SVG格式文件转为PDF? 方便打印输出、正式汇报、跨平台展示
pdf·svg·svg转换为pdf
试剂界的爱马仕2 天前
Pdf 压缩和转图片 工具,简单易用
pdf
w2018002 天前
2025年12月CET4大学英语四级真题试卷、听力音频及答案PDF(三套全)
pdf
weixin_441003642 天前
357本Python精品书籍pdf电子书下载
python·pdf
南风微微吹2 天前
【2026年最新】英语六级历年真题、听力音频及答案解析PDF电子版(2015-2025年12月)
pdf·英语六级