如何从pdf中的链接打开新pdf实例中的pdf

时间:2014-01-13 07:13:46

标签: pdf hyperlink itext

我正在使用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 );

我不确定是否有可能。如果是,请告诉我。

由于

1 个答案:

答案 0 :(得分:0)

我得到了解决方案。设置是在编辑中更改acrobat reader-> preference-> document.still在linux中找到pdf和文档查看器的解决方案。