Licenses

What this is built from

A handful of open-source libraries do the real work. Their license texts are served from this site, not linked to somebody else's copy.

Open-source libraries used by these tools
LibraryVersionLicense
pdf.js (pdfjs-dist)6.2.108Apache-2.0
@cantoo/pdf-lib2.8.1MIT
docx9.7.1MIT
jsPDF4.2.1MIT

What each one does here

pdf.js (pdfjs-dist)
Reads PDFs, renders pages and extracts the text layer.
@cantoo/pdf-lib
Creates, combines, compresses and encrypts the PDF files these tools produce.
docx
Writes the Word (.docx) files the PDF to Word tool produces.
jsPDF
Typesets the PDF the HTML to PDF tool produces.

Copyright

pdf.js is © Mozilla Foundation and contributors, used under the Apache License 2.0. @cantoo/pdf-lib is © Andrew Dillon and contributors, docx is © Dolan Miu and contributors, and jsPDF is © James Hall, yWorks GmbH and contributors, all used under the MIT License. Every one of those licenses permits this use and requires the notices to travel with the software, which is why they are published here.

Libraries deliberately not used

Several well-known PDF tools are published under the GNU GPL or AGPL. Those are good licenses and the wrong ones for this site, so none of them are used, and none of their code is present in what your browser downloads.