问题描述
我是新来的,也是iTextsharp的新手。
我已经成功创建了一个pdf组合文件并在浏览器上显示。
默认布局是详细信息或自定义。
我的老板希望为它添加一些布局,比如点击或旋转。有谁知道怎么做?
我将非常感谢您的帮助!
I am new here and new to iTextsharp.I have successfully created a pdf portfolio file and displayed it on browser.The default layout is details or custom.And my boss hopes to add some layout for it, like click-through or revolve. Does anyone know how to do it?I will appreciate your help!
我应该将.nav文件嵌入pdf产品组合还是自己创建导航?
我不知道怎么做?
Should I embed the .nav file into pdf portfolio or create a navigation by myself?I don't know how?
推荐答案
.nav文件在Adobe扩展到ISO-32000- 1,(第3级),如iText in Action,第二版第541页所述。 .nav文件未在此摘录中明确提及,但扩展规范确实提到了它们。
.nav files are described in the Adobe extensions to ISO-32000-1 (level 3) as described on page 541 of iText in Action, Second Edition. .nav files aren't explicitly mentioned in this excerpt, but the extension specification does mention them.
iText不支持开箱即用的.nav文件。我认为从.nav文件中提取必要的信息并使用iText将它们添加到自己中应该是可管理的。当然,您需要遵守ISO规范并了解3级扩展的工作原理。
iText doesn't support .nav files out of the box. I think it should be manageable to extract the necessary information out of a .nav file and add them in yourself using iText. Of course, you'd need to respect the ISO specification and know how the level 3 extension works.
相关页面:
http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/adobe_supplement_iso32000.pdfRelevant pages:
-
p34 - Navigators
p34 - Navigators
p130 - .nav文件
p130 - .nav files
这篇关于如何将.nav文件嵌入到pdf文件夹中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!