mirror of
https://github.com/pdfme/pdfme.git
synced 2026-06-18 11:19:23 -04:00
* TMP * TMP * TMP * Update README.md to provide library description and documentation link * TMP * TMP * TMP * TMP * Update package dependencies by adding @pdfme/converter and removing pdfjs-dist * Remove pdfjs-dist mock and update tests to reflect changes in dependencies * minor fix and add document for website * Add documentation for manipulator and optimizer, and organize converter in sidebar * Refactor package dependencies by removing @pdfme/converter from peerDependencies and reinstating optionalDependencies for canvas in converter package
12 lines
443 B
Markdown
12 lines
443 B
Markdown
# Optimizer(WIP)
|
|
|
|
`@pdfme/optimizer` can be used in both Node.js and in the browser.
|
|
|
|
Theoretically, we can optimize PDFs by using Ghostscript compiled into WASM.
|
|
|
|
## Contact
|
|
|
|
If you have any questions or suggestions about `@pdfme/optimizer`, please reach out via:
|
|
|
|
- **Discord**: [https://discord.gg/xWPTJbmgNV](https://discord.gg/xWPTJbmgNV)
|
|
- **GitHub Issues**: [https://github.com/pdfme/pdfme/issues](https://github.com/pdfme/pdfme/issues) |