/
githubmirror
/
pdf.js
Обзор
Документация
Войти
/
githubmirror
/
pdf.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/text-only/index.html
13 строк
408 B
Calixte Denizet
Lint and format the HTML in using Prettier
18 ноя 2025, 19:22
18 ноя 2025, 19:22
b9368b5
Код
Авторство
О чём код?
<!doctype html> <html> <head> <meta charset="UTF-8" /> <title>Text-only PDF.js example</title> <script src="../../node_modules/pdfjs-dist/build/pdf.mjs" type="module"></script> <script src="pdf2svg.mjs" type="module"></script> </head> <body> <p>Text-only PDF.js example</p> <div id="pageContainer" style="display: inline-block; border: solid 1px black"></div> </body> </html>