Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manglaneso/webberservice
Web service and client created with Visual Studio 2012 for university.
https://github.com/manglaneso/webberservice
Last synced: 20 days ago
JSON representation
Web service and client created with Visual Studio 2012 for university.
- Host: GitHub
- URL: https://github.com/manglaneso/webberservice
- Owner: manglaneso
- License: mit
- Created: 2015-05-25T16:48:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T10:34:31.000Z (about 8 years ago)
- Last Synced: 2023-08-01T06:11:54.861Z (over 1 year ago)
- Language: C#
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webberservice
Web service and client created with Visual Studio 2012 in C# for university.It has a web method that receives an SVG file in form of a byte[] and returns the file converted to PNG using an external web service in another byte[] and rotated 270º. The client just opens the SVG file, transforms it to byte[] and calls the web service, once returned, the byte[] is transformed to file again and stored in the desired path.
This only works on Microsoft Windows systems.
##Authors
Andrés Manglano Cañizares
Fayán Leonardo Pardo