mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
15 lines
531 B
Markdown
15 lines
531 B
Markdown
|
---
|
||
|
title: PDF.js
|
||
|
template: layout.jade
|
||
|
---
|
||
|
|
||
|
|
||
|
<h1 class="text-center">PDF.js</h1>
|
||
|
<p class="text-center" style="font-size: 20px">A general-purpose, web standards-based platform for parsing and rendering PDFs.
|
||
|
</p>
|
||
|
<p class="text-center">
|
||
|
<a type="button" class="btn btn-lg btn-default" href="getting_started/#download">Download</a>
|
||
|
<a type="button" class="btn btn-lg btn-default" href="web/viewer.html">Demo</a>
|
||
|
<a type="button" class="btn btn-lg btn-default" href="https://github.com/mozilla/pdf.js">Github Project</a>
|
||
|
</p>
|