# Pdf-Reader **Repository Path**: mechanism/Pdf-Reader ## Basic Information - **Project Name**: Pdf-Reader - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-25 - **Last Updated**: 2021-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## SumatraPDF Reader SumatraPDF is a multi-format (PDF, EPUB, MOBI, FB2, CHM, XPS, DjVu) reader for Windows under (A)GPLv3 license, with some code under BSD license (see AUTHORS). More information: * [main website](http://www.sumatrapdfreader.org) with downloads and documentation * [manual](https://www.sumatrapdfreader.org/manual.html) * [all other docs](https://www.sumatrapdfreader.org/docs/SumatraPDF-documentation-fed36a5624d443fe9f7be0e410ecd715.html) To compile you need Visual Studio 2017. [Free Community edition](https://www.visualstudio.com/vs/community/) works. I tend to update to the latest release of Visual Studio. Lately C++ evolves quickly and Visual Studio constantly adds latest capabilities. If things don't compile, first make sure you're using the latest update of Visual Studio. To get the code: * `git clone git@github.com:sumatrapdfreader/sumatrapdf.git` Open `vs2017/SumatraPDF.sln` when using Visual Studio 2017 [![Build status](https://ci.appveyor.com/api/projects/status/tesjtgmpy26uf8p7?svg=true)](https://ci.appveyor.com/project/kjk/sumatrapdf)