Create PDF synchronously
Generate a PDF from one or more content sources and return it directly in the response. Content can be provided as URLs to fetch, raw HTML strings, or a combination of both. The response will contain the generated PDF file.
Authorizations
Manage your API keys at https://vortexpdf.com/api-keys
Body
Render options
Options for synchronous PDF rendering, where the PDF is returned directly in the API response. Common options for configuring PDF rendering behavior, applicable to both synchronous and asynchronous rendering.
Response
Render succeeded
Response from a synchronous render request, containing the generated PDF file. Binary PDF file
Response from a synchronous render request, containing the generated PDF file. Binary PDF file
Response from a synchronous render request, containing the generated PDF file. The rendered PDF file encoded as a base64 string.