PDF `/Tabs` 键中的 `/W` 值是什么意思?
What does the value `/W` mean in PDF `/Tabs` key?
根据 PDF 1.7 规范,PDF 在页面对象的 /Tabs
键上可能只有值 /R
、/C
和 /S
(请参阅PDF 参考第 145 页,Table 3.27).
我面前有一个 PDF 在 PDF 结构预检中失败,其值为 /W
for Tabs
。
我在我的规格中找不到价值,所以我在这里问是否有人可以阐明这一点?
谢谢!
W 和 A 名称将在 PDF 2.0 中引入:
[...]Beginning with PDF 2.0, the possible values also include A (annotations array
order) and W (widget order). Annotations array order refers to the
order of the annotation enumerated in the Annots entry of the Page
dictionary [...]. Widget order means using the same array ordering but making two passes, the first only picking the widget annotations and the second picking all other annotations.
(引自PDF 2.0草稿)
根据 PDF 1.7 规范,PDF 在页面对象的 /Tabs
键上可能只有值 /R
、/C
和 /S
(请参阅PDF 参考第 145 页,Table 3.27).
我面前有一个 PDF 在 PDF 结构预检中失败,其值为 /W
for Tabs
。
我在我的规格中找不到价值,所以我在这里问是否有人可以阐明这一点?
谢谢!
W 和 A 名称将在 PDF 2.0 中引入:
[...]Beginning with PDF 2.0, the possible values also include A (annotations array order) and W (widget order). Annotations array order refers to the order of the annotation enumerated in the Annots entry of the Page dictionary [...]. Widget order means using the same array ordering but making two passes, the first only picking the widget annotations and the second picking all other annotations.
(引自PDF 2.0草稿)