forked from opengisch/QField-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Print to PDF | ||
================================== | ||
|
||
It's possible to export the maps and other items to a PDF document. | ||
|
||
If the project has at least one print layout defined, they are available over the menu. | ||
|
||
.. container:: clearer text-center | ||
|
||
.. figure:: ../images/print_menu.jpg | ||
:width: 500px | ||
:alt: Print to PDF menu option | ||
|
||
After selecting the print layout, the PDF document is created and stored in the devices documents directory. | ||
|
||
By choosing the PDF reader app, the document can be opened directly. | ||
|
||
.. container:: clearer text-center | ||
|
||
.. figure:: ../images/print_open.jpg | ||
:width: 500px | ||
:alt: Open PDF directly | ||
|
||
Done. | ||
|
||
.. container:: clearer text-center | ||
|
||
.. figure:: ../images/print_document.jpg | ||
:width: 500px | ||
:alt: PDF document | ||
|
||
|
||
.. note:: The devices documents directory is :code:`USER>/<APPNAME>/Documents` :code:`QField` means in the end something like :code:`////storage/emulated/0/Documents/QField` |