Skip to content
Advertisement

Tag: stream

PHP: stream remote pdf to client browser

there’s a pdf generated on an external service and I would like to stream the pdf to the browser in my php server while streaming to client so that I don’t need to download the pdf from the remote file and then start initializing download. I would just have the file immediately download or stream to the client requesting it.

Advertisement