-
Notifications
You must be signed in to change notification settings - Fork 105
Create an asciidoc index to generate a PDF #129
Comments
I agree with the proposal, and also appreciate if anyone can convert the tutorials into a pdf file and make it available. Has there been some work on it? |
No one is working on this. Since all of these projects are in the process of being contributed to |
Are there programmatic ways to convert the files into a pdf file? |
Discovering or creating a way to do this is why this issue was created. |
Is there some progression on this topic? |
No, and we don't expect anyone to even start working on this until this project is |
A PDF containing the tutorial would be really useful. IMHO It's really not that useful in it's current form. |
Closing this as this issue is migrated to eclipse-ee4j/jakartaee-tutorial#129 |
Since the current tutorial is currently composed of many distinct asciidoc documents, we cannot use the asciidoctor tool chain to generate a PDF.
We should create an index.adoc with include directives to all documents in order to create a single asciidoctor document that can be used to generate a PDF.
This file shouldn't be outside of src/main/jbake/content so that it's not included in the jbake output.
The asciidoctor maven plugin can be use to render the PDF, see https://github.com/asciidoctor/asciidoctor-maven-examples/tree/master/asciidoctor-pdf-example
The text was updated successfully, but these errors were encountered: