Skip to content

DocumentUltimate v4.6.0

Compare
Choose a tag to compare
@GleamTech GleamTech released this 11 Feb 22:05
· 85 commits to master since this release

Version 4.6.0 - February 11, 2019

  • Improved: Stability, accuracy for Cad formats:

    • When viewing or converting, the default layout will be used not necessarily the model.

    • Converting cad files to images now respects ImageOutputOptions.Resolution (default value is 96 DPI).
      The default image dimensions will be limited to 1085x1085 as A4 paper print area (without margins) at 96 DPI is 756x1085
      For example if you set ImageOutputOptions.Resolution to 300 for a bigger image (3390x3390)

    • Converting Dwg to Dxf is now possible.

  • Fixed: JS error "ReferenceError: X is not defined" in old versions of Firefox.

  • Improved: Stability, accuracy for Presentation, Email and ProjectManagement formats.

Included example projects:

  • ASP.NET WebForms (C#)
  • ASP.NET WebForms (VB)
  • ASP.NET MVC (C#)
  • ASP.NET MVC (VB)
  • ASP.NET Core (C#)