javascript - Display PDF in browser when Content-Disposition is set to attachment -
i need display pdf in browser. url of pdf i'm displaying comes server not own. in response header service sets 'content-disposition' header 'attachment' , because of when open url in browsr window starts downloading instead of displaying.
i want show pdf in browser instead of downloading 'content-disposition' header not letting me that. there way can download contents of pdf , show in browser? or utilize kind of library that?
i tried using pdfobject.com having issues displaying url well. ( tried changing code display pdf content-disposition header not set , worked)
javascript http pdf browser content-disposition
No comments:
Post a Comment