Skip to content
Librelio Dev edited this page Nov 17, 2014 · 1 revision

The pdf module makes it possible to open another pdf from the main document, for example an advertising brochure.

Notes:

  • the pdf module only works in full screen
  • the pdf module is only available on iOS and Android

Here is a simple example:

PDF file to be opened from a link inside the document:

http://localhost/nomfichier.pdf

By default, in landscape mode, 2 pages are displayed, except if:

  • the document has less than 6 pages

  • it is a horizontal document.

To force the document being opened in full width in landscape mode, use the argument wahpage=0

For example:

Opening file monfichier.pdf with full width display in landscape mode:

http://localhost/nomfichier.pdf?wahpage=0
Clone this wiki locally