pdf.js/examples/svgviewer
Tim van der Meij de6c92a96d Examples: improve SVG viewer
This patch:

- resolves a warning in the console about missing character encoding;
- makes the viewer use the same background color and PDF file as the
  regular viewer;
- simplifies the example to bring it more in line with the other
  examples.
2016-10-15 21:08:24 +02:00
..
index.html Examples: improve SVG viewer 2016-10-15 21:08:24 +02:00
README.md SVG Viewer example demo 2014-06-20 08:25:05 +05:30
viewer.js Examples: improve SVG viewer 2016-10-15 21:08:24 +02:00

PDF.js using SVG

This is a project for implementing alternate backend for PDF.js using Scalable Vector Graphics. This is still a WIP. Take a look at proposal for this project.

Getting started

Take a look at src/display/svg.js to see the SVG rendering code.