0

I am using paperclip to upload docx doc and pdf files to my railsapp, is there any way I can view this uploaded files in the browser itself in pdf format, without downloading it ?

Hrishikesh Sardar
  • 2,907
  • 4
  • 21
  • 33

1 Answers1

0

Try pdf.js. Firefox recently started using it as viewer for PDF files, but you can integrate it in your app. But you still need to 'download' it, that is, load into the browser.

Ermin Dedovic
  • 907
  • 4
  • 6