MCPcopy Create free account
hub / github.com/HumbleUI/Skija / makePDF

Method makePDF

shared/java/Document.java:21–23  ·  view source on GitHub ↗

Create a PDF-backed document, writing the results into a WStream. PDF pages are sized when they are created, via beginPage(). @param stream Where the PDF is written @return PDF Document

(WStream stream)

Source from the content-addressed store, hash-verified

19 * @return PDF Document
20 */
21 public static Document makePDF(WStream stream) {
22 return makePDF(stream, null, null, null, null, null, null, 0, 0);
23 }
24
25 /**
26 * <p>Create a PDF-backed document, writing the results into a WStream.</p>

Callers 1

executeMethod · 0.95

Calls 2

onNativeCallMethod · 0.95
_nMakePDFMethod · 0.95

Tested by 1

executeMethod · 0.76