Menu

Tree [640e58] master /
 History

HTTPS access


File Date Author Commit
 Code 2016-05-27 Boris Zinchenko Boris Zinchenko [669f18] One Click publishing configuration
 Images 2016-05-27 Boris Zinchenko Boris Zinchenko [02ef4d] Add files via upload
 Results 2016-05-27 Boris Zinchenko Boris Zinchenko [8829d0] PNG output
 Setup 2016-05-27 Boris Zinchenko Boris Zinchenko [769ac2] Setup version 1.0.0.1
 .gitignore 2016-05-26 Boris Zinchenko Boris Zinchenko [f38598] Initial commit
 LICENSE 2016-05-26 Boris Zinchenko Boris Zinchenko [f38598] Initial commit
 README.md 2016-05-27 Boris Zinchenko Boris Zinchenko [640e58] Update README.md

Read Me

BPMN View

A simple free tool to view and print business process diagrams in a popular BPMN format.

  • Full conformance to the latest version of BPMN 2.0 specification by OMG.
  • Import models from all major BPM vendors
  • Strict validation of the model according to BPMN specification.
  • Arbitrary scaling and zooming view of most complex diagrams.
  • Support of raster and vector image output.
  • Batch processing of multiple BPMN files.
  • 100% Microsoft .NET managed solution.
  • Loyal open source license for private and commercial use.

Try it yourself!
* Download one-click setup for Windows.
* Download pre-built binary package.
* Clone project repository and build it with Microsoft Visual Studio.
* Test it on files from offcial BPMN test suite.
* Build your own open source or commercial solution based on this code.

bzinchenko

Code example

Jump start your BPMN capable solution in minutes!

Sample code to read BPMN file and save it as an image:

Model model = BPMN.Model.Read("B.2.0.bpmn");
Image img = model.GetImage(0, 2.0f);
img.Save("B.2.0.png", ImageFormat.Png);

Below is the result:

bzinchenko

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.