Changelog for DocuVieware
RSS3.4.5 25 Jun 2026
- AddedAdds an asynchronous handler overload for custom toolbar buttons in the DocuVieware Blazor component.
- FixedFixes an issue where custom toolbar buttons created with
AddCustomToolbarButtonrendered with the wrong icon size and color in the legacy theme and weren’t added when the control ID wasn’t the default. - FixedFixes an issue where DocuVieware Blazor server actions hung under concurrent calls by surfacing a retryable pending status.
- ChangedBenefits from underlying changes from Nutrient .NET SDK.
3.4.4 12 Jun 2026
- AddedAdds the
ReloadDocumentmethod to the DocuVieware Blazor wrapper to repaint the currently loaded document, which is useful after reconnecting to an existing session. - AddedAdds the
UnselectAnnotandUnselectAllAnnotationsmethods to the Blazor wrapper. - ChangedImproves the reliability of server-side custom actions in the Blazor wrapper by dispatching
PostCustomServerActioncallbacks per session and preventing a handler leak that could occur when a Blazor circuit disconnected mid-action. - FixedFixes an issue where
IsInitialized()andIsLoaded()in the Blazor wrapper threw aNullReferenceExceptionwhen called before the control was ready. Both methods now returnTask<bool>so the result can be read. - FixedFixes an issue where the DocuVieware Blazor viewer was blanked when the host application triggered a render during viewer initialization.
- FixedFixes an issue where
UpdateAnnotByIdin the Blazor wrapper invoked the wrong server method. Editing an annotation by its identifier now updates the annotation as intended.
3.4.3 25 May 2026
- FixedFixes an issue where selecting
Current Pagein the print dialog printed all pages instead of only the current page. (J#DV-769) - ChangedBenefits from underlying changes from Nutrient .NET SDK.
3.4.2 6 May 2026
- AddedAdds support for remembering the last used scanner and setting a default scanner via the JavaScript API. (J#DV-741)
- AddedAdds async handler support to
PostCustomServerAction(opens in a new tab) in the Blazor wrapper. (J#DV-767) - FixedFixes an issue where annotations did not appear when printing documents. (J#DV-766)
- FixedFixes a vulnerability where the DocuVieware TWAIN Web Connector installer used an unquoted Windows service path. (J#DV-771)
3.4.1 7 April 2026
- ChangedImproves Instant JSON imports. (J#NAT-395)
- FixedFixes .NET 10 toolbox support for WinForms and WPF viewer controls. (J#GDPIC-1594)
- FixedFixes an issue related to strong-name signing of the assembly. (J#GDPIC-1611)
- FixedFixes annotation action buttons not appearing correctly when using non-legacy themes. (J#DV-648)
- FixedFixes OCR text layer placement on multipage PDFs when threaded OCR is enabled. (J#NAT-409)
- AddedAdds Office fidelity tests. (J#MAMBO-2036)
- AddedAdds a PDF bookmark source option for Office-to-PDF conversion. (J#MAMBO-2043)
- ChangedImproves rendering of DOC(X) files. (J#MAMBO-2044)
- FixedFixes minor PDF/A and PDF/UA validation issues. (#2462)
- FixedFixes GdViewer runtime lookup on WinForms. (#2449)
3.4.0 1 April 2026
- ChangedImproves the HTML-to-PDF conversion engine. (J#NAT-97)
- ChangedMoves the WPF and WinForms viewers into separate NuGet packages. (J#GDPIC-1580)
- FixedFixes an issue related to the COM environment. (J#GDPIC-1596)
- AddedAdds support for ordinal date fields. (J#MAMBO-2008)
- ChangedImproves pagination of floating blocks in Office document headers and footers. (J#MAMBO-1994)
- ChangedImproves parsing of fields over multiple content runs. (J#MAMBO-2017, J#MAMBO-2019)
- ChangedImproves rendering of hidden paragraphs from Office documents. (J#MAMBO-2013)
- ChangedImproves rendering of footnotes and endnotes from Office documents. (J#MAMBO-2021)
- ChangedImproves rendering of graphic objects from Office documents. (J#MAMBO-2015)
- ChangedImproves rendering of line numbering from Office documents. (J#MAMBO-1987)
- ChangedImproves memory consumption when rendering Excel files. (J#MAMBO-1926)
- FixedFixes an issue parsing dropdown fields in Office documents. (J#MAMBO-2026)
- FixedFixes an issue parsing fake encrypted XLS files. (J#MAMBO-1998)
- FixedFixes regressions caused by switching to .NET 10. (J#MAMBO-2030)
- FixedFixes a buffer position mismatch when parsing RTF documents. (J#MAMBO-2029)
3.3.26 27 February 2026
- FixedFixes minor bugs. Benefits from underlying changes from Nutrient .NET SDK(opens in a new tab).
3.3.25 20 February 2026
- FixedFixes an issue in DocuVieware where page rotations were removed after applying redactions. (J#DV-758)
3.3.24 6 February 2026
- FixedFixes minor bugs. Benefits from underlying changes from Nutrient .NET SDK.
3.3.23 26 January 2026
- FixedFixes minor bugs. Benefits from underlying changes from Nutrient .NET SDK.
3.3.22 20 December 2025
- FixedFixes minor bugs. Benefits from underlying changes from Nutrient .NET SDK.
3.3.21 26 November 2025
- FixedFixes DocuVieware printing issue on very large document. (J#DV-747)
- FixedFixes minor bugs. Benefits from underlying changes from Nutrient .NET SDK.
3.3.20 19 November 2025
- FixedFixes minor bugs. Benefits from underlying changes from Nutrient .NET SDK.
3.3.19 11 November 2025
- FixedFixes minor bugs. Benefits from underlying changes from Nutrient .NET SDK.
3.3.16 26 September 2025
- FixedFixes an issue in DocuVieware affecting form field rendering with specific rotation configurations. (J#DV-660, J#DV-222, J#DV-473)
3.3.10 11 July 2025
- AddedAdds DocuVieware support for comma-separated values in page range options. (J#DV-686)
3.3.1 14 February 2025
- FixedFixes issues with malformed documents causing an infinite loop during bookmarks processing. (J#GDPDF-1446, J#DV-715)
3.2.97 12 December 2024
- FixedFixes DocuVieware page context when calling the
SaveToPDFmethod in aPostCustomServerAction. (J#DV-700)
3.2.95 15 November 2024
- FixedFixes a DocuVieware CSS glitch issue during the control rendering step. (J#DV-697)
- FixedFixes a DocuVieware JS runtime issue on controls not using
DeferredScripts. (J#DV-698)
3.2.84 16 August 2024
- ChangedImproves DocuVieware HTML rendering, and provides options for CSP policies compliance (
script-srcandstyle-src). (J#DV-680)
3.2.82 2 August 2024
- AddedAdds a new DocuVieware property,
DocuViewareControl.AllowWheelZoom, to enable or disable zoom functionality using the Control-Mouse Wheel shortcut. (J#DV-679)