Replies: 1 comment
-
|
There are many issues discussion pdf + Docusaurus already, like this one: We don't provide that functionality and it would be complicated to implement considering Docusaurus builds a static site and does not have a server runtime: we would need to pre-build all the possible pdf variations at build time. The best option you have is to create your own dynamic pdf generation runtime and then add a "download to pdf button" using Docusaurus swizzle |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my company i am often asked to provide a PDF of a given part of the documentation site.
Similarly to what is done in other sites, it would be nice to provide a download to PDF function naitvely which is avalable on a page.
The PDF generated may contain the current page and any page which is under the current page in the sidebar hierarchy.
Beta Was this translation helpful? Give feedback.
All reactions