作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
0 1 2 3
* (x1,y1) *************** (x2,y2)
* * *
* * *
* 4 5 * * 6 7
* (x3,y3) *************** (x4,y4)
PdfAnnotation 或 PDFAnnotation 的 float 组顺序是否正确?我尝试创建一个 pdf 注释,但注释是凹的而不是凸的,就像通常使用 adobe reader 或 acrobat 创建的注释一样
最佳答案
Pdf 规范在四边形坐标上规定:
The coordinates for each quadrilateral are given in the order
x1 y1 x2 y2 x3 y3 x4 y4
specifying the four vertices of the quadrilateral in counterclockwise order. For orientation purposes, such as when applying an underline border style, the bottom of a quadrilateral is the line formed by (x1, y1) and (x2, y2).
(multiple subsections of section 12.5.6 in ISO 32000-1)
因此:
* 6 7 4 5
* (x4,y4) *************** (x3,y3)
* * *
* * *
* 0 1 * * 2 3
* (x1,y1) *************** (x2,y2)
关于java - 使用 itext 或 pdfbox 的 PdfAnnotation 标记的 QuadBounds Order,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18781923/
0 1 2 3 * (x1,y1) *************** (x2,y2) * * * *
我是一名优秀的程序员,十分优秀!