Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Export Azure DevOps Wiki to PDF

License

Notifications You must be signed in to change notification settings

MaxMelcher/AzureDevOps.WikiPDFExport

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

🏎 Quickstart

This tool exports an Azure DevOps wiki as PDF. Therefore, you need to git clone the target wiki to a computer. You can get the clone link of the wiki in the top right of the wiki homepage: Clone a wiki To clone this wiki, use the following command: git clone https://dev.azure.com/mmelcher/AzureDevOps.WikiPDFExport/_git/AzureDevOps.WikiPDFExport.wiki The result should look like this: <a href=Cloned wiki repository" width="" /> Once you have cloned the wiki, you must download the Azure DevOps WikiPDFExport tool. azuredevops-export-wiki.exe (~30MB) You can drop it right into the cloned folder and execute it there. Launched without parameters, the tool will detect all wiki files next to it and convert it to a PDF called export.pdf right next to it. Similar to this pdf. If you need more control over the output, please see the Configuration Options below or by launching the tool with --help parameter.

💪 Features

🛰 Requirements

The tool is developed as .NET 6 application, therefore you need to have the runtime installed. Download is available here. It requires a x64 windows or linux runtime.

🔽 Download

The download is available here