-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need PDF output #14
Comments
For Pamflet I've implemented PDF generation by creating a combined markdown, and then passing it to Pandoc. Looks like this - http://www.scala-sbt.org/0.13/docs/sbt-reference.pdf |
That would be good enough I think, looks pretty good. |
Yea. I think being able to download and carry docs around is a benefit of static generation in general. There are probably a few tweaks we want to allow in Paradox if we want to make combined markdown a thing, like not insisting on having h1 at the top of the page. |
When groups are used ideally we'd be able to generate a PDF for each group |
groups? |
+1, have tried a lot of methods to convert Akka doc HTML to PDF, but none of them perfect. |
There are a number of ways to approach this, each with their pro's and cons. One is to take the generated HTML and post-process it. If anyone wants to give that a try, https://github.com/raboof/paradox-singlepage could be a starting point (though very incomplete and currently written towards processing the Akka docs) |
Many of our users/readers perfer to have a PDF version. We should have some options for this, maybe as simple as emitting LaTeX from the DOM.
The text was updated successfully, but these errors were encountered: