Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcoscmonteiro/sumatrapdfcontrol
SumatraPDF .NET Windows Forms Control
https://github.com/marcoscmonteiro/sumatrapdfcontrol
forms nuget pdf pdf-viewer sumatrapdf windows windowsforms winforms
Last synced: 3 months ago
JSON representation
SumatraPDF .NET Windows Forms Control
- Host: GitHub
- URL: https://github.com/marcoscmonteiro/sumatrapdfcontrol
- Owner: marcoscmonteiro
- License: gpl-3.0
- Created: 2020-05-05T03:06:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T03:21:43.000Z (about 1 year ago)
- Last Synced: 2024-11-07T08:03:11.629Z (3 months ago)
- Topics: forms, nuget, pdf, pdf-viewer, sumatrapdf, windows, windowsforms, winforms
- Language: C#
- Homepage: https://sumatrapdfcontrol.mcmonteiro.net
- Size: 838 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SumatraPDFControl
## Windows Forms Control based on [SumatraPDFReader](https://www.sumatrapdfreader.org/) to view and read Portable Document Files (PDF)
It allows you to construct Windows Forms application capable to view and read Portable Document Files (PDF) with all features present in great [SumatraPDFReader](https://www.sumatrapdfreader.org/) made by [Krzysztof Kowalczyk](https://blog.kowalczyk.info/).
* Download compiled version from [NuGet.org](https://www.nuget.org/packages/SumatraPDFControl/)
* Go to [SumatraPDFControl site](https://sumatrapdfcontrol.mcmonteiro.com) to view documentation
and [SumatraPDFControl API](https://sumatrapdfcontrol.mcmonteiro.com/api/SumatraPDF.html)* [Source code in GitHub](https://github.com/marcoscmonteiro/sumatrapdfcontrol) licenced under [GPLv3](https://github.com/marcoscmonteiro/SumatraPDFControl/blob/master/LICENSE)
* GIT Clone C# Project from [GitHub](https://github.com/marcoscmonteiro/sumatrapdfcontrol) and open SumatraPDFControl.sln with Visual Studio 2019 (works with community version).
* SumatraPDFControlTest included in soluction shows SumatraPDFControl in action.
* Bugs, issues or improvements? Report them in [GitHub Project Issues](https://github.com/marcoscmonteiro/SumatraPDFControl/issues)
## Supported .NET Framework / Core* Works with [.NET Framework](https://dotnet.microsoft.com/download/dotnet-framework) version 2.0 or greater
* Works with [.NET Core](https://dotnet.microsoft.com/download/dotnet) version 3.1 or greater
## Dependent NuGet.org packages
SumatraPDFControl uses a specific compiled [SumatraPDF forked code](https://github.com/marcoscmonteiro/sumatrapdf)
which enables SumatraPDF working in an enhanced plugin mode. Compiled versions are distributed like NuGet packages:* [x86 - 32 bits](https://www.nuget.org/packages/SumatraPDF.PluginMode.x86) for Windows 32bit archicheture (works also with 64 bits Windows architecture)
* [x64 - 64 bits](https://www.nuget.org/packages/SumatraPDF.PluginMode.x64) for Windows 64bit archicheture
* At least 1 of these packages have to be referenced by Windows Forms project using SumatraPDFControl.