https://github.com/mon-ius/pdf-wasm
Rust based pdf in-text replace tool, with WASM library export.
https://github.com/mon-ius/pdf-wasm
Last synced: 5 months ago
JSON representation
Rust based pdf in-text replace tool, with WASM library export.
- Host: GitHub
- URL: https://github.com/mon-ius/pdf-wasm
- Owner: Mon-ius
- License: gpl-3.0
- Created: 2025-07-20T05:07:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-09T09:33:03.000Z (12 months ago)
- Last Synced: 2025-08-09T11:35:04.876Z (12 months ago)
- Language: HTML
- Homepage: https://pdf.m0nius.com/
- Size: 1.34 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDF-WASM
[](https://github.com/Mon-ius/PDF-WASM/actions?query=workflow:ci)
[](https://github.com/Mon-ius/PDF-WASM/releases)
[](https://github.com/Mon-ius/PDF-WASM/issues)
[](https://github.com/Mon-ius/PDF-WASM/network/members)
[](https://github.com/Mon-ius/PDF-WASM/stargazers)
[](https://github.com/Mon-ius/PDF-WASM/releases)
[](./LICENSE)
[](./Cargo.toml#L4)
[](https://github.com/Mon-ius/PDF-WASM)
> A rust based pdf in-text replace tool, with WASM library export.
# Install
```sh
git clone --depth 1 --branch master --recurse-submodules 'https://github.com/Mon-ius/PDF-WASM'
cd PDF-WASM
cargo install wasm-pack
cargo install wasm-bindgen-cli
cd wasm
RUSTFLAGS='--cfg getrandom_backend="wasm_js"' wasm-pack build --target web
```
## Development
```sh
git submodule add --depth 1 git@github.com:Mon-ius/lopdf.git deps/lopdf
git config -f .gitmodules submodule.deps/lopdf.shallow true
```
### Source
- [PDF-WASM](https://github.com/Mon-ius/PDF-WASM)
### Credits
- [J-F-Liu/lopdf](https://github.com/J-F-Liu/lopdf)
- [Mon-ius/PDF-WASM](https://github.com/Mon-ius/PDF-WASM)
## License
The scripts and documentation in this project are released under the [GPLv3
License].
[GPLv3 License]: LICENSE