Home | History | Annotate | Download | only in printing

Lines Matching full:printing

1 page.title=Printing Custom Documents
2 parent.title=Printing Content
38 manage printing on multiple pages.</p>
41 build content for printing.</p>
46 <p>When your application manages the printing process directly, the first step after receiving a
49 and begin the printing lifecycle. The following code example shows how to get the print manager
50 and start the printing process.</p>
69 android.print.PrintDocumentAdapter} class which handles the steps of the printing lifecycle. The
75 provide hints to the printing framework and pre-set options based on the previous printing cycle,
78 when printing a photo that is in that orientation.
85 printing process. This process requires users to select printers and print options before creating
86 a document for printing. These selections can influence the final output as the user chooses
90 takes the final print document and passes it to a print provider for output. During the printing
95 printing lifecycle, which has four main callback methods. You must implement these methods
191 printing. The following code example shows an implementation where the number of pages is
269 // Draw page content for printing
308 <strong>Note:</strong> Rendering a document for printing can be a resource-intensive operation. In
321 the Android print framework for printing. You can use any PDF generation library for this