import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { PrintToPDFResponse } = Protocol.Page;
Properties
optional
stream: IO.StreamHandleA handle of the stream that holds resulting PDF data.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { PrintToPDFResponse } = Protocol.Page;
A handle of the stream that holds resulting PDF data.