Skip to content

Finding the SVG link

The Private Downloader needs one address from your browser's network log. Here's where it hides.

Chrome window with an Issuu document open and DevTools panel visible

Open DevTools on the document

Open your Issuu document in Chrome, then press F12 (or right-click the page and choose Inspect).

DevTools Network tab filtered by svg, showing page_N.svg requests

Filter the Network tab for svg

Switch to the Network tab, type svg into the filter box, then flip one page of the document. Requests named page_1.svg, page_2.svg will show up.

DevTools context menu with Copy link address highlighted

Copy the link address

Right-click any page_N.svg request, choose Copy, then Copy link address. Paste that into the downloader - done.

01 / 03

Quick recap

  1. Open DevTools on the document. Open your Issuu document in Chrome, then press F12 (or right-click the page and choose Inspect).
  2. Filter the Network tab for svg. Switch to the Network tab, type svg into the filter box, then flip one page of the document. Requests named page_1.svg, page_2.svg will show up.
  3. Copy the link address. Right-click any page_N.svg request, choose Copy, then Copy link address. Paste that into the downloader - done.
Back to Private Downloader