MaxMelcher / AzureDevOps.WikiPDFExport

Export Azure DevOps Wiki to PDF
MIT License
191 stars 65 forks source link

Migrate to Puppeteer PDF #77

Closed MaxMelcher closed 2 years ago

MaxMelcher commented 3 years ago

Migrating to puppeteer pdf instead of wkhtml. This will potentially allow cross-platform conversion, too.

MaxMelcher commented 3 years ago

Did a quick test - needs styling but should work! @AltarBeastiful

image

.exe file is now 6mb instead of 18mb - also good.

MaxMelcher commented 3 years ago

Puppeteer wont have PDF bookmarks for now.

AltarBeastiful commented 3 years ago

The relevant chromium bug, it could get worked on in the future : https://bugs.chromium.org/p/chromium/issues/detail?id=781797

MaxMelcher commented 3 years ago

it works pretty well after I figured out how to include images and format the output - but its easier to maintain and style than the wkhtmltopdf stuff...

MaxMelcher commented 3 years ago

... latest version also runs on Linux.