BPMN View Code
Viewing and printing business process diagrams in a popular BPMN format
Brought to you by:
bzinchenko
File | Date | Author | Commit |
---|---|---|---|
Code | 2016-05-27 |
![]() |
[669f18] One Click publishing configuration |
Images | 2016-05-27 |
![]() |
[02ef4d] Add files via upload |
Results | 2016-05-27 |
![]() |
[8829d0] PNG output |
Setup | 2016-05-27 |
![]() |
[769ac2] Setup version 1.0.0.1 |
.gitignore | 2016-05-26 |
![]() |
[f38598] Initial commit |
LICENSE | 2016-05-26 |
![]() |
[f38598] Initial commit |
README.md | 2016-05-27 |
![]() |
[640e58] Update README.md |
A simple free tool to view and print business process diagrams in a popular BPMN format.
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.
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: