An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# PDF-WASM

[![CI Status](https://github.com/Mon-ius/PDF-WASM/workflows/ci/badge.svg)](https://github.com/Mon-ius/PDF-WASM/actions?query=workflow:ci)
[![GitHub release (with filter)](https://img.shields.io/github/v/release/Mon-ius/PDF-WASM)](https://github.com/Mon-ius/PDF-WASM/releases)
[![Issues](https://img.shields.io/github/issues/Mon-ius/PDF-WASM)](https://github.com/Mon-ius/PDF-WASM/issues)
[![Forks](https://img.shields.io/github/forks/Mon-ius/PDF-WASM)](https://github.com/Mon-ius/PDF-WASM/network/members)
[![Stars](https://img.shields.io/github/stars/Mon-ius/PDF-WASM)](https://github.com/Mon-ius/PDF-WASM/stargazers)
[![Downloads](https://img.shields.io/github/downloads/Mon-ius/PDF-WASM/total.svg)](https://github.com/Mon-ius/PDF-WASM/releases)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE)
[![GitHub top language](https://img.shields.io/github/languages/top/Mon-ius/PDF-WASM?logo=rust&label=)](./Cargo.toml#L4)
[![Code Size](https://img.shields.io/github/languages/code-size/Mon-ius/PDF-WASM)](https://github.com/Mon-ius/PDF-WASM)


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