Rilasci di Document Solutions for Word .NET

Released: Sep 20, 2024

Aggiornamenti in 7.2.2

Correzioni

  • Synced version with other Document Solutions packages.

Released: Sep 3, 2024

Aggiornamenti in 7.2.1

Correzioni

  • Synced version with other Document Solutions packages.

Released: Aug 19, 2024

Aggiornamenti in 7.2.0

Funzionalità

  • Hyperlink Properties for Shapes
    • You can now add the hyperlink properties HyperlinkOnClick and HyperlinkOnHover on shapes programmatically that add more interactivity to Word documents.
    • DsWord has added the HyperlinkOnAction class, which allows developers to add hyperlink properties to all shape classes (Picture, CanvasShape, GroupShape, InkShape, Shape). Specifying these properties also adds the "Edit Link/Open Link/Remove Link" commands to Microsoft Word's context menu on the shape...

Released: May 29, 2024

Aggiornamenti in 7.1.2

Correzioni

  • Exception occurs when loading a document that was created with LibreOffice.

Released: Apr 17, 2024

Aggiornamenti in 7.1.0

Funzionalità

Document Solutions for Word

  • Add Online Video in Word Documents - Added the WebVideoProperties class, which empowers users to customize the video player's HTML content and define its dimensions. This facilitates the seamless integration of online videos into Word documents, enabling direct playback within the document for a richer multimedia experience. The class offers the SetUrl method with three overloads, allowing users to specify the video's input URL, title, height, and width...

Released: Jan 25, 2024

Aggiornamenti in 7.0.2

Correzioni

  • Creating a new document with a single empty image produces an invalid DOCX.

Released: Jan 5, 2024

Aggiornamenti in 7.0.1

Funzionalità

  • Added new Picture.ApplyImageExifRotation() method which rotates the current picture according to Exif orientation info in ImageData (if available).

Released: Dec 11, 2023

Aggiornamenti in 7.0.0

Funzionalità

  • Picture Effects - Introduced a robust set of features that allow users to apply a diverse range of effects to pictures. This expansion not only enhances the visual appeal of documents but also streamlines the process of incorporating Microsoft Word-supported picture effects through code.
    • Using these effects, you can perform the following programmatically on images:
      • Change picture brightness and contrast.
      • Recolor with preset.
      • Change image color.
      • Set transparent color.
      • Overlay a...

Released: Nov 24, 2023

Aggiornamenti in 6.2.5

Correzioni

  • Updated default settings to match standard Word defaults.
  • Report Templates
    • System.InvalidOperationException is thrown when trying to use the Count() function in a template.
    • Images rotated according to Exif have width and height swapped.

Released: Oct 28, 2023

Aggiornamenti in 6.2.4

Correzioni

  • [Report templates] Exception is thrown for some templates when calling the DataTemplate.Validate() method.
  • [Report templates] Image rotation specified in Exif is not respected when an image is inserted using a template.
  • [Report templates] Footnote removed when a template is processed.