%PDF-1.4 %Óëéá 1 0 obj <> endobj 3 0 obj <> endobj 4 0 obj <
| Server IP : 212.252.79.165 / Your IP : 216.73.217.172 [ Web Server : Apache System : Linux 212-252-79-165.cprapid.com 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64 User : cehaburo ( 1001) PHP Version : 8.1.33 Disable Function : exec,passthru,shell_exec,system Domains : 48 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/cehaburo/www/pdfjs/samples/forms/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<script>
if (window.location.href.slice(-1) !== '/' && window.location.href.slice(-4) !== 'html') {
// hacky redirect for mac php server...
window.location = window.location.href + '/';
}
</script>
<link rel="stylesheet" href="../style.css" />
<title>Forms Demo & Samples for JavaScript PDF Viewer</title>
</head>
<body class="pdfjs">
<header>
<div class="container">
<div>
<a href="https://pdftron.com" target="_blank">
<div class="logo"></div>
</a>
<span class="title">PDFJS Express</span>
</div>
<div>
<a class="button" href="https://pdfjs.express/documentation/get-started/overview" target="_blank">Go to Guides</a>
<a class="button filled" href="https://pdfjs.express/purchase" target="_blank">Purchase</a>
</div>
</div>
</header>
<section>
<div class="sidebar">
<p><b>Samples</b></p>
<p><a class="" href="../">Viewing</a></p>
<p><a class="" href="../annotation">Annotation</a></p>
<p><a class="active" href=".">Forms</a></p>
<p><a class="" href="../customization">Customization</a></p>
<p><a class="" href="../advanced">Advanced</a></p>
<p><b>Showcase</b></p>
<p><a href="https://pdfjs.express/demo" target="_blank">Go to showcase</a></p>
</div>
<div class="content">
<div id="error-message" style="display: none; background-color: red; color: white">Samples are not runnable from the file system. Please run using "npm start" or use a local web server.</div>
<h1>Forms Demo for PDF Viewer</h1>
<div>
<h4>Customizing form fields</h4>
<p>
Shows how to change color and opacity of form fields.
<br />
</p>
<div class="inline">
<a href="./form-fields">Launch demo</a>
<a href="./form-fields/form-fields.js" target="_self">View Source</a>
</div>
</div>
</div>
</section>
<script>
if (window.location.href.indexOf('file://') === 0) {
alert('Samples are not runnable from the file system. Please run using "npm start" or use a local web server.');
document.getElementById('error-message').style.display = 'block';
}
</script>
</body>
</html>