PDFStamper.close()抛出IOException错误

时间:2014-10-17 15:35:49

标签: itext

我们正在尝试为150mb文件添加戳记。执行pdfstamper.close()时,我们收到以下错误:

2014-10-17 11:02:29,470 ERROR:IOException:test.pdf未找到文件或资源。>

**java.io.IOException:** test.pdf **not found as file or resource**.
    at com.itextpdf.text.pdf.RandomAccessFileOrArray.<init>(RandomAccessFileOrArray.java:107)
    at com.itextpdf.text.pdf.RandomAccessFileOrArray.<init>(RandomAccessFileOrArray.java:79)

当我们查看文件夹时,该文件已被删除并被替换为隐藏文件。隐藏不包含我们放在pdf图像上的标记。

0 个答案:

没有答案