pdf.js/examples/svgviewer
Tim van der Meij 1f9878ea71
Use setPDFNetworkStreamFactory in the helloworld and svgviewer examples
This patch fixes a regression from #9363, causing the examples not to
load anymore.
2018-02-04 19:32:47 +01:00
..
index.html Replaces RequireJS to SystemJS. 2017-02-27 08:32:39 -06:00
README.md SVG Viewer example demo 2014-06-20 08:25:05 +05:30
viewer.js Use setPDFNetworkStreamFactory in the helloworld and svgviewer examples 2018-02-04 19:32:47 +01: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.