https://github.com/ab4d/ab2d.readersvg.samples
WPF samples for Ab2d.ReaderSvg - a svg file importer
https://github.com/ab4d/ab2d.readersvg.samples
Last synced: 15 days ago
JSON representation
WPF samples for Ab2d.ReaderSvg - a svg file importer
- Host: GitHub
- URL: https://github.com/ab4d/ab2d.readersvg.samples
- Owner: ab4d
- Created: 2019-12-20T18:08:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T10:22:39.000Z (over 4 years ago)
- Last Synced: 2025-03-14T19:51:05.347Z (over 1 year ago)
- Language: C#
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ab2d.ReaderSvg Samples

[Ab2d.ReaderSvg](https://www.ab4d.com/ReaderSvg.aspx) is a svg file importer for WPF applications.
## Evaluation version info
The Ab2d.ReaderSvg is a commercial library. You can start a 60-day trial when it is first used. When using a trial version, then the "DEMO" text is added to the importer svg files and some shapes can have gray brush instead of the original brush. To see how the shapes would look like when using a commercial license, open the svg file in the [ViewerSvg](https://www.ab4d.com/ViewerSvg.aspx) application that can be installed by the evaluation version installer (source: [Downloads](https://www.ab4d.com/Downloads.aspx)).
## Repository solutions
The Ab2d.ReaderSvg Samples repository contains the following Visual Studio solutions:
* **Ab2d.ReaderSvg.Wpf.Samples** - Main samples that domonstrate most of the functionality of the Ab2d.ReaderSvg library. There are solution for .Net Framework 4.5, .NET Core 3.1, .Net 5.0 and .Net 6.0.
* **Ab2d.ReaderSvg.WinForms.Sample** - Simple sample on how to use Ab2d.ReaderSvg in a WinForms application.
* **Ab2d.ReaderSvg.ResourceDictionaryWriter** - A simple ResourceDictionary writer that can create resource dictioneries from multiple svg files.
* **SvgToPngConverter** - A simple console application that can render svg files into png images.
## Dependencies
The projects uses the following dependencies:
* Ab2d.ReaderSvg - Ab2d.ReaderSvg assembly - https://www.nuget.org/packages/Ab2d.ReaderSvg
## Support
* Online users guide: https://www.ab4d.com/help/ReaderSvg/html/R_Project_Ab2d_ReaderSvg_Help.htm
* Change log: https://www.ab4d.com/ReaderSvg-history.aspx
* Forum: https://forum.ab4d.com/forumdisplay.php?fid=6
* Feedback: https://www.ab4d.com/Feedback.aspx
## See also
* [AB4D Homepage](https://www.ab4d.com/)
* [ZoomPanel](https://www.ab4d.com/ZoomPanel.aspx) library
* [AB4D products price list](https://www.ab4d.com/Purchase.aspx#ReaderSvg)