Replies: 2 comments
-
I fear that the PDF file format does not provide such functionality... What you'd like is for readers to be able to click on a "miniature" image in the PDF document, In fact the PDF spec defines some custom link actions, as annotations: GoToAction / GoToRemoteAction / LaunchAction |
Beta Was this translation helpful? Give feedback.
-
You make it sound like this is something that already exists in other tools. |
Beta Was this translation helpful? Give feedback.
-
Hey, everyone. I've been building a complex document over the last couple of months and they contain some big mineral scan images that need to be able to be clicked so the client can view them on their original size, which is usually huge.
I'm aware of set_link() and the link parameter on the image() method, but neither really help me as they're either for document navigation or opening external files.
The PDF document my work is based on was made on Acrobat Pro, so the scientists could create a link that open the resized embedded image itself, nothing from the outside.
I was wrecking my brain today but couldn't really get the links to function like that. Is there such a functionality on this library?
Sorry if this isn't the right place to ask this. Really appreciate your work on this, by the way. It helped me a ton already!
Beta Was this translation helpful? Give feedback.
All reactions