.NET 뉴스

PDF에서 자유 잉크 주석을 캡처하기

3월 26, 2026
PDF에서 필기 노트를 지원하는 앱을 제작하여 사용자가 스타일러스, 터치 또는 마우스 입력을 통해 문서에 직접 주석을 달 수 있도록 하세요.

Freehand ink annotation support in a PDF component enables applications to capture and render freehand drawings directly on a PDF document, typically using input from a mouse, stylus, or touch device. It allows users to write, sketch, highlight, or mark up content in a natural way, with the annotations stored as standard PDF ink annotations that remain part of the document. For software developers, this capability adds interactive review and collaboration features to applications such as document viewers and form-processing systems, allowing users to provide visual feedback, sign documents, or annotate content without altering the original PDF structure.

Several .NET PDF components feature support for freehand ink annotations including:

  • Document Solutions for PDF (by MESCIUS) allows you to record freehand ink strokes and store them as standard PDF annotations for review scenarios.
  • DevExpress PDF Document API for .NET (part of DevExpress Office File API) lets you create, edit, and flatten Ink annotations for freehand PDF markup workflows.
  • PDF4NET (by PDF4DEV Solutions) facilitates drawing and preserving freehand ink annotations in PDFs, supporting stylus and touch input.
  • Syncfusion ASP.NET Core PDF (part of Syncfusion Essential Studio Enterprise) enables developers to capture and render freehand ink annotations in PDFs.

For an in-depth analysis of features and price, visit our comparison of .NET PDF components.

Compare .NET PDF Components

내장된 Gantt 툴로 프로젝트를 쉽게 계획하세요

3월 25, 2026
Blazorise 2.0.3은 편집 계층 구조 지원과 일정 관리 기능을 갖춘 인터랙티브 프로젝트 타임라인을 구현하는 Gantt 컴포넌트가 추가되었습니다.

Blazorise is a versatile component library that empowers developers to build modern and feature-rich web applications using Blazor, a client-side web development framework from Microsoft. It offers a comprehensive collection of user interface components, including buttons, forms, charts, and navigation elements, all built with accessibility and responsiveness in mind.

The Blazorise 2.0.3 update introduces a Gantt component that enables developers to implement advanced project planning and timeline visualization directly within their applications, reducing the need for custom development or third party tools while supporting complex scheduling scenarios through features such as task editing, hierarchical data structures, dependency management, filtering, and drag and drop interactions, all within a consistent and theme aligned UI framework.

To see a full list of what’s new in version 2.0.3, see our release notes.

Blazorise is licensed per developer and includes a 1 year subscription for updates and support. Professional, Enterprise, and Enterprise Plus editions are available, each offering tailored levels of support and service to meet varying business needs. See our Blazorise licensing page for full details.

For more information, visit our Blazorise product page.

DOCX 문서에서 잉크 개체를 생성하고 편집하세요

3월 25, 2026
Syncfusion Essential Studio Document SDK 2026 Volume 1에 잉크 개체 지원이 추가되어 드로잉, 주석 및 스타일러스 입력이 선명하게 유지됩니다.

Syncfusion Essential Studio Document SDK is a comprehensive set of libraries that enables developers to create, edit, and convert PDF, Word, Excel, and PowerPoint files across web, desktop, and mobile applications without Microsoft Office or Adobe dependencies. It offers high-fidelity rendering, reliable format conversion, and support for complex document elements, helping improve document processing, and ensure consistent output. The SDK is ideal for business applications, reporting tools, and document processes that require efficient and scalable document generation and management.

The Syncfusion Essential Studio Document SDK 2026 Volume 1 update introduces ink object support that enables developers to create, edit, and preserve drawings, annotations, and stylus inputs directly within .docx documents while maintaining fidelity during PDF and image conversions. This capability improves overall visual consistency for handwritten and freehand content, minimizes reliance on external processing tools, and ensures dependable cross format rendering, making it particularly beneficial for applications that require precise handling of user generated input such as educational platforms, design tools, digital note taking solutions, and collaborative document systems.

To see a full list of what’s new in Syncfusion Essential Studio Document SDK 2026 Volume 1, see our release notes.

Syncfusion Essential Studio Document SDK is licensed per developer on a one year timed subscription basis, with runtime royalty free redistribution included when the subscription is current, and includes one year of unlimited technical support and updates. See our Syncfusion Essential Studio Document SDK licensing page for full details.

Learn more on our Syncfusion Essential Studio Document SDK product page.

플러그인의 문서 처리 API 접근 활성화

3월 24, 2026
Text Control DS Server 5.0에는 플러그인이 문서 처리 기능과 직접 연동될 수 있도록 지원하는 새로운 종속성 주입(dependency injection) 서비스가 추가되었습니다.

TX Text Control DS Server is a server-side document processing solution designed to integrate document generation, editing, and conversion capabilities into modern applications. Built for web, cloud, and service-based environments, it enables developers to programmatically create and manipulate rich-text documents such as DOCX, PDF, and HTML within their own systems. With APIs designed for integration into .NET applications and other backend services, it supports scenarios such as automated document generation, template-based reporting, and document workflows. By providing high-fidelity rendering and robust document processing on the server, it helps development teams incorporate powerful document functionality into enterprise applications without relying on client-side tools.

The DS Server 5.0 update introduces new Dependency Injection services for plugins, making it easier for developers to extend and integrate DS Server within enterprise applications. Using ASP.NET Core Dependency Injection, plugins can now access internal DS Server functionality through two new services. The IDocumentProcessingService provides programmatic access to document processing capabilities such as document conversion, mail merge processing, document manipulation, PDF form field extraction, and barcode generation. In addition, the IDocumentEditorSessionService enables plugins to interact with active Document Editor sessions, allowing developers to access and modify live documents, work with form fields, adjust formatting, or implement custom logic tied to editor activity. Together, these services provide a flexible way to build powerful extensions and integrate DS Server into complex systems and backend services.

To see a full list of what's new in version 5.0, see our release notes.

Text Control DS Server is licensed per server and is available as an Annual License that includes software updates. See our Text Control DS Server licensing page for full details.

For more information, visit our Text Control DS Server product page.

.NET 애플리케이션에 WinForms 피벗 테이블을 추가하세요

3월 24, 2026
Spread.NET을 사용하여 Windows 애플리케이션에서 직접 데이터를 탐색하고 분석할 수 있습니다.

Spread.NET helps you create spreadsheets, grids, dashboards, and forms. It includes a powerful calculation engine with 450+ functions and the ability to import and export Excel spreadsheets. Leverage the extensive .NET spreadsheet API and powerful calculation engine to create analysis, budgeting, dashboard, data collection and management, scientific, and financial applications.

In this blog post, MESCIUS Product Marketing Specialist Mackenzie Albitz demonstrates how to build a Pivot Table using the Spread.NET WinForms component, enabling your users to quickly analyze large datasets with the ability to summarize, group, and reorganize data. Creating the Pivot Table includes the following steps:

  • Create a PivotCache
  • Create the Pivot Table
  • Access the PivotFields Collection
  • Add the Values Field
  • Configure the Row Fields
  • Configure the Column Fields
  • Add a Filter Field

Detailed source code and sample data are included to assist you along the way.

Read the complete blog post to learn how to integrate a spreadsheet component into your .NET applications and provide your users with familiar spreadsheet functionality without referring them to an external program.

Spread.NET is licensed per developer and is available as either a Perpetual or Annual license, depending upon geographic location. We can supply any Spread.NET license including new licenses, maintenance renewals, and upgrade licenses. See our Spread.NET licensing page for full details.

For more information, visit our Spread.NET product page.