This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Images clickable

jayshree.bhongle wrote on 2012-10-15:
Hi,
I have images in pdf and on click of them i want that they should open in new window
support wrote on 2012-10-16:
Opening an image in another PDF viewer window is not supported. If you want to click an image in a PDF and open it in the browser, you can do this:
<a href="http://example.com/image.png">
  <img src="http://example.com/image.png" />
</a>