Generating a Mongoose.pdf #2510
Replies: 2 comments 3 replies
-
I think we should use one of the available tools and generate a PDF on every release based on the markdown source. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I think we should generate .pdf and attach as a download as part of a release process. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello folks.
I want to scrape the docs from

https://mongoose.ws/documentation/
and save it into aMongoose.pdf
using thebuilt-in Print | Save to PDF option in Chrome. The result looks kinda ugly:
These Rate our documentation showing on every page (shown in Sumatra PDF viewer). I figured a trick was to
block that Poll cookie.
But instead I'd like to use Pandoc to generate a local
Mongoose.pdf
. I tried with:pandoc --output Mongoose.pdf --highlight-style espresso --verbose --trace https://mongoose.ws/documentation/ 2> pandoc.log
But here MikTeX failed with
LaTeX Error: Unknown graphics extension: .webp.
Anyone got a hint?
Beta Was this translation helpful? Give feedback.
All reactions