Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 MigraDoc 在我的 PDF 中添加书签。
例如:单个页面上的两个图像。
1. Images1 2. Images2**
并且会生成同名书签。
如果我单击image1书签,该图像将显示给我。请记住,两张图片都在单页上。
image1
MigraDoc 自动为标题创建书签。
要在页面上创建没有可见文本的书签,您可以创建字体大小为例如 0.0001 和白色的标题。
有一个缺点:直到 PDFsharp 1.50 beta 1,这些书签跳转到正确的页面,但不是页面上的正确区域。因此,在一页上有两个图像,书签将无法按 OP 的预期工作。