Tagged articles

PDF.js

4 articles · Page 1 of 1
xkx's Tech General Store
xkx's Tech General Store
Feb 27, 2026 · Frontend Development

Build a Pure H5 PDF Screen‑Sharing App with PDF.js and WebSocket

This article details a lightweight pure‑HTML5 solution for synchronizing PDF documents across participants using PDF.js for rendering and a FastAPI‑based WebSocket layer for real‑time state broadcasting, covering architecture, workflow, code snippets, and synchronization logic.

HTML5PDF.jsScreen Sharing
0 likes · 9 min read
Build a Pure H5 PDF Screen‑Sharing App with PDF.js and WebSocket
Beike Product & Technology
Beike Product & Technology
Dec 13, 2018 · Frontend Development

Understanding Uint8Array, TypedArray, Buffer, and Blob in JavaScript for PDF Rendering and Binary Data Handling

This article explains the evolution and usage of Uint8Array, TypedArray, Buffer, and Blob in JavaScript, demonstrates how to convert between strings, ArrayBuffers, and binary data, and shows practical code examples for rendering PDFs and handling files in both browser and Node environments.

BLOBPDF.jsTypedArray
0 likes · 12 min read
Understanding Uint8Array, TypedArray, Buffer, and Blob in JavaScript for PDF Rendering and Binary Data Handling