-
public final class PrintToPDFResponseResponse type for the PageDomain.printToPDF command.
-
-
Constructor Summary
Constructors Constructor Description PrintToPDFResponse(String data, String stream)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final PrintToPDFResponsecopy(String data, String stream)final StringgetData()Base64-encoded pdf data. final StringgetStream()A handle of the stream that holds resulting PDF data. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final PrintToPDFResponse copy(String data, String stream)
-
getData
final String getData()
Base64-encoded pdf data. Empty if |returnAsStream| is specified. (Encoded as a base64 string when passed over JSON)
-
-
-
-