enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. PDF.js - Home - mozilla.github.io

    mozilla.github.io/pdf.js

    PDF.js. A general-purpose, web standards-based platform for parsing and rendering PDFs. Download Demo GitHub Project.

  3. PDF.js viewer - GitHub Pages

    mozilla.github.io/pdf.js/web/viewer.html

    Create alt text automatically. Suggests descriptions to help people who can’t see the image or when the image doesn’t load. Learn more. Alt text AI model (180MB) Runs locally on your device so your data stays private. Required for automatic alt text. Download.

  4. PDF.js - Getting Started - GitHub Pages

    mozilla.github.io/pdf.js/getting_started

    With the prebuilt or source version, open web/viewer.html in a browser and the test pdf should load. Note: the worker is not enabled for file:// urls, so use a server. If you're using the source build and have node, you can run npx gulp server. More Information. For a further walkthrough of a minimal viewer, see the hello world example.

  5. PDF.js - Examples - GitHub Pages

    mozilla.github.io/pdf.js/examples

    This tutorial shows how PDF.js can be used as a library in a web browser. examples/ provides more examples, including usage in Node.js (at examples/node/). Document. The object structure of PDF.js loosely follows the structure of an actual PDF. At the top level there is a document object.

  6. PDF.js - API - GitHub Pages

    mozilla.github.io/pdf.js/api

    A general-purpose, web standards-based platform for parsing and rendering PDFs.

  7. JSDoc: Class: PDFWorker - GitHub Pages

    mozilla.github.io/pdf.js/api/draft/module-pdfjsLib-PDFWorker.html

    PDF.js web worker abstraction that controls the instantiation of PDF documents. Message handlers are used to pass information from the main thread to the worker thread and vice versa. If the creation of a web worker is not possible, a "fake" worker will be used instead.

  8. JSDoc: Module: pdfjsLib - GitHub Pages

    mozilla.github.io/pdf.js/api/draft/module-pdfjsLib.html

    This is the main entry point for loading a PDF and interacting with it. NOTE: If a URL is used to fetch the PDF data a standard Fetch API call (or XHR as fallback) is used, which means it must follow same origin rules, e.g. no cross-domain requests without CORS.

  9. JSDoc: Home - GitHub Pages

    mozilla.github.io/pdf.js/api/draft/index.html

    Home. Home Modules. pdfjsLib; Classes. PDFDataRangeTransport; PDFDocumentLoadingTask; PDFDocumentProxy

  10. JSDoc: Class: PDFDataRangeTransport - GitHub Pages

    mozilla.github.io/pdf.js/api/draft/module-pdfjsLib-PDFDataRangeTransport.html

    PDFDataRangeTransport. (length, initialData, progressiveDone. , contentDispositionFilename. ) Abstract class to support range requests file loading. NOTE: The TypedArrays passed to the constructor and relevant methods below will generally be transferred to the worker-thread.

  11. Trace-based Just-in-Time Type Specialization for Dynamic...

    mozilla.github.io/pdf.js/web/compressed.tracemonkey-pldi-09.pdf

    We implemented these techniques for an existing JavaScript in-terpreter, SpiderMonkey. We call the resulting tracing VM Trace-Monkey. TraceMonkey supports all the JavaScript features of Spi-derMonkey, with a 2x-20x speedup for traceable programs. This paper makes the following contributions: