Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://lordofthejars.github.io/quarkus-cheat-sheet/
https://lordofthejars.github.io/quarkus-cheat-sheet/
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://lordofthejars.github.io/quarkus-cheat-sheet/
- Owner: lordofthejars
- License: mit
- Fork: true (ggrossetie/asciidoctor-web-pdf)
- Created: 2018-10-03T07:46:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T11:26:54.000Z (over 2 years ago)
- Last Synced: 2024-08-02T18:37:13.907Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 87.6 MB
- Stars: 35
- Watchers: 8
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
- awesome-quarkus - Quarkus Cheat Sheet
README
= Asciidoctor.js PDF
Convert AsciiDoc document to PDF using Asciidoctor.js and Puppeteer (Headless Chrome)
== About
Inspired by an awesome project called https://github.com/RelaxedJS/ReLaXed/blob/master/src/index.js[Relaxed.JS].
Asciidoctor.js PDF is using Headless Chrome to generate a beautiful PDF.
It allows complex layouts to be defined with CSS and JavaScript, while writing the content in AsciiDoc.== Examples
.Letter
./bin/asciidoctorjs-pdf examples/letter/letter.adoc --template-require ../examples/letter/template.js.Book
./bin/asciidoctorjs-pdf examples/book/book.adoc --template-require ../examples/book/template.js