Tag

JSZip

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 22, 2023 · Frontend Development

Understanding the Essence of Office Files and PDF Parsing for Frontend Developers

This article explains the historical background, standards, and internal structure of office formats like XLSX, DOCX, PPTX and PDF, and demonstrates how frontend developers can parse these files using XML, ZIP archives, JSZip and browser APIs to extract data or render documents.

JSZipPDFXML
0 likes · 19 min read
Understanding the Essence of Office Files and PDF Parsing for Frontend Developers
360 Tech Engineering
360 Tech Engineering
Feb 11, 2020 · Frontend Development

Improving Front‑End Decompression Performance with WebAssembly and Web Workers

This article describes how to replace the JavaScript‑based JSZip decompression in a Three.js 3D viewer with a C‑based Zip library compiled to WebAssembly via Emscripten, run inside a Web Worker, and demonstrates measurable performance gains through detailed testing.

EmscriptenJSZipThree.js
0 likes · 10 min read
Improving Front‑End Decompression Performance with WebAssembly and Web Workers