wsd2pdf
v1.0.0-12
Published
Converts plantuml diagrams from wsd files to images in pdf files.
Downloads
5
Readme
WSD to PDF Tool
Overview
This tool provides a convenient way to convert plantuml diagrams to PDF. It first converts the WSD file to the EPS file format with plantuml and then uses GhostScript to convert the EPS file to PDF.
Features
- Converts plantuml diagrams from wsd files to images in PDF files.
Usage
You can test the tool with npx wsd2pdf input.wsd output.pdf
.
When you install it with npm i -g wsd2pdf
you can use it with wsd2pdf input.wsd output.pdf
.
Requirements
- Dependencies: Java, GhostScript
Known Issues
Currently, there are no known issues with this tool. If you encounter any problems or have suggestions for improvements, please feel free to submit an issue on GitHub.
Release Notes
Version 1.0.0
Initial release of the WSD to PDF tool.
License
This tool is licensed under the MIT License.
Thank you for using the WSD to PDF module! If you find it useful, please consider leaving a star in the GitHub repository. If you have any feedback or questions, don't hesitate to reach out. Happy coding!