Lines Matching full:pdf
23 <li><a href="#draw-content">Drawing PDF Page Content</a></li>
161 .Builder("print_output.pdf")
218 requested page of content to a multi-page PDF document file. When this process is complete, you
243 android.print.pdf.PrintedPdfDocument} class to create a PDF file:</p>
277 // Write PDF document to file
296 <p>This sample delegates rendering of PDF page content to <code>drawPage()</code>
318 <h2 id="draw-content">Drawing PDF Page Content</h2>
320 <p>When your application prints, your application must generate a PDF document and pass it to
321 the Android print framework for printing. You can use any PDF generation library for this
322 purpose. This lesson shows how to use the {@link android.print.pdf.PrintedPdfDocument} class
323 to generate PDF pages from your content.</p>
325 <p>The {@link android.print.pdf.PrintedPdfDocument} class uses a {@link android.graphics.Canvas}
326 object to draw elements on an PDF page, similar to drawing on an activity layout. You can draw
328 example code demonstrates how to draw some simple elements on a PDF document page using these
352 <p>When using {@link android.graphics.Canvas} to draw on a PDF page, elements are specified in
359 elements on the edge of a PDF document, many printers are not able to print to the edge of a