我正在使用itext来编写pdf。在pdf中,在同一个目录中有其他pdf的链接,但目标pdf在同一个pdf实例中打开,原始pdf在kpdf中被替换。我想要我的两个pdf仍然打开。我使用以下代码链接到pdf
int PageNo = getEvidencePageNo( evidence );
PdfAction pdfAction = new PdfAction( actionPath
+ File.separator + filename,PageNo );
chunk = new Chunk( folder.getName(), font ).setAction( pdfAction );
我不确定是否有可能。如果是,请告诉我。
由于
答案 0 :(得分:0)
我得到了解决方案。设置是在编辑中更改acrobat reader-> preference-> document.still在linux中找到pdf和文档查看器的解决方案。