mirror of
https://github.com/Fdawgs/node-poppler.git
synced 2026-07-02 00:17:43 +08:00
docs: fix broken links (#811)
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
# node-poppler
|
||||
|
||||
[](https://github.com/Fdawgs/node-poppler/releases/latest/)
|
||||
[](https://npmjs.com/package/node-poppler)
|
||||
[](https://github.com/Fdawgs/node-poppler/releases/latest)
|
||||
[](https://www.npmjs.com/package/node-poppler)
|
||||
[](https://github.com/Fdawgs/node-poppler/actions/workflows/ci.yml)
|
||||
[](https://coveralls.io/github/Fdawgs/node-poppler?branch=main)
|
||||
[](https://github.com/prettier/prettier)
|
||||
[](https://github.com/prettier/prettier)
|
||||
[](https://scorecard.dev/viewer/?uri=github.com/Fdawgs/node-poppler)
|
||||
|
||||
> Asynchronous Node.js wrapper for the Poppler PDF rendering utilities
|
||||
|
||||
## Overview
|
||||
|
||||
[Poppler](https://poppler.freedesktop.org/) is a PDF rendering library that also includes a collection of utilities, which allows for the manipulation and extraction of data from PDF documents such as converting PDF files to HTML, TXT, or PostScript.
|
||||
[Poppler](https://poppler.freedesktop.org) is a PDF rendering library that also includes a collection of utilities, which allows for the manipulation and extraction of data from PDF documents such as converting PDF files to HTML, TXT, or PostScript.
|
||||
|
||||
The `node-poppler` module provides an asynchronous Node.js wrapper around said binaries for easier use.
|
||||
|
||||
@@ -34,7 +34,7 @@ An example of downloading the binaries on a Debian system:
|
||||
sudo apt-get install poppler-data poppler-utils
|
||||
```
|
||||
|
||||
For macOS users, the binaries can be installed with [Homebrew](https://brew.sh/):
|
||||
For macOS users, the binaries can be installed with [Homebrew](https://brew.sh):
|
||||
|
||||
```sh
|
||||
brew install poppler
|
||||
@@ -167,7 +167,7 @@ Please adhere to this project's [Code of Conduct](https://github.com/Fdawgs/.git
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
- [**Albert Astals Cid**](https://github.com/albert-astals-cid-kdab) - [Poppler](https://poppler.freedesktop.org/) developer
|
||||
- [**Albert Astals Cid**](https://github.com/albert-astals-cid-kdab) - [Poppler](https://poppler.freedesktop.org) developer
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user