Skip to content
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

Closed
drewhk opened this issue Aug 23, 2016 · 8 comments · Fixed by #370
Closed

Need PDF output #14

drewhk opened this issue Aug 23, 2016 · 8 comments · Fixed by #370

Comments

@drewhk
Copy link

drewhk commented Aug 23, 2016

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.

@eed3si9n
Copy link
Contributor

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

@ktoso
Copy link
Contributor

ktoso commented Aug 23, 2016

That would be good enough I think, looks pretty good.
In our community people keep praising the availability of PDF because they
often read the docs like a book.

@eed3si9n
Copy link
Contributor

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.

@raboof
Copy link
Contributor

raboof commented Jun 21, 2017

When groups are used ideally we'd be able to generate a PDF for each group

@dwijnand
Copy link
Member

When groups are used ideally we'd be able to generate a PDF for each group

groups?

@raboof
Copy link
Contributor

raboof commented Sep 29, 2017

@xmeng1
Copy link

xmeng1 commented Jan 27, 2019

+1, have tried a lot of methods to convert Akka doc HTML to PDF, but none of them perfect.

@raboof
Copy link
Contributor

raboof commented Apr 17, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants