-
Notifications
You must be signed in to change notification settings - Fork 1
PDF Module
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