-1

i need to preview .pdf files with parameters like "search spec. word" or "open page x"

Is there a PDF viewer that will work on mobile and desktop that uses JavaScript?

Chuck Le Butt
  • 47,570
  • 62
  • 203
  • 289
Philipp Nies
  • 945
  • 4
  • 20
  • 38
  • Don't ask for the "best" of something; it's purely subjective. I've edited your post for you. – Chuck Le Butt Mar 15 '16 at 10:20
  • Possible duplicate of [Recommended way to embed PDF in HTML?](http://stackoverflow.com/questions/291813/recommended-way-to-embed-pdf-in-html) – Asons Mar 15 '16 at 10:25
  • Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. – David van Driessche Mar 15 '16 at 10:38

1 Answers1

2

Use PDF.js and some JS algorithms to achieve what you want.

Don't use it's viewer.html but implement your own (or add more functionality to that page)

Justinas
  • 41,402
  • 5
  • 66
  • 96