writerside2pdf
v0.1.1
Published
Convert a Writerside documentation into a pdf file
Downloads
6
Maintainers
Readme
Writerside to PDF converter
This tool allows to convert a Writerside preview to a PDF file. The goal is to support all features of Writerside, however, some features are not yet supported. A list of supported features can be found below.
Usage & Requirements
This tool requires Node.js to be installed on your system.
npx writerside2pdf convert <writerside-instance> [output-file] [author name]
The Writerside instance has to be a full URL to a Writerside page (local preview also works), e.g. http://localhost:63342/writerside2pdf/preview/usage.html
.
Use quotes around the author name if it contains spaces.
Example pages
The following examples are provided to showcase what works in the current version of the library.
| Example | Description | |-------------------------------------|-------------------------------------------| | Tabs and Code | Code blocks grouped in Tabs & edge cases | | Images & Notes | Some images, notes and other basic blocks | | OpenAPI docs | A simple example using OpenAPI docs | | Math & Diagrams | Some LateX equations and diagrams |
Issues & Source code
If you notice any problems, please report them in the issue tracker
The source code is available on GitHub