使用iTextSharp导航3D PDF

时间:2014-04-09 07:19:37

标签: c# pdf 3d itextsharp

我正在使用3d PDF文件。它包含许多3D绘图,但它嵌入在页面中。我们将导航到导航窗格(模型树 - >视图)中的绘图。

我想使用带有iTextSharp的C#来导航这个3d pdf。

请让我知道如何实现它?

例如:

http://examples.itextpdf.com/results/part4/chapter16/pdf3d.pdf

以上pdf有模型树。它有模型,选项和信息面板。现在我想控制模型选择。

1 个答案:

答案 0 :(得分:0)

据我所知,编写PDF内部的功能应该使用Adobe Acrobat API使用javascript完成。 您应该知道每个版本的Adobe Acrobat都有很多不同之处。 标准参考:https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/js_api_reference.pdf 更专注于3D参考: https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/js_3d_api_reference.pdf