HTML and PDF rendering endpoint for document previews
New document rendering endpoint that returns HTML or PDF document previews.
We've implemented a new document render endpoint, providing flexible rendering options for document previews.
What's new
- Render endpoint: We've implemented a new document render endpoint that makes it easy to integrate document previews into your applications.
- PDF rendering support: The endpoint supports both HTML and PDF rendering through a
typeparameter (htmlorpdf).
This endpoint makes it easy to render document previews as HTML or as PDF for any transmitted document. More information about the endpoint can be found in the API reference.