Aspose.Diagram 3.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.Diagram --version 3.1.0
NuGet\Install-Package Aspose.Diagram -Version 3.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.Diagram" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Diagram --version 3.1.0
#r "nuget: Aspose.Diagram, 3.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.Diagram as a Cake Addin
#addin nuget:?package=Aspose.Diagram&version=3.1.0

// Install Aspose.Diagram as a Cake Tool
#tool nuget:?package=Aspose.Diagram&version=3.1.0

Aspose.Diagram is a class library for working with Microsoft Visio files. It allows developers to create new diagrams and work with VSD, VSDX, VSS, VST, VSX, VTX, VDW and VDX files on ASP.NET web applications, web services and Windows applications. It allows you to open files and manipulate the elements of the diagram, from lines and fills, to more complex elements, and then export to VDX, VSX, VTX, XPS, HTML, SVG, SWF, XAML, image or PDF formats.

Product Compatible and additional computed target framework versions.
.NET Framework net11 is compatible.  net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.0 212 4/20/2015
5.1.0 228 2/28/2015
5.0.0 183 1/16/2015
4.6.0 216 12/4/2014
4.5.0 166 10/22/2014
4.4.0 264 9/12/2014
4.3.0 280 8/8/2014
4.2.0 236 7/4/2014
4.1.0 115 5/27/2014
4.0.0 169 5/14/2014
3.9.0 108 4/25/2014
3.8.0 112 3/27/2014
3.7.0 104 2/28/2014
3.6.0.1 86 12/20/2013
3.6.0 72 12/12/2013
3.5.0 1,848 9/26/2013
3.4.0 77 8/20/2013
3.3.0 71 6/4/2013
3.2.0 78 5/16/2013
3.1.0 74 4/3/2013
3.0.0 73 2/20/2013
2.9.0 75 12/17/2012
2.8.0 72 11/12/2012
2.7.0 116 10/2/2012
2.6.0 72 8/28/2012
2.5.0 75 8/13/2012
2.4.0 73 7/13/2012
2.3.0 71 6/4/2012
2.2.0 72 4/28/2012
2.1.0 71 4/9/2012
2.0.0 73 3/8/2012
1.9.0.1 72 2/16/2012
1.9.0 71 2/6/2012
1.8.1 72 1/24/2012
1.8.0 73 1/13/2012

This release introduces the features, enhancements,task and bug fixes as detailed below:

Enhancements
DIAGRAM-33359 Provide reading from vsdx and rendering text fields in shape.
DIAGRAM-33360 Provide reading from vsdx and rendering ForeignData(images).
DIAGRAM-33279 Reading DocumentSheet properties from vsdx package.
DIAGRAM-33324 Implementation supporting themes when the diagram is loaded from VSDX format.
DIAGRAM-33326 Images are missed when render some VSDX diagrams.

Sub-Tasks
DIAGRAM-33308 Implement inheritance shape's coordinates from the master's coordinates (for correct rendering).
DIAGRAM-33288 Arrows direction are not shown properly.
DIAGRAM-33345 Set fill properties of shape from theme.
DIAGRAM-33347 Set font properties of shape from theme.
DIAGRAM-33346 Set line properties of shape from theme.
DIAGRAM-33356 Set connectors properties from theme.
DIAGRAM-33336 Create classes for FontSheme from Dynamic Theme Components.
DIAGRAM-33335 Create classes for ColorSheme from Dynamic Theme Components.
DIAGRAM-33337 Create classes for EffectSheme from Dynamic Theme Components.
DIAGRAM-33350 Creating classes and reading properties from XML for LineStyles from Extension List of visio theme.
DIAGRAM-33349 Creating classes and reading properties from XML for FillStyles from Extension List of visio theme.
DIAGRAM-33351 Creating classes and reading properties from XML for FontStylesGroup from Extension List of visio theme.

Bugs
DIAGRAM-33348 The stream is already disposed immediately after the save call
DIAGRAM-33329 Extra rectangles are generated during VSD to PDF conversion.
DIAGRAM-33334 XmlException occurred when tried to read VSDX diagram from stream
DIAGRAM-33293 During VSD to HTML Or PDF conversion, ArgumentOutOfRangeException occurs.
DIAGRAM-33316 During VDX to PDF conversion, shape's transparent background has been ignored
DIAGRAM-33343 During VDX to PDF conversion, "Error while checking version." exception occurred