Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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