pdf.js/examples/svgviewer
2018-03-01 18:11:16 +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 Move the cMapUrl and cMapPacked options from the global PDFJS object and into getDocument instead 2018-03-01 18:11:16 +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.