Popularity
0.8
Stable
Activity
0.4
Declining
0
1
0
Programming language: Crystal
License: MIT License
Tags:
Misc
manual-generator alternatives and similar shards
Based on the "Misc" category.
Alternatively, view manual-generator alternatives based on common mentions on social networks and blogs.
-
burocracia.cr
burocracia.cr the dependecyless shard to validate, generate and format Brazilian burocracias such as CPF, CNPJ and CEP -
circuit_breaker
Implementation of the circuit breaker pattern -
crystal-web-framework-stars
Web frameworks for Crystal, most starred on Github -
atomic_write.cr
Library for writing or apppending files atomically -
message_verifier.cr
Verify and generate Rails ActiveSupport::MessageVerifier signed tokens
Get performance insights in less than 4 minutes.
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Promoted
scoutapm.com
Do you think we are missing an alternative of manual-generator or a related project?
README
manual-generator - PROJECT UNMAINTAINED
This project is not maintained anymore
If you like it or continue to use it fork it please.
A Crystal program to generate PDF manuals from an HTML documentation site.
It gets all the links found in a table of contents element, downloads them and converts to a unique PDF using wkhtmltopdf-crystal.
Install
Build the binary tool:
crystal build --release src/manual-generator.cr
Usage / Command line options
Usage: manual-generator [arguments] URL
-a STRING, --attribute=STRING CSS attribute to use for TOC links (default: "href")
-b, --include-base-url Include base URL document in PDF (default: false)
-c STRING, --content=STRING CSS element selector to look for the contents of the page (ex. "#content")
-e STRING, --extra-css=STRING Extra CSS styles (ex. "#nav_bar { display: none; }")
-o FILE, --output=FILE Output filename (default: doc.pdf)
-r, --remote-css Fetch remote CSS styles (default: false)
-s FILE, --custom-css=FILE Filename with custom CSS
-t STRING, --toc=STRING CSS element selector to look for the table of contents of the page (ex. "#summary a")
-h, --help Show this help
-v, --version Show version
-V, --verbose Verbose mode
Examples
manual-generator -V "https://crystal-docs.org/blocknotes/wkhtmltopdf-crystal/" -c "#main-content" -t "#types-list a" -o test.pdf
See examples folder.
Contributors
- Mattia Roccoberton - creator, maintainer