The PDF keyword provides a convenient way of obtaining a presigned URL for downloading a PDF of the requested page
FROM https://example.com |> SELECT PDF
If you’d like the value to be provided under a different alias simply use AS keyword like so:
FROM https://example.com |> SELECT PDF AS presigned_pdf_link