.NET 뉴스

Confluence를 통해 브라우저 내에서 PDF 양식 생성하기

4월 3, 2024
ONLYOFFICE Confluence Connector v5.0.0을 사용하면 작성 가능한 대화형 PDF 양식을 Confluence에서 직접 만들 수 있습니다.

ONLYOFFICE Docs Enterprise Edition with Confluence Connector combines an online document editor with a seamless integration for Confluence, a centralized platform for project management and collaboration. This allows teams to create, view, edit, and collaborate on spreadsheets, presentations, and text files online, directly within Confluence, boosting efficiency and eliminating the need for file switching.

The ONLYOFFICE Confluence Connector v5.0.0 release (available as part of ONLYOFFICE Docs Enterprise Edition with Confluence Connector v8.0.1) adds functionality allowing you to create complex PDF forms with interactive fields and fill them out online, directly within your Confluence platform. This ability empowers teams to design and distribute easily fillable PDF forms seamlessly within Confluence, collecting valuable data from their users and fostering a more collaborative and productive work environment.

To see a full list of what's new in ONLYOFFICE Docs Enterprise Edition v8.0.1 with Confluence Connector 5.0.0, see our release notes.

ONLYOFFICE Docs Enterprise Edition with Confluence Connector is licensed per server and is available as an annual license with 1 year of support and updates, or as a perpetual license with 3 years of support and updates. See our ONLYOFFICE Confluence connector licensing page for full details.

For more information, see our ONLYOFFICE Confluence Connector product page.

더 적은 코딩 작업으로 기능이 풍부한 WPF 차트를 작성하세요

4월 3, 2024
Infragistics Professional 23.2는 유용한 데이터 시각화를 만들 수 있도록 포괄적인 60가지 이상의 WPF 차트 컬렉션을 개발자에게 제공합니다.

Infragistics Professional includes 100+ beautifully styled, high-performance grids, charts, & other UI controls, plus time-saving productivity tools for developers. In addition to controls for Angular, React, jQuery, Web Components, Blazor, ASP.NET MVC, ASP.NET Core, Windows Forms, and Xamarin, it also includes the powerful Infragistics Ultimate UI for WPF which encompasses a wide range of fast, touch-friendly WPF controls designed to help you bring modern, engaging apps for desktop and touch-screen devices.

Infragistics Professional empowers you to create informative and visually appealing data visualizations within your WPF applications. Its chart component library offers a vast selection of chart types, from bar and line charts to pie and scatter charts, ensuring you can effectively communicate your data insights. This functionality goes beyond aesthetics, featuring intelligent data binding, customizable styles, and interactive elements like callouts and crosshair lines for a truly comprehensive charting experience.

Infragistics Professional is licensed per developer and is available as a Perpetual License with a 1, 2 or 3 year support and maintenance subscription. See our Infragistics Professional licensing page for full details.

The Infragistics WPF Chart Components are available in the following products:

사례 연구: 비디오 송출 솔루션 개선

4월 3, 2024
wTVision이 Medialooks SDK를 활용하여 전 세계 TV 방송국에 100% 소프트웨어 기반 비디오 송출 솔루션을 제공한 방법을 알아보세요.

MPlatform SDK by Medialooks is a professional multimedia software development kit with native support for C#, VB.NET, VB6, Visual C++ and Delphi. MPlatform includes direct integration with hardware I/O from AJA, BlueFish444, Blackmagic Design, Deltacast & Stream Labs. MPlatform makes it easy to create broadcast-quality live streaming, ingest, vision mixing and playout automation software.

This case study features Daniel Gonçalves, Innovation Officer at wTVision, a company that builds powerful integrated broadcast solutions for TV stations worldwide. In it, he discusses how the company built wTVision Media Server Streaming Edition, a 100% software-based video playout solution. Utilizing the Medialooks SDK enabled wTVision to quickly replace the video management core of their software enabled the company to save time and deliver more of the comprehensive features that the broadcast business requires.

Read the full Medialooks blog post to see how wTVision leveraged MPlatform SDK to accomplish this impressive task.

MPlatform SDK is licensed per company - with support for up to 4 developers - and is available as a perpetual license with annual subscription. See our MPlatform SDK licensing page for full details.

For more information, visit our MPlatform SDK product page.

.NET MAUI를 통한 플랫폼 간 이미징 앱 빌드

4월 2, 2024
이제 LEADTOOLS v23에서 .NET MAUI 어셈블리를 제공하므로 Android, iOS, UWP용 OCR, 바코드, PDF, 이미지 뷰어 개발을 간소화할 수 있습니다.

LEADTOOLS Recognition SDK is a software development toolkit designed for building applications that extract data from images and documents. It empowers developers with features like Optical Character Recognition (OCR) for converting scanned documents to text, barcode reading, and form processing. Additionally, it offers functionalities for handling various file formats, image pre-processing, and document viewing, making it a comprehensive solution for automating document workflows in enterprises and organizations.

LEADTOOLS v23 allows developers to build cross-platform apps with advanced features using .NET MAUI. LEADTOOLS .NET Standard libraries seamlessly integrate with the .NET MAUI app model for building Android, iOS, and UWP applications. This simplifies development by providing ready-made components like OCR, barcode recognition, PDF handling, document viewers, and more. LEADTOOLS functionalities include image processing, annotations, compression, and various file formats, all within the familiar .NET MAUI environment.

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

LEADTOOLS Recognition SDK is licensed as Development Licenses, for developers to use the SDKs, and Deployment Licenses, for the right to distribute end user solutions. See our LEADTOOLS Recognition SDK licensing page for full details.

Learn more on our LEADTOOLS Recognition SDK product page.

PDF를 스트림에 저장하여 메모리 사용량을 줄이세요

4월 2, 2024
PDF 파일을 스트림에 직접 저장할 수 있는 기능을 .NET 8 앱에 추가하면 데이터 처리 속도를 높이고 메모리 공간을 줄일 수 있습니다.

Saving PDFs to a stream offers increased flexibility and efficiency in the management and transmission of PDF documents. This approach of saving PDF files segments the file's content into an organized and compressed sequence of bytes (the stream), representing the content and structure of the document. This method allows for faster initial loading by prioritizing text content, enables partial downloads for quicker access over slow connections, and reduces memory usage by loading only the currently viewed section. This allows for real-time processing, manipulation, and direct transmission of data without the intermediary step of storing it on a disk. Employing streams is particularly advantageous in scenarios requiring memory efficiency, dynamic content generation, seamless network distribution, or integration within larger systems where direct file handling is cumbersome or inefficient.

Several .NET 8 PDF components allow you to save PDFs to a stream, including:

  • DevExpress PDF Document API (part of DevExpress Office File API) is a cross-platform API library that can be used to manage PDF files and for saving PDFs as a stream in .NET 8 applications.
  • ComponentOne Studio WinForms PDF (part of ComponentOne Studio WinForms) by MESCIUS enables developers to create .NET 8 WinForms applications that can be used to create, manipulate, and export PDF documents which can be saved in a streamed format.
  • Telerik UI PDF for WinForms (part of Telerik UI for WinForms) is a flexible, high-performing WinForms library that supports .NET 8. It enables you to generate and edit PDFs as well as to save them to streams for optimized loading and memory usage.
  • IronPDF for .NET by Iron Software equips developers with a user-friendly C# library to generate, edit, and manage PDFs. It supports .NET 8 and allows you to save PDF files as a stream for efficient document management and web integration.

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

Compare .NET 8 PDF Components