mozilla / pdf.js

PDF Reader in JavaScript
https://mozilla.github.io/pdf.js/
Apache License 2.0
48.32k stars 9.97k forks source link

PDF with autoprint script doesn't launch print widow #5086

Closed hakaba closed 10 years ago

hakaba commented 10 years ago

A PDF with JS to lanch the print dialog when openned doesn't works with PDF.js

Sample : 6 0 obj << /S /JavaScript /JS (print(true);)

The PDF execute the print script in Acrobat Reader.

yurydelendik commented 10 years ago

Works for me with https://bug843342.bugzilla.mozilla.org/attachment.cgi?id=726222 . Please read https://github.com/mozilla/pdf.js/blob/master/CONTRIBUTING.md to provide more details.