Skip to content

Releases: MaxMelcher/AzureDevOps.WikiPDFExport

Version 2.5.0 - Mermaid support

26 Jul 20:24
Compare
Choose a tag to compare

Thanks to @jkanczler Mermaid diagrams are now exported (fixes #11)

  • use -m parameter to enable this feature.
  • use --chrome-path to specify where Chrome is installed, if not present, a headless version will be downloaded.

Version 2.4.1- Image fix

29 Jun 13:05
326767c
Compare
Choose a tag to compare

Fixing an issue when a image path was not set - thanks @MiroRadenovic

Version 2.4.0 - Scale Images

23 Apr 22:10
Compare
Choose a tag to compare

Scaling images is now supported by using the following syntax:

![](/.attachments/image.png =250x120)
or
{width=90 height=100}

Thanks @ahmadharis!

Version 2.3.2 - inline code fix

21 Apr 21:25
Compare
Choose a tag to compare

Version 2.3.0 - .net core 3.1, smileys, title, images

20 Apr 19:18
Compare
Choose a tag to compare

Breaking changes:

  • Upgrade net framework 3.1

Fixes:

  • Not existing pages in .order files will be ignored.
  • Page titles with special chars are shown correctly - thanks @sfrantz
  • Images with sizes are shown correctly - thanks @sfrantz

New footer/header options

21 Oct 13:09
Compare
Choose a tag to compare

Thanks to @roel4ez there are new header/footer options:

  • --footer-url and --header-url to reference a HTML template that should be used as header/footer.
  • --footer-hide-line to hide the horizontal line in the footer
    Uploading azuredevops-export-wiki.exe…

Basic css support

26 Jun 19:01
Compare
Choose a tag to compare

new parameter --css that allows to provide a css file to style the pdf.

Support of tables

25 Jun 11:20
Compare
Choose a tag to compare

Supporting markdown tables.

Minor fix

16 Jun 09:58
Compare
Choose a tag to compare

Removing the additiona h2 element when using --pathToHeading so that the quick navigation in PDF is not getting messed up.

Version 1.1.0

13 Jun 20:39
Compare
Choose a tag to compare

New parameters to design the header and footer of the PDF:

--pathToHeading

Add path of the file to the header

--footer-left, --footer-center, --footer-right, --header-left, --header-center, --header-right,

Headers and footers can be added to the document by the --header-* and
--footer* arguments respectfully. In header and footer text string supplied
to e.g. --header-left, the following variables will be substituted.

  • [page] Replaced by the number of the pages currently being printed
  • [frompage] Replaced by the number of the first page to be printed
  • [topage] Replaced by the number of the last page to be printed
  • [webpage] Replaced by the URL of the page being printed
  • [section] Replaced by the name of the current section
  • [subsection] Replaced by the name of the current subsection
  • [date] Replaced by the current date in system local format
  • [isodate] Replaced by the current date in ISO 8601 extended format
  • [time] Replaced by the current time in system local format
  • [title] Replaced by the title of the of the current page object
  • [doctitle] Replaced by the title of the output document
  • [sitepage] Replaced by the number of the page in the current site being converted
  • [sitepages] Replaced by the number of pages in the current site being converted