Skip to main content

remote-http

Fetches a PDF from another service (remote template).

Browse this template in the repository →

The PDFs below are rendered live by PDF Server from the shipped examples.

minimal

Your browser can’t display this PDF inline — use the download link below.

Download PDF — remote-http / minimal

Inputs

Render data

minimal

examples/minimal.json

{
"documentUrl": "https://brendanzagaeski.appspot.com/minimal.pdf"
}

Data schema

schema.json

{
"type": "object",
"properties": {
"documentUrl": {
"type": "string"
}
},
"required": [
"documentUrl"
]
}

Template

template.http.hbs

GET {{documentUrl}} HTTP/1.1