|
|
|
|
|
by byb
964 days ago
|
|
In most cases no, AsciiDoctor-PDF converter uses the Ruby library PDF library Prawn to generate PDFs, However, there are alternative PDF converters which do convert from HTML (the VSC AsciiDoctor plug-in allows the option to use a different converter), but I don't think they use chrome. Please note that using different pdf converters is a bit of an advanced topic. https://wkhtmltopdf.org/, and asciidoctor-web-pdf.
https://github.com/ggrossetie/asciidoctor-web-pdf I encourage everyone to take a look at the documentation; this is the markup language I now use for all my personal and professional projects.
https://docs.asciidoctor.org/ |
|