Skip to content

Releases: HollowMan6/mdbook-pdf

mdbook-pdf v0.1.8

02 Feb 08:53
9b06b58
Compare
Choose a tag to compare

What's Changed

  • fix: improve error handling for missing output.html.print setting by @brian-dlee in #32

New Contributors

Full Changelog: v0.1.7...v0.1.8

mdbook-pdf v0.1.7

11 Jun 19:07
39bb46f
Compare
Choose a tag to compare

Chrome generates PDF destinations "lazily", which means that the named destinations won't get added to the pdf document if the reference count is 0. So many of the named destinations don't exist when mdbook-pdf-outline tries to add the ToC since a lot of them have 0 reference count. Mitigation was added to have a workaround for this issue, as at that time, the cause was unclear: 2e4f709#diff-e4a7713ca9ac21a6fcda67ff726d3d1177972682816b6cc18afce26287808d69R88-R91

Now this update fixes the root cause by inserting invisible links to the page div in the print.html, now the reference count to those page destinations is at least 1, to make sure that generated pdf contains the destination for ToC to locate the specific page in pdf.

Full Changelog: v0.1.6...v0.1.7

mdbook-pdf v0.1.6

29 Apr 18:12
05a81e9
Compare
Choose a tag to compare

v0.1.6: security enhancement and browser auto fetch feature; Support large pictures

mdbook-pdf v0.1.5

09 Feb 18:11
5db206a
Compare
Choose a tag to compare

v0.1.5: auto acknowledge Google Analytics
#10

mdbook-pdf v0.1.4

29 Dec 21:14
1716a5c
Compare
Choose a tag to compare

v0.1.4: add support for export theme that is different than the html version
#5

mdbook-pdf v0.1.3

05 Oct 21:21
b851889
Compare
Choose a tag to compare

mdbook-pdf v0.1.2

08 Feb 17:24
babbf81
Compare
Choose a tag to compare

Enable to provide the static hosting site URL. If you have relative links that link outside the book, it can get fixed.

mdbook-pdf v0.1.1

07 Feb 15:54
5cdd883
Compare
Choose a tag to compare
  1. Wait for MathJax loading finished before generating PDF.
  2. Expand all the details elements before generating PDF.

mdbook-pdf v0.1.0

21 Jan 17:08
71a6a2a
Compare
Choose a tag to compare

Initial release for the mdbook-pdf.

A backend for mdBook written in Rust for generating PDF based on headless chrome and Chrome DevTools Protocol.