gitbook-plugin-pdf-multi-link

2.1.0 • Public • Published

This is a quick and dirty fork from : show0k/gitbook-plugin-download-pdf-link

Gitbook plugin download-pdf-link

npm npm

GitBook Plugin to add a link on every page to download PDF.

To use this plugin, you have to modify your book.json configuration file.

{
  "plugins": ["pdf-multi-link"],
  "pluginsConfig": {
    "download-pdf-link": {
      "base": "https://www.gitbook.com/book/poppy-project/poppy-docs/",
      "label"
      }: {
          "en": "Download PDF",
          "fr": "Télécharger le PDF"
      }
    }
  }
}

but if you need to serve different pdf :

{
  "plugins": ["pdf-multi-link"],
  "pluginsConfig": {
    "download-pdf-link": {
      "base": { 
        "en":"https://www.gitbook.com/book/poppy-project/poppy-docs/en.pdf",
        "fr":"https://www.gitbook.com/book/poppy-project/poppy-docs/fr.pdf",
      },
      "label"
      }: {
          "en": "Download PDF",
          "fr": "Télécharger le PDF"
      }
    }
  }
}

you can remove the final '/' with "link": true If you are trying it on your desktop, run gitbook install to download and install the plugin, and gitboook serve . to run the rendering.

To see this plugin in action, you can see this example.


This plugin comes from the original plugin gitbook-plugin-downloadpdf which was broken for multilingual books.

Readme

Keywords

none

Package Sidebar

Install

npm i gitbook-plugin-pdf-multi-link

Weekly Downloads

0

Version

2.1.0

License

MIT

Unpacked Size

41.8 kB

Total Files

12

Last publish

Collaborators

  • armandfardeau