.. _org.freedesktop.portal.Print: ============================ Print ============================ Portal for printing The Print portal allows sandboxed applications to print. Due to the way in which printing requires bi-directional communication, using this portal will often require applications to make multiple requests. First, use `org.freedesktop.portal.Print.PreparePrint`_ to obtain print settings, use them to format your output, then use `org.freedesktop.portal.Print.Print`_ to print the formatted document. It is expected that high-level toolkit APIs such as GtkPrintOperation will hide most of this complexity. This documentation describes version 4 of this interface. .. include:: doc-org.freedesktop.portal.Print.properties.rst .. include:: doc-org.freedesktop.portal.Print.methods.rst