タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

svgとjavascriptに関するRockridgeのブックマーク (2)

  • Overview of pdf.js guts < Chris Pitchin' Hey

    Andreas posted a general overview of pdf.js. I’d like to briefly cover some more-technical parts of the renderer. pdf.js (currently) parses raw arrays of bytes into streams of PDF “bytecode”, compiles the bytecode into JavaScript programs, then executes the programs. (Yes, it’s a sort of PDF JIT . The side effect of those programs is to draw on an HTML5 <canvas>. The commands in the bytecode inclu

    Rockridge
    Rockridge 2011/06/18
    pdj.jsはPDFのバイトコードをJavaScriptに変換してから実行する。表示は、速度を重視してcanvas要素を使うが、ユーザーの操作性などに優れるSVGに舵を切る雰囲気。というより、FirefoxのSVG機能に対する救済措置か?
  • pdf.js: Rendering PDF with HTML5 and JavaScript

    Andreas Gal Entrepreneur. Technologist. Former CTO Mozilla, CEO Silk Labs. Now  Update: I updated the links again. pdf.js has moved to a new location on github. Why? While traveling to the Firefox 4 launch parties in Seoul and Taipei all the way from California, we killed a lot of time by brainstorming cool things to do with the web platform. Like many before us, we were wondering why nobody had

    pdf.js: Rendering PDF with HTML5 and JavaScript
    Rockridge
    Rockridge 2011/06/18
    プラグインを本体に取り込んだChromeに対するMozillaからの回答。HTML5、JavaScript、SVGといったオープンな技術を駆使してPDFをレンダリングする。技術が熟成すればFirefoxに統合されるが、まずは拡張機能で提供されるという。
  • 1