Kavita VS PDF.js

Compare Kavita vs PDF.js and see what are their differences.

Kavita

Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family. (by Kareadita)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Kavita PDF.js
206 83
5,065 46,157
7.0% 1.4%
9.8 9.9
5 days ago 6 days ago
C# JavaScript
GNU General Public License v3.0 only Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Kavita

Posts with mentions or reviews of Kavita. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-04.
  • Best .NET Core API project for learning?
    9 projects | /r/dotnet | 4 Dec 2023
  • Calibre – New in Calibre 7.0
    11 projects | news.ycombinator.com | 18 Nov 2023
  • Welcome to the Bug Bash!
    1 project | /r/KavitaManga | 6 Nov 2023
    Browse the Issue Tracker: Visit our bug tracker @ https://github.com/Kareadita/Kavita/issues to find a list of open issues tagged specifically for the Bug Bash. You'll find a variety of tasks, from beginner-friendly to advanced.
  • v0.7.9 - Customization
    1 project | /r/KavitaManga | 22 Oct 2023
  • Update Script for Kavita
    1 project | /r/KavitaManga | 21 Sep 2023
    #! /bin/bash installFolder="/opt/Kavita" # defines the folder where Kavita is installed backupFolder="/opt/KavitaBackup" # defines the backup folder for kavita kavitaUser="kavita" # defines the kavita service user kavitaGroup="kavita" # defines the kavita service group architecture="kavita-linux-x64.tar.gz" # options are: # kavita-linux-x64.tar.gz # kavita-linux-arm.tar.gz # kavita-linux-arm64.tar.gz if [ ! -d $installFolder ] then echo "KAVITA FOLDER IS MISSING!!" exit 1 fi cd /tmp if [ -r $architecture ] then echo "Kavita already present - extracting now!" tar -xzf $architecture else echo "Downloading latest Kavita from GitHub" wget https://github.com/Kareadita/Kavita/releases/latest/download/$architecture echo "extracting now!" tar -xzf $architecture fi if [ ! -d Kavita ] then echo "Something went wrong downloading or extracting" exit 1 fi echo "Stopping Kavita service" systemctl stop kavita.service if [ -d $backupFolder ] then echo "Deleting old KavitaBackup" rm -r $backupFolder fi echo "Creating new Kavita backup" cp -r $installFolder/config $backupFolder echo "Deleting Kavita" rm -r $installFolder echo "Installing new Kavita" cp -r /tmp/Kavita $installFolder echo "Deleting default config" rm -r $installFolder/config echo "Moving old config into install folder" cp -r $backupFolder $installFolder/config echo "CHOWN Kavita folder to kavita user and group" chown -R $kavitaUser:$kavitaGroup $installFolder echo "Make Kavita executable" chmod +x $installFolder/Kavita echo "Launch Kavita" systemctl start kavita.service echo "Cleaning up downloaded files" rm -r Kavita rm $architecture echo "Update process finished :)"
  • [LINUX] I can't connect to Kavita after installing it
    1 project | /r/KavitaManga | 21 Sep 2023
    --2023-09-19 18:28:27-- https://github.com/Kareadita/Kavita/releases/download/v0.7.1.4/kavita-linux-arm64.tar.gz
  • v0.7.8 - New Filtering System
    1 project | /r/KavitaManga | 5 Sep 2023
  • Calibre Replacement Considerations
    6 projects | news.ycombinator.com | 2 Sep 2023
    Hey, Kavita creator here and noticed you don't have any mentions of Kavita for epub readers. Kavita is not a Calibre replacement, but has a built-in epub/pdf reader along with some series-based organization.

    https://www.kavitareader.com/

  • Alexandria: A minimalistic cross-platform eBook reader
    12 projects | news.ycombinator.com | 28 Aug 2023
  • v0.7.6 - Personal Table of Contents + Rating Overhaul
    1 project | /r/KavitaManga | 3 Aug 2023
    The full release can be found here.

PDF.js

Posts with mentions or reviews of PDF.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-28.
  • Building W-9 Crafter
    4 projects | dev.to | 28 Mar 2024
    I first started building the app in the browser, using PDF.js and Download.js to take a PDF and edit it, and then download it to your computer.
  • Parsing PDFs in Node.js
    5 projects | dev.to | 12 Mar 2024
    pdf2json is a module that transforms PDF files from binary to JSON format, using pdf.js for its core functionality. It also incorporates support for interactive form elements, enhancing its utility in processing and interpreting PDF content.
  • Is it possible to port Edge's PDF Editor to other browsers or make your own custom one?
    1 project | /r/learnprogramming | 4 Dec 2023
    Why not PDF.js?
  • How to Write a Cold Email
    1 project | news.ycombinator.com | 17 Nov 2023
    I'd think opening a PDF in your browser would be at the same risk-level you associate with going to any random URL. On Firefox at least, I'm pretty sure the built-in PDF viewer is simply JS parsing and rendering the PDF anyway -- nothing with elevated permissions:

    https://mozilla.github.io/pdf.js/

  • Firefox 119 unleashes PDF prowess and Sync sorcery
    1 project | news.ycombinator.com | 28 Oct 2023
    The PDF features are actually an extension, just one built in as Firefox's default pdf viewer.

    It's called pdf.js https://github.com/mozilla/pdf.js/

    You can actually use this pdf viewer in another browser like Chrome if you'd like, there's a demo URL on there.

  • PDF Chat with Node.js, OpenAI and ModelFusion
    2 projects | dev.to | 3 Sep 2023
    We use Mozilla's PDF.js via the pdfjs-dist NPM module to load pages from a PDF file. The loadPdfPages function reads the PDF file and extracts its content. It returns an array where each object contains the page number and the text of that page.
  • Ask HN: Best toolkit to build custom pdf viewer?
    1 project | news.ycombinator.com | 16 Aug 2023
  • Microsoft faces antitrust scrutiny from the EU over Teams, Office 365
    5 projects | news.ycombinator.com | 19 Jul 2023
    The problem is that there simply wasn't a better option at the time.

    Ogg Vorbis was a novelty at best, and it was the only decently widely adopted open source competitor for any of the items listed that was available at the time.

    HTML5 was only just published when Chrome launched. So Flash was at that point the only option available to show a video in the browser (sure, downloading a RealPlayer file was always an option, but it was clunky, creators didn't like people being able to save stuff locally, and was also not open source). Chrome in fact arguably accelerated the process of getting web video open sourced: Google bought On2 in 2010 to get the rights to VP8 (the only decent H.264 competitor available at that point) so they could immediately open source it. The plan was in fact to remove H.264 from Chrome entirely once VP8/VP9 adoption ramped up[1], but that didn’t end up happening.

    Flash was integrated into Chrome because people were going to use it anyway, and having Google distribute it at least let them both sandbox it and roll out automatic updates (a massive vector for malware at the time was ads pretending to be Flash updates, which worked because people were just that used to constant Flash security patches, most of which required a full reboot to apply; Chrome fixed both of those issues). Apple are the ones who ultimately dealt the death blow to Flash, and it was really just because Adobe could not optimize it for phone CPUs no matter what they tried (even the few Android releases of Flash that we got were practically unusable). That also further accelerated the adoption of open source HTML5 technologies.

    PDF is an open source format, and has been since 2008. While I don't know if pressure from Google is what did it, that wouldn’t surprise me. Regardless, the Chrome PDF reader, PDFium, is open source[2] and Mozilla's equivalent project from 2011, PDF.js, is also open source.[3] Both of these projects replaced the distinctly closed source Adobe Reader plugin that was formerly mandatory for viewing PDFs in the browser.

    Chrome is directly responsible for eliminating a lot of proprietary software from mainstream use and replacing it with high-quality open source tools. While they've caused problems in other areas of browser development that are worthy of criticism, Chrome's track record when it comes to open sourcing their tech has been very good.

    [1]: https://blog.chromium.org/2011/01/html-video-codec-support-i...

    [2]: https://github.com/chromium/pdfium

    [3]: https://github.com/mozilla/pdf.js

  • How do Fix this issue while trying to save an edited PDF? (text gets really small and is rotated)(i'm using nightly)
    1 project | /r/firefox | 1 Jun 2023
    Firefox Nightly is an unstable test version. You should report PDF issues to this GitHub repository.
  • Firefox PDF Pen Editor: Disable Pen "Autocorrect" Feature
    1 project | /r/firefox | 17 May 2023
    Open this page and click on New Issue to ask the developers of the PDF viewer: mozilla/pdf.js repository. Please post a link to your question here.

What are some alternatives?

When comparing Kavita and PDF.js you can also consider the following projects:

Komga - Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support

jsPDF - Client-side JavaScript PDF generation for everyone.

Calibre Web - :books: Web app for browsing, reading and downloading eBooks stored in a Calibre database

pdfmake - Client/server side PDF printing in pure JavaScript

calibre - The official source code repository for the calibre ebook manager

PDFKit - A JavaScript PDF generation library for Node and the browser

koreader - An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices

Papa Parse - Fast and powerful CSV (delimited text) parser that gracefully handles large files and malformed input

Mango - Mango is a self-hosted manga server and web reader

diff2html - Pretty diff to html javascript library (diff2html)

Tachiyomi - Free and open source manga reader for Android. [Moved to: https://github.com/tachiyomiorg/tachiyomi]

pdf-lib - Create and modify PDF documents in any JavaScript environment