-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
EPUB and/or PDF export for dev environment #546
Comments
this is an awesome feature. |
Not just selling books, but just publishing documentation as PDF is a common feature of help authoring software, so this is inline with the use cases of the mainline project. We have several clients (state government agencies) that in contracts expect printed documentation (alongside online), and I was wondering how we'd single-source / multiple-publish target for PDF too. |
Export to PDF would be highly appreciated since we already evaluated vuepress as an alternative for our online user manual but are missing this option heavily |
Pandoc?Does that auto-generate +TOC+ from hierarchy of pages? Or would Vuepress have to use site map and pass as first pages? Features, options, settings?Is the homepage theme what one would expect in first page of manual? |
I tried Pandoc to generate the PDF from the build, but the assets' urls generated with the build script are absolute to the server path ( / ), that's mean that only work with a http-server not for open locally. |
I wrote a small Python script [1] that could help with exporting single vuepress pages. It uses a head-less Chrome instance to render and modify the page and exports it to PDF. |
This would be a really handy feature to have. The old GitBook CLI did this and we've used that feature before. |
Try VuePress 1.x and https://github.com/ulivz/vuepress-plugin-export |
From the VuePress home page, "for now we recommend that you use the 0.x in the production environment." There no way to get this to work with 0.x? |
vuepress-plugin-export looks great for pdf export indeed, but what about the epub format? Is there any plan to evolve vuepress-plugin-export to support epub as well, unless the feature should rather be developed in a distinct plugin, what's your view on this? |
@ulivz I am not able to to get vuepress-plugin-export to run.
|
This is a screenshot of a generated outline PDF case.
|
Feature request
What problem does this feature solve?
For writers the best way to have online book in html and offline books to sell in epub and / or pdf.
What does the proposed API look like?
vuepress export epub
should export epub bookHow should this be implemented in your opinion?
Not sure how
Are you willing to work on this yourself?**
No I am not so good in it
The text was updated successfully, but these errors were encountered: