MaxMelcher / AzureDevOps.WikiPDFExport

Export Azure DevOps Wiki to PDF
MIT License
186 stars 62 forks source link

#119 Fix SVG export #135

Closed matteotrapani closed 1 year ago

matteotrapani commented 1 year ago

Added specific handling of SVG extension to fix issue #119

I could have added a strategy or something to avoid hard-coded strings, but I've seen that there is not a huge usage of these patterns in the code so I didn't want to make a huge PR.

If you have any suggestion please feel free to make them

Furthermore I noticed that on my local PC there is some issues with the tests because only the ones I created were working properly. I fear that it is something related to encoding or culture. Let me know if I can fix it somehow.

Thanks