0

Currently I'm using PDFObject javaScript library to view/print PDF file.

Is there any way to print a PDF without opening print dialog box (pdf viewer) using JavaScript?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Anjana
  • 13
  • 2
  • 5
  • Possible duplicate of [Direct print without preview/dialog box](http://stackoverflow.com/questions/13667417/direct-print-without-preview-dialog-box) – pipwerks Dec 02 '16 at 00:56

1 Answers1

0

PDF.js is a Portable Document Format (PDF) viewer that is built with HTML5.

PDF.js is community-driven and supported by Mozilla Labs. Our goal is to create a general-purpose, web standards-based platform for parsing and rendering PDFs.

Unheilig
  • 16,196
  • 193
  • 68
  • 98