Path: / rs / pdf

Transforms the given html data into a pdf-file.


Method Summary
ResourceDescription
POST /rs/pdfTransforms the given html data into a pdf-file.

Method Detail
HTTP Example:
POST /rs/pdf

API Example:

PdfResource.transform({'$entity': /* html HTML input string */});

Transforms the given html data into a pdf-file.

Input:
java.lang.String - HTML input string
Output:
javax.ws.rs.core.StreamingOutput - streaming PDF data
Produces:
application/octet-stream
Consumes:
text/html