Upgrade to Pro — share decks privately, control downloads, hide ads and more …

pdf.js

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.

 pdf.js

Avatar for Ionuț G. Stan

Ionuț G. Stan

April 16, 2012
Tweet

More Decks by Ionuț G. Stan

Other Decks in Programming

Transcript

  1. pdf.js • PDF renderer written in JavaScript • specification partially

    implemented • good rendering quality • supports text selection
  2. pdf.js • PDF renderer written in JavaScript • specification partially

    implemented • good rendering quality • supports text selection • experimental Firefox extension
  3. pdf.js • PDF renderer written in JavaScript • specification partially

    implemented • good rendering quality • supports text selection • experimental Firefox extension • original creator: Andreas Gal
  4. pdf.js • PDF renderer written in JavaScript • specification partially

    implemented • good rendering quality • supports text selection • experimental Firefox extension • original creator: Andreas Gal • now maintained by Mozilla
  5. pdf.js • having fun probably • but I use it

    in production • we're replacing a Flash viewer
  6. pdf.js • having fun probably • but I use it

    in production • we're replacing a Flash viewer • contributed a few fixes
  7. pdf.js • rendering: currently canvas • might use SVG in

    the future • parsing: JS typed arrays (ArrayBuffer)
  8. pdf.js • rendering: currently canvas • might use SVG in

    the future • parsing: JS typed arrays (ArrayBuffer) • XHR2 for fetching PDFs
  9. pdf.js • rendering: currently canvas • might use SVG in

    the future • parsing: JS typed arrays (ArrayBuffer) • XHR2 for fetching PDFs • embedded fonts: web fonts in data URIs