Skip to content

Instantly share code, notes, and snippets.

View andreicrnd's full-sized avatar

andreicrnd andreicrnd

View GitHub Profile
@andreicrnd
andreicrnd / index.html
Created January 18, 2023 14:24 — forked from hubgit/index.html
Render the text of a PDF with PDF.js
<!doctype html>
<meta charset="utf-8">
<title>Render the text of a PDF with PDF.js</title>
<style>
.page-container {
box-shadow: 0 1px 3px #444;
position: relative;
font-size: 1px;
line-height: 1;