Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 24, 2019 05:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/07eeb740e1002ca63b1186f111b86b6b to your computer and use it in GitHub Desktop.
Save parzibyte/07eeb740e1002ca63b1186f111b86b6b to your computer and use it in GitHub Desktop.
<?php
header("Content-type: application/pdf");
header("Content-Disposition: inline; filename=documento.pdf");
readfile("1_hola.pdf");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment