Skip to content

Instantly share code, notes, and snippets.

View shirokun20's full-sized avatar
😀
ready

Shiro Mobile Dev shirokun20

😀
ready
View GitHub Profile
@shirokun20
shirokun20 / pdfjs-file-parser.js
Created January 13, 2021 13:58 — forked from frontenddeveloping/pdfjs-file-parser.js
Parse uploaded pdf file by PDF.js for number of pages and count links
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.34.1/es6-shim.js"></script>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>