[Showoff Saturday] I made the pdf.js Viewer Embeddable & Customizable

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • pdf.js-viewer

    This package makes the PDF.js viewer available to third party applications.

  • I created an NPM package that ships a bundled version of this PDF.js viewer. This build allows complete customization and easy integration. It also ships typescript declaration files for the internal viewer classes that you are free to monkey-patch. You can find this package here.

  • PDF.js

    PDF Reader in JavaScript

  • Mozillas free open source library PDF.js is awesome and creates a huge value for any web-dev who needs to work with PDFs. Sadly, they stopped distributing their default PDF viewer (which is around 15kLOC), so you have to build it from source.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • pdfjs-dist

    Generic build of PDF.js library.

  • Maybe I am missing something but isn‘t pdfjs-dist the package you were looking for? According to the pdf js repo this is the generic version as a npm package. And the version number of the npm-package seems to match the version of the latest stable release of pdf-js.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • DEMO - Voice to PDF - Complete PDF documents with voice commands using the Claude 3 Opus API

    4 projects | dev.to | 27 Apr 2024
  • Building W-9 Crafter

    4 projects | dev.to | 28 Mar 2024
  • Rendering a Million Rows in React by Drawing

    4 projects | dev.to | 23 Mar 2024
  • Files

    1 project | news.ycombinator.com | 18 Mar 2024
  • Parsing PDFs in Node.js

    5 projects | dev.to | 12 Mar 2024