Copy link to clipboard
Copied
Im using Photoshop 2022 and when i am using the Slice tool on a few different words to go to an email.
Once i input the details into the slice tool and then export to PDF it doesnt take the hyperlinks, when i save it as a HTML it takes the links but i cant then save it to work as a JPEG or PDF.
HELP PLEASE 😄
Copy link to clipboard
Copied
JPEG is a flat file, it can't take hyperlinks. A PDF file may take hyperlinks, but I think that Photoshop is not the appropriate tool to create linked PDF files. Links simply are not considered.
The slice tool is typically a tool that has been used in the early web days to create web mock-ups that could be used and modified in a web editor tool like Dreamweaver.
So yes: export as HTML works, other formats do not.
Copy link to clipboard
Copied
The function of the slice tool was to:
The HTML code that was generated could be copied and pasted into the existing HTML for the web page. We used to use this when we hand-coded or used an HTML editor.
I'm using past tense because tables are no longer used in web pages. They were replaced by CSS and divs many years ago.
Jane
Copy link to clipboard
Copied
An image map is what you're describing -- a single image with hotspots that link out to other pages or websites. Neither PDF nor JPG support image maps. Sorry. That's only possible with HTML code.
That said, image maps are not responsive on small, medium and large devices. So for this reason, nobody uses old fashioned image maps anymore. Although it can be done with SVG (scalable vector graphics) which are responsive on all sized devices.
Below is an example of a responsive SVG image map with a raster image behind it.
https://jsfiddle.net/NancyO/6k3v4ge1/21/
Find more inspiration, events, and resources on the new Adobe Community
Explore Now