• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I need a javascript plugin for showing pdf formats.

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need a javascript plugin for showing pdf formats without acrobat reader need to be installed on local machine.
Can anyone help me, please?
 
Bartender
Posts: 2661
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch, Mostafa.

There is a project on Github that aims to provide what you are looking for.
What they do is convert the pdf document into JavaScript instructions, and let your browser execute that JavaScript.
The project does not have a release at this moment. They are looking for contibutors. If you are interested, you can offer your help.
https://github.com/mozilla/pdf.js

 
author
Posts: 15385
6
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mostafa Sabeti wrote:I need a javascript plugin for showing pdf formats without acrobat reader need to be installed on local machine.
Can anyone help me, please?



Than convert them to a format that does not require it.

Eric
 
Mostafa Sabeti
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

There is a project on Github that aims to provide what you are looking for.



I have already visited that website before. When I tried to visit demo it had lots of js errors.
Is there any released and free js reference for that?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic