diff --git a/en/images/print_document.jpg b/en/images/print_document.jpg new file mode 100644 index 000000000..6adb1b74d Binary files /dev/null and b/en/images/print_document.jpg differ diff --git a/en/images/print_menu.jpg b/en/images/print_menu.jpg new file mode 100644 index 000000000..abcfd2f3c Binary files /dev/null and b/en/images/print_menu.jpg differ diff --git a/en/images/print_open.jpg b/en/images/print_open.jpg new file mode 100644 index 000000000..e1c20476b Binary files /dev/null and b/en/images/print_open.jpg differ diff --git a/en/project-management/index.rst b/en/project-management/index.rst index 0f70ccaaf..e23798522 100644 --- a/en/project-management/index.rst +++ b/en/project-management/index.rst @@ -15,6 +15,7 @@ Contents vector-layers map-themes android-data-structure + print-to-pdf project-selection Coordinate Reference Systems diff --git a/en/project-management/print-to-pdf.rst b/en/project-management/print-to-pdf.rst new file mode 100644 index 000000000..4c41cef8b --- /dev/null +++ b/en/project-management/print-to-pdf.rst @@ -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>//Documents` :code:`QField` means in the end something like :code:`////storage/emulated/0/Documents/QField` \ No newline at end of file